Home
last modified time | relevance | path

Searched refs:efx_tx_map_chunk (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/sfc/
Dtx_common.h35 struct efx_tx_buffer *efx_tx_map_chunk(struct efx_tx_queue *tx_queue,
Dtx_common.c289 struct efx_tx_buffer *efx_tx_map_chunk(struct efx_tx_queue *tx_queue, in efx_tx_map_chunk() function
362 efx_tx_map_chunk(tx_queue, dma_addr, header_len); in efx_tx_map_data()
373 buffer = efx_tx_map_chunk(tx_queue, dma_addr, len); in efx_tx_map_data()
Dtx.c486 tx_buffer = efx_tx_map_chunk(tx_queue, dma_addr, len); in efx_xdp_tx_buffers()