Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H A Dtx.c415 static void efx_xdp_return_frames(int n, struct xdp_frame **xdpfs) in efx_xdp_return_frames() argument
420 xdp_return_frame_rx_napi(xdpfs[i]); in efx_xdp_return_frames()
429 int efx_xdp_tx_buffers(struct efx_nic *efx, int n, struct xdp_frame **xdpfs, in efx_xdp_tx_buffers() argument
451 if (unlikely(n && !xdpfs)) in efx_xdp_tx_buffers()
464 xdpf = xdpfs[i]; in efx_xdp_tx_buffers()
498 efx_xdp_return_frames(n - i, xdpfs + i); in efx_xdp_tx_buffers()
H A Defx.h234 int efx_xdp_tx_buffers(struct efx_nic *efx, int n, struct xdp_frame **xdpfs,
H A Defx.c105 static int efx_xdp_xmit(struct net_device *dev, int n, struct xdp_frame **xdpfs,
656 static int efx_xdp_xmit(struct net_device *dev, int n, struct xdp_frame **xdpfs, in efx_xdp_xmit() argument
664 return efx_xdp_tx_buffers(efx, n, xdpfs, flags & XDP_XMIT_FLUSH); in efx_xdp_xmit()
/kernel/linux/linux-6.6/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,
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()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A 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()
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,
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()

Completed in 8 milliseconds