Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/siena/
H A 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()
H A Defx.h216 struct xdp_frame **xdpfs, bool flush);
H A Defx.c108 static int efx_xdp_xmit(struct net_device *dev, int n, struct xdp_frame **xdpfs,
667 static int efx_xdp_xmit(struct net_device *dev, int n, struct xdp_frame **xdpfs, in efx_xdp_xmit() argument
675 return efx_siena_xdp_tx_buffers(efx, n, xdpfs, flags & XDP_XMIT_FLUSH); in efx_xdp_xmit()
/linux/drivers/net/ethernet/sfc/
H A Defx.c107 static int efx_xdp_xmit(struct net_device *dev, int n, struct xdp_frame **xdpfs,
768 static int efx_xdp_xmit(struct net_device *dev, int n, struct xdp_frame **xdpfs, in efx_xdp_xmit() argument
776 return efx_xdp_tx_buffers(efx, n, xdpfs, flags & XDP_XMIT_FLUSH); in efx_xdp_xmit()