Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/i40evf/
Di40evf.h280 #define I40EVF_FLAG_AQ_DISABLE_QUEUES BIT(1) macro
Di40evf_virtchnl.c309 adapter->aq_required &= ~I40EVF_FLAG_AQ_DISABLE_QUEUES; in i40evf_disable_queues()
Di40evf_main.c1045 adapter->aq_required |= I40EVF_FLAG_AQ_DISABLE_QUEUES; in i40evf_down()
1619 if (adapter->aq_required & I40EVF_FLAG_AQ_DISABLE_QUEUES) { in i40evf_watchdog_task()