Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
Di40evf.h213 #define I40EVF_FLAG_RX_PS_ENABLED (u32)(1 << 3) macro
Di40evf_main.c612 adapter->flags |= I40EVF_FLAG_RX_PS_ENABLED; in i40evf_configure_rx()
614 adapter->flags &= ~I40EVF_FLAG_RX_PS_ENABLED; in i40evf_configure_rx()
617 adapter->flags &= ~I40EVF_FLAG_RX_PS_ENABLED; in i40evf_configure_rx()
619 adapter->flags |= I40EVF_FLAG_RX_PS_ENABLED; in i40evf_configure_rx()
623 if (adapter->flags & I40EVF_FLAG_RX_PS_ENABLED) { in i40evf_configure_rx()