Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/sfc/siena/
Dtx_common.h30 struct efx_tx_buffer *efx_siena_tx_map_chunk(struct efx_tx_queue *tx_queue,
Dtx_common.c288 struct efx_tx_buffer *efx_siena_tx_map_chunk(struct efx_tx_queue *tx_queue, in efx_siena_tx_map_chunk() function
360 efx_siena_tx_map_chunk(tx_queue, dma_addr, header_len); in efx_siena_tx_map_data()
371 buffer = efx_siena_tx_map_chunk(tx_queue, dma_addr, len); in efx_siena_tx_map_data()
Dtx.c273 tx_buffer = efx_siena_tx_map_chunk(tx_queue, dma_addr, len); in efx_siena_xdp_tx_buffers()