Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40evf.h240 #define I40EVF_FLAG_AQ_MAP_VECTORS BIT(7) macro
Di40evf_main.c444 adapter->aq_required |= I40EVF_FLAG_AQ_MAP_VECTORS; in i40evf_map_rings_to_vectors()
1528 if (adapter->aq_required & I40EVF_FLAG_AQ_MAP_VECTORS) { in i40evf_watchdog_task()
1729 adapter->aq_required |= I40EVF_FLAG_AQ_MAP_VECTORS; in i40evf_reset_task()
Di40evf_virtchnl.c375 adapter->aq_required &= ~I40EVF_FLAG_AQ_MAP_VECTORS; in i40evf_map_queues()