Searched refs:xdpfs (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | tx.c | 415 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 D | efx.h | 234 int efx_xdp_tx_buffers(struct efx_nic *efx, int n, struct xdp_frame **xdpfs,
|
H A D | efx.c | 105 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 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, 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 D | tx.c | 421 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 D | efx.h | 238 int efx_xdp_tx_buffers(struct efx_nic *efx, int n, struct xdp_frame **xdpfs,
|
H A D | efx.c | 106 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