Home
last modified time | relevance | path

Searched refs:EFX_RX_USR_BUF_SIZE (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/ethernet/sfc/siena/
H A Drx_common.h19 EFX_RX_USR_BUF_SIZE)
H A Defx_common.c385 BUILD_BUG_ON(EFX_RX_USR_BUF_SIZE % L1_CACHE_BYTES); in efx_start_datapath()
387 2 * ALIGN(NET_IP_ALIGN + EFX_RX_USR_BUF_SIZE, in efx_start_datapath()
391 efx->rx_dma_len = EFX_RX_USR_BUF_SIZE; in efx_start_datapath()
H A Drx.c41 EFX_RX_USR_BUF_SIZE)
H A Dnet_driver.h86 #define EFX_RX_USR_BUF_SIZE (2048 - 256) macro
H A Dsiena.c437 EFX_RX_USR_BUF_SIZE >> 5); in siena_init_nic()
/linux/drivers/net/ethernet/sfc/
H A Drx_common.h19 EFX_RX_USR_BUF_SIZE)
H A Defx_common.c381 BUILD_BUG_ON(EFX_RX_USR_BUF_SIZE % L1_CACHE_BYTES); in efx_start_datapath()
383 2 * ALIGN(NET_IP_ALIGN + EFX_RX_USR_BUF_SIZE, in efx_start_datapath()
387 efx->rx_dma_len = EFX_RX_USR_BUF_SIZE; in efx_start_datapath()
H A Drx.c41 EFX_RX_USR_BUF_SIZE)
H A Dnet_driver.h86 #define EFX_RX_USR_BUF_SIZE (2048 - 256) macro