Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/iavf/
Diavf_virtchnl.c1505 adapter->flags |= IAVF_FLAG_REINIT_ITR_NEEDED; in iavf_enable_channels()
1528 adapter->flags |= IAVF_FLAG_REINIT_ITR_NEEDED; in iavf_disable_channels()
1990 adapter->flags &= ~IAVF_FLAG_REINIT_ITR_NEEDED; in iavf_virtchnl_completion()
1998 adapter->flags &= ~IAVF_FLAG_REINIT_ITR_NEEDED; in iavf_virtchnl_completion()
2326 adapter->flags &= ~IAVF_FLAG_REINIT_ITR_NEEDED; in iavf_virtchnl_completion()
Diavf.h298 #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.c3061 (adapter->flags & IAVF_FLAG_REINIT_ITR_NEEDED)) { in iavf_reset_task()
3137 (adapter->flags & IAVF_FLAG_REINIT_ITR_NEEDED)) { in iavf_reset_task()
3158 adapter->flags &= ~IAVF_FLAG_REINIT_ITR_NEEDED; in iavf_reset_task()
5120 adapter->flags &= ~IAVF_FLAG_REINIT_ITR_NEEDED; in iavf_remove()