Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/intel/iavf/
Diavf.h269 #define IAVF_FLAG_AQ_ENABLE_QUEUES BIT(0) macro
Diavf_virtchnl.c313 adapter->aq_required &= ~IAVF_FLAG_AQ_ENABLE_QUEUES; in iavf_enable_queues()
Diavf_main.c957 adapter->aq_required |= IAVF_FLAG_AQ_ENABLE_QUEUES; in iavf_up_complete()
1570 if (adapter->aq_required & IAVF_FLAG_AQ_ENABLE_QUEUES) { in iavf_process_aq_command()