Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40evf.h213 #define I40EVF_FLAG_RX_1BUF_CAPABLE BIT(1) macro
Di40evf_main.c633 adapter->flags |= I40EVF_FLAG_RX_1BUF_CAPABLE; in i40evf_configure_rx()
642 if (adapter->flags & I40EVF_FLAG_RX_1BUF_CAPABLE) in i40evf_configure_rx()