Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/intel/iavf/
Diavf_virtchnl.c1502 adapter->flags |= IAVF_FLAG_REINIT_ITR_NEEDED; in iavf_enable_channels()
1525 adapter->flags |= IAVF_FLAG_REINIT_ITR_NEEDED; in iavf_disable_channels()
1986 adapter->flags &= ~IAVF_FLAG_REINIT_ITR_NEEDED; in iavf_virtchnl_completion()
1994 adapter->flags &= ~IAVF_FLAG_REINIT_ITR_NEEDED; in iavf_virtchnl_completion()
2326 adapter->flags &= ~IAVF_FLAG_REINIT_ITR_NEEDED; in iavf_virtchnl_completion()
Diavf.h304 #define IAVF_FLAG_REINIT_ITR_NEEDED BIT(16) macro
Diavf_main.c3124 (adapter->flags & IAVF_FLAG_REINIT_ITR_NEEDED)) { in iavf_reset_task()
3197 (adapter->flags & IAVF_FLAG_REINIT_ITR_NEEDED)) { in iavf_reset_task()
3218 adapter->flags &= ~IAVF_FLAG_REINIT_ITR_NEEDED; in iavf_reset_task()
5162 adapter->flags &= ~IAVF_FLAG_REINIT_ITR_NEEDED; in iavf_remove()
Diavf_ethtool.c1873 adapter->flags |= IAVF_FLAG_REINIT_ITR_NEEDED; in iavf_set_channels()