Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/iavf/
H A Diavf.h333 #define IAVF_FLAG_AQ_REQUEST_STATS BIT_ULL(29) macro
H A Diavf_ethtool.c341 iavf_schedule_aq_request(adapter, IAVF_FLAG_AQ_REQUEST_STATS); in iavf_get_ethtool_stats()
H A Diavf_virtchnl.c1028 adapter->aq_required &= ~IAVF_FLAG_AQ_REQUEST_STATS; in iavf_request_stats()
H A Diavf_main.c2243 if (adapter->aq_required & IAVF_FLAG_AQ_REQUEST_STATS) { in iavf_process_aq_command()