Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/
H A Dtx_common.h36 struct efx_tx_buffer *efx_tx_map_chunk(struct efx_tx_queue *tx_queue,
H A Dtx_common.c307 struct efx_tx_buffer *efx_tx_map_chunk(struct efx_tx_queue *tx_queue, in efx_tx_map_chunk() function
379 efx_tx_map_chunk(tx_queue, dma_addr, header_len); in efx_tx_map_data()
390 buffer = efx_tx_map_chunk(tx_queue, dma_addr, len); in efx_tx_map_data()
H A Dtx.c486 tx_buffer = efx_tx_map_chunk(tx_queue, dma_addr, len); in efx_xdp_tx_buffers()