Home
last modified time | relevance | path

Searched refs:EF4_RX_USR_BUF_SIZE (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/sfc/falcon/
H A Dnet_driver.h82 #define EF4_RX_USR_BUF_SIZE (2048 - 256) macro
H A Defx.c609 BUILD_BUG_ON(EF4_RX_USR_BUF_SIZE % L1_CACHE_BYTES); in ef4_start_datapath()
611 2 * ALIGN(NET_IP_ALIGN + EF4_RX_USR_BUF_SIZE, in ef4_start_datapath()
615 efx->rx_dma_len = EF4_RX_USR_BUF_SIZE; in ef4_start_datapath()
H A Drx.c47 EF4_RX_USR_BUF_SIZE)
H A Dfalcon.c2451 EF4_RX_USR_BUF_SIZE >> 5); in falcon_init_rx_cfg()