Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
Di40evf.h211 #define I40EVF_FLAG_RX_1BUF_CAPABLE (u32)(1 << 1) macro
Di40evf_main.c607 adapter->flags |= I40EVF_FLAG_RX_1BUF_CAPABLE; in i40evf_configure_rx()
616 if (adapter->flags & I40EVF_FLAG_RX_1BUF_CAPABLE) in i40evf_configure_rx()