Home
last modified time | relevance | path

Searched refs:rx_buffer_truesize (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/sfc/falcon/
H A Drx.c99 efx->rx_buffer_truesize = (PAGE_SIZE << efx->rx_buffer_order) / in ef4_rx_config_page_split()
466 skb->truesize += n_frags * efx->rx_buffer_truesize; in ef4_rx_packet_gro()
521 skb->truesize += n_frags * efx->rx_buffer_truesize; in ef4_rx_mk_skb()
/linux/drivers/net/ethernet/sfc/siena/
H A Drx.c99 rx_buf->len, efx->rx_buffer_truesize); in efx_rx_mk_skb()
H A Drx_common.c437 efx->rx_buffer_truesize = (PAGE_SIZE << efx->rx_buffer_order) / in efx_siena_rx_config_page_split()
551 skb->truesize += n_frags * efx->rx_buffer_truesize; in efx_siena_rx_packet_gro()
H A Dnet_driver.h1003 unsigned int rx_buffer_truesize; member
/linux/drivers/net/ethernet/sfc/
H A Drx_common.c440 efx->rx_buffer_truesize = (PAGE_SIZE << efx->rx_buffer_order) / in efx_rx_config_page_split()
553 skb->truesize += n_frags * efx->rx_buffer_truesize; in efx_rx_packet_gro()
H A Dnet_driver.h1084 unsigned int rx_buffer_truesize; member