MCPcopy Create free account
hub / github.com/F-Stack/f-stack / iavf_set_no_poll

Function iavf_set_no_poll

dpdk/drivers/net/iavf/iavf_ethdev.c:3049–3056  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3047}
3048
3049void
3050iavf_set_no_poll(struct iavf_adapter *adapter, bool link_change)
3051{
3052 struct iavf_info *vf = &adapter->vf;
3053
3054 adapter->no_poll = (link_change & !vf->link_up) ||
3055 vf->vf_reset || vf->in_reset_recovery;
3056}
3057
3058static int
3059iavf_dcf_cap_check_handler(__rte_unused const char *key,

Callers 6

iavf_dev_watchdogFunction · 0.85
iavf_dev_closeFunction · 0.85
iavf_dev_resetFunction · 0.85
iavf_handle_hw_resetFunction · 0.85
iavf_read_msg_from_pfFunction · 0.85
iavf_handle_pf_event_msgFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected