Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/sfc/siena/
Dtx.c208 int efx_siena_xdp_tx_buffers(struct efx_nic *efx, int n, struct xdp_frame **xdpfs, in efx_siena_xdp_tx_buffers() argument
220 if (unlikely(n && !xdpfs)) in efx_siena_xdp_tx_buffers()
255 xdpf = xdpfs[i]; in efx_siena_xdp_tx_buffers()
Defx.h216 struct xdp_frame **xdpfs, bool flush);
Defx.c108 static int efx_xdp_xmit(struct net_device *dev, int n, struct xdp_frame **xdpfs,
653 static int efx_xdp_xmit(struct net_device *dev, int n, struct xdp_frame **xdpfs, in efx_xdp_xmit() argument
661 return efx_siena_xdp_tx_buffers(efx, n, xdpfs, flags & XDP_XMIT_FLUSH); in efx_xdp_xmit()
/linux-6.6.21/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()
468 xdpf = xdpfs[i]; in efx_xdp_tx_buffers()
Defx.h238 int efx_xdp_tx_buffers(struct efx_nic *efx, int n, struct xdp_frame **xdpfs,
Defx.c106 static int efx_xdp_xmit(struct net_device *dev, int n, struct xdp_frame **xdpfs,
654 static int efx_xdp_xmit(struct net_device *dev, int n, struct xdp_frame **xdpfs, in efx_xdp_xmit() argument
662 return efx_xdp_tx_buffers(efx, n, xdpfs, flags & XDP_XMIT_FLUSH); in efx_xdp_xmit()