Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/intel/iavf/
Diavf.h333 #define IAVF_FLAG_AQ_REQUEST_STATS BIT_ULL(29) macro
Diavf_main.c293 adapter->aq_required |= IAVF_FLAG_AQ_REQUEST_STATS; in iavf_schedule_request_stats()
2008 if (adapter->aq_required & IAVF_FLAG_AQ_REQUEST_STATS) { in iavf_process_aq_command()
Diavf_virtchnl.c1004 adapter->aq_required &= ~IAVF_FLAG_AQ_REQUEST_STATS; in iavf_request_stats()