Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/iavf/
H A Diavf_virtchnl.c1085 adapter->flags |= IAVF_FLAG_REINIT_ITR_NEEDED; in iavf_enable_channels()
1108 adapter->flags |= IAVF_FLAG_REINIT_ITR_NEEDED; in iavf_disable_channels()
1357 adapter->flags &= ~IAVF_FLAG_REINIT_ITR_NEEDED; in iavf_virtchnl_completion()
1365 adapter->flags &= ~IAVF_FLAG_REINIT_ITR_NEEDED; in iavf_virtchnl_completion()
1512 adapter->flags &= ~IAVF_FLAG_REINIT_ITR_NEEDED; in iavf_virtchnl_completion()
H A Diavf_ethtool.c959 adapter->flags |= IAVF_FLAG_REINIT_ITR_NEEDED; in iavf_set_channels()
970 adapter->flags &= ~IAVF_FLAG_REINIT_ITR_NEEDED; in iavf_set_channels()
H A Diavf.h273 #define IAVF_FLAG_REINIT_ITR_NEEDED BIT(16) macro
H A Diavf_main.c2185 if (adapter->flags & IAVF_FLAG_REINIT_ITR_NEEDED) { in iavf_reset_task()
2256 if (adapter->flags & IAVF_FLAG_REINIT_ITR_NEEDED) { in iavf_reset_task()
2261 adapter->flags &= ~IAVF_FLAG_REINIT_ITR_NEEDED; in iavf_reset_task()
3534 adapter->flags |= IAVF_FLAG_REINIT_ITR_NEEDED; in iavf_process_config()
3955 adapter->flags &= ~IAVF_FLAG_REINIT_ITR_NEEDED; in iavf_remove()