Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Drx.c104 efx->rx_pages_per_batch = DIV_ROUND_UP(EF4_RX_PREFERRED_BATCH, in ef4_rx_config_page_split()
205 } while (++count < efx->rx_pages_per_batch); in ef4_init_rx_buffers()
348 batch_size = efx->rx_pages_per_batch * efx->rx_bufs_per_page; in ef4_fast_push_rx_descriptors()
762 max_fill - efx->rx_pages_per_batch * efx->rx_bufs_per_page; in ef4_init_rx_queue()
Dnet_driver.h823 unsigned int rx_pages_per_batch; member
Defx.c636 efx->rx_pages_per_batch); in ef4_start_datapath()
641 efx->rx_bufs_per_page, efx->rx_pages_per_batch); in ef4_start_datapath()
/Linux-v4.19/drivers/net/ethernet/sfc/
Drx.c104 efx->rx_pages_per_batch = DIV_ROUND_UP(EFX_RX_PREFERRED_BATCH, in efx_rx_config_page_split()
205 } while (++count < efx->rx_pages_per_batch); in efx_init_rx_buffers()
348 batch_size = efx->rx_pages_per_batch * efx->rx_bufs_per_page; in efx_fast_push_rx_descriptors()
761 max_fill - efx->rx_pages_per_batch * efx->rx_bufs_per_page; in efx_init_rx_queue()
Dnet_driver.h996 unsigned int rx_pages_per_batch; member
Defx.c681 efx->rx_pages_per_batch); in efx_start_datapath()
686 efx->rx_bufs_per_page, efx->rx_pages_per_batch); in efx_start_datapath()