Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40evf.h239 #define I40EVF_FLAG_AQ_CONFIGURE_QUEUES BIT(6) macro
Di40evf_virtchnl.c274 adapter->aq_required &= ~I40EVF_FLAG_AQ_CONFIGURE_QUEUES; in i40evf_configure_queues()
Di40evf_main.c992 adapter->aq_required |= I40EVF_FLAG_AQ_CONFIGURE_QUEUES; in i40evf_configure()
1553 if (adapter->aq_required & I40EVF_FLAG_AQ_CONFIGURE_QUEUES) { in i40evf_watchdog_task()