Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/iavf/
Diavf_virtchnl.c1100 adapter->flags |= IAVF_FLAG_REINIT_ITR_NEEDED; in iavf_enable_channels()
1123 adapter->flags |= IAVF_FLAG_REINIT_ITR_NEEDED; in iavf_disable_channels()
1582 adapter->flags &= ~IAVF_FLAG_REINIT_ITR_NEEDED; in iavf_virtchnl_completion()
1590 adapter->flags &= ~IAVF_FLAG_REINIT_ITR_NEEDED; in iavf_virtchnl_completion()
1842 adapter->flags &= ~IAVF_FLAG_REINIT_ITR_NEEDED; in iavf_virtchnl_completion()
Diavf.h276 #define IAVF_FLAG_REINIT_ITR_NEEDED BIT(16) macro
Diavf_main.c2406 if (adapter->flags & IAVF_FLAG_REINIT_ITR_NEEDED) { in iavf_reset_task()
2471 if (adapter->flags & IAVF_FLAG_REINIT_ITR_NEEDED) { in iavf_reset_task()
2476 adapter->flags &= ~IAVF_FLAG_REINIT_ITR_NEEDED; in iavf_reset_task()
3851 adapter->flags |= IAVF_FLAG_REINIT_ITR_NEEDED; in iavf_process_config()
4256 adapter->flags &= ~IAVF_FLAG_REINIT_ITR_NEEDED; in iavf_remove()
Diavf_ethtool.c1859 adapter->flags |= IAVF_FLAG_REINIT_ITR_NEEDED; in iavf_set_channels()
1870 adapter->flags &= ~IAVF_FLAG_REINIT_ITR_NEEDED; in iavf_set_channels()