Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/iavf/
H A Diavf.h279 #define IAVF_FLAG_AQ_ENABLE_QUEUES BIT(0) macro
H A Diavf_virtchnl.c317 adapter->aq_required &= ~IAVF_FLAG_AQ_ENABLE_QUEUES; in iavf_enable_queues()
H A Diavf_main.c971 adapter->aq_required |= IAVF_FLAG_AQ_ENABLE_QUEUES; in iavf_up_complete()
1577 if (adapter->aq_required & IAVF_FLAG_AQ_ENABLE_QUEUES) { in iavf_process_aq_command()