Home
last modified time | relevance | path

Searched refs:efx_xdp_tx_buffers (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/sfc/
H A Defx.h238 int efx_xdp_tx_buffers(struct efx_nic *efx, int n, struct xdp_frame **xdpfs,
H A Drx.c313 err = efx_xdp_tx_buffers(efx, 1, &xdpf, true); in efx_do_xdp()
H A Dtx.c421 int efx_xdp_tx_buffers(struct efx_nic *efx, int n, struct xdp_frame **xdpfs, in efx_xdp_tx_buffers() function
H A Defx.c662 return efx_xdp_tx_buffers(efx, n, xdpfs, flags & XDP_XMIT_FLUSH); in efx_xdp_xmit()