Searched refs:IAVF_FLAG_AQ_DISABLE_QUEUES (Results 1 – 3 of 3) sorted by relevance
303 #define IAVF_FLAG_AQ_DISABLE_QUEUES BIT_ULL(1) macro
1375 iavf_schedule_aq_request(adapter, IAVF_FLAG_AQ_DISABLE_QUEUES); in iavf_down()2042 if (adapter->aq_required & IAVF_FLAG_AQ_DISABLE_QUEUES) { in iavf_process_aq_command()
478 adapter->aq_required &= ~IAVF_FLAG_AQ_DISABLE_QUEUES; in iavf_disable_queues()