Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/i40evf/
Di40evf.h288 #define I40EVF_FLAG_AQ_CONFIGURE_RSS BIT(9) /* direct AQ config */ macro
Di40evf_main.c1529 adapter->aq_required |= I40EVF_FLAG_AQ_CONFIGURE_RSS; in i40evf_reinit_interrupt_scheme()
1669 if (adapter->aq_required & I40EVF_FLAG_AQ_CONFIGURE_RSS) { in i40evf_watchdog_task()
1675 adapter->aq_required &= ~I40EVF_FLAG_AQ_CONFIGURE_RSS; in i40evf_watchdog_task()
3568 adapter->aq_required |= I40EVF_FLAG_AQ_CONFIGURE_RSS; in i40evf_init_task()