Searched refs:xdpfs (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/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, 660 static int efx_xdp_xmit(struct net_device *dev, int n, struct xdp_frame **xdpfs, in efx_xdp_xmit() argument 668 return efx_xdp_tx_buffers(efx, n, xdpfs, flags & XDP_XMIT_FLUSH); in efx_xdp_xmit()
|