Home
last modified time | relevance | path

Searched refs:I40EVF_FLAG_AQ_CONFIGURE_RSS (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40evf.h242 #define I40EVF_FLAG_AQ_CONFIGURE_RSS BIT(9) macro
Di40evf_main.c1563 if (adapter->aq_required & I40EVF_FLAG_AQ_CONFIGURE_RSS) { in i40evf_watchdog_task()
1569 adapter->aq_required &= ~I40EVF_FLAG_AQ_CONFIGURE_RSS; in i40evf_watchdog_task()
2343 adapter->aq_required |= I40EVF_FLAG_AQ_CONFIGURE_RSS; in i40evf_init_task()