Home
last modified time | relevance | path

Searched refs:IAVF_FLAG_REINIT_ITR_NEEDED (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/intel/iavf/
Diavf_virtchnl.c1501 adapter->flags |= IAVF_FLAG_REINIT_ITR_NEEDED; in iavf_enable_channels()
1524 adapter->flags |= IAVF_FLAG_REINIT_ITR_NEEDED; in iavf_disable_channels()
1985 adapter->flags &= ~IAVF_FLAG_REINIT_ITR_NEEDED; in iavf_virtchnl_completion()
1993 adapter->flags &= ~IAVF_FLAG_REINIT_ITR_NEEDED; in iavf_virtchnl_completion()
2270 adapter->flags &= ~IAVF_FLAG_REINIT_ITR_NEEDED; in iavf_virtchnl_completion()
Diavf.h295 #define IAVF_FLAG_REINIT_ITR_NEEDED BIT(16) macro
Diavf_ethtool.c1854 adapter->flags |= IAVF_FLAG_REINIT_ITR_NEEDED; in iavf_set_channels()
1865 adapter->flags &= ~IAVF_FLAG_REINIT_ITR_NEEDED; in iavf_set_channels()
Diavf_main.c2901 (adapter->flags & IAVF_FLAG_REINIT_ITR_NEEDED)) { in iavf_reset_task()
2977 (adapter->flags & IAVF_FLAG_REINIT_ITR_NEEDED)) { in iavf_reset_task()
2998 adapter->flags &= ~IAVF_FLAG_REINIT_ITR_NEEDED; in iavf_reset_task()
4901 adapter->flags &= ~IAVF_FLAG_REINIT_ITR_NEEDED; in iavf_remove()