Searched refs:efx_xdp_tx_buffers (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | efx.h | 238 int efx_xdp_tx_buffers(struct efx_nic *efx, int n, struct xdp_frame **xdpfs,
|
H A D | rx.c | 313 err = efx_xdp_tx_buffers(efx, 1, &xdpf, true); in efx_do_xdp()
|
H A D | tx.c | 421 int efx_xdp_tx_buffers(struct efx_nic *efx, int n, struct xdp_frame **xdpfs, in efx_xdp_tx_buffers() function
|
H A D | efx.c | 662 return efx_xdp_tx_buffers(efx, n, xdpfs, flags & XDP_XMIT_FLUSH); in efx_xdp_xmit()
|