Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/sfc/
Dtx.c421 int efx_xdp_tx_buffers(struct efx_nic *efx, int n, struct xdp_frame **xdpfs, in efx_xdp_tx_buffers() argument
433 if (unlikely(n && !xdpfs)) in efx_xdp_tx_buffers()
465 xdpf = xdpfs[i]; in efx_xdp_tx_buffers()
Defx.h234 int efx_xdp_tx_buffers(struct efx_nic *efx, int n, struct xdp_frame **xdpfs,
Defx.c105 static int efx_xdp_xmit(struct net_device *dev, int n, struct xdp_frame **xdpfs,
658 static int efx_xdp_xmit(struct net_device *dev, int n, struct xdp_frame **xdpfs, in efx_xdp_xmit() argument
666 return efx_xdp_tx_buffers(efx, n, xdpfs, flags & XDP_XMIT_FLUSH); in efx_xdp_xmit()