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

/linux-master/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, argument
220 if (unlikely(n && !xdpfs))
255 xdpf = xdpfs[i];
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, argument
675 return efx_siena_xdp_tx_buffers(efx, n, xdpfs, flags & XDP_XMIT_FLUSH);
/linux-master/drivers/net/ethernet/sfc/
H A Dtx.c421 int efx_xdp_tx_buffers(struct efx_nic *efx, int n, struct xdp_frame **xdpfs, argument
433 if (unlikely(n && !xdpfs))
468 xdpf = xdpfs[i];
H A Defx.h238 int efx_xdp_tx_buffers(struct efx_nic *efx, int n, struct xdp_frame **xdpfs,
H A Defx.c106 static int efx_xdp_xmit(struct net_device *dev, int n, struct xdp_frame **xdpfs,
668 static int efx_xdp_xmit(struct net_device *dev, int n, struct xdp_frame **xdpfs, argument
676 return efx_xdp_tx_buffers(efx, n, xdpfs, flags & XDP_XMIT_FLUSH);

Completed in 296 milliseconds