Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40evf.h215 #define I40EVF_FLAG_RX_PS_ENABLED BIT(3) macro
Di40evf_main.c638 adapter->flags |= I40EVF_FLAG_RX_PS_ENABLED; in i40evf_configure_rx()
640 adapter->flags &= ~I40EVF_FLAG_RX_PS_ENABLED; in i40evf_configure_rx()
643 adapter->flags &= ~I40EVF_FLAG_RX_PS_ENABLED; in i40evf_configure_rx()
645 adapter->flags |= I40EVF_FLAG_RX_PS_ENABLED; in i40evf_configure_rx()
649 if (adapter->flags & I40EVF_FLAG_RX_PS_ENABLED) { in i40evf_configure_rx()