Searched refs:xdpfs (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/sfc/siena/ |
H A D | tx.c | 208 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 D | efx.h | 216 struct xdp_frame **xdpfs, bool flush);
|
H A D | efx.c | 108 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 D | efx.c | 107 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()
|