Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/intel/iavf/ !
Diavf.h303 #define IAVF_FLAG_AQ_ENABLE_QUEUES BIT_ULL(0) macro
Diavf_main.c1180 adapter->aq_required |= IAVF_FLAG_AQ_ENABLE_QUEUES; in iavf_up_complete()
1887 if (adapter->aq_required & IAVF_FLAG_AQ_ENABLE_QUEUES) { in iavf_process_aq_command()
Diavf_virtchnl.c346 adapter->aq_required &= ~IAVF_FLAG_AQ_ENABLE_QUEUES; in iavf_enable_queues()