Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
Di40evf.h235 #define I40EVF_FLAG_AQ_MAP_VECTORS (u32)(1 << 7) macro
Di40evf_virtchnl.c354 adapter->aq_required &= ~I40EVF_FLAG_AQ_MAP_VECTORS; in i40evf_map_queues()
Di40evf_main.c440 adapter->aq_required |= I40EVF_FLAG_AQ_MAP_VECTORS; in i40evf_map_rings_to_vectors()
1377 if (adapter->aq_required & I40EVF_FLAG_AQ_MAP_VECTORS) { in i40evf_watchdog_task()