Searched refs:xdpfs (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/sfc/siena/ |
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()
|
D | efx.h | 216 struct xdp_frame **xdpfs, bool flush);
|
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-6.12.1/drivers/net/ethernet/sfc/ |
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()
|
D | efx.h | 238 int efx_xdp_tx_buffers(struct efx_nic *efx, int n, struct xdp_frame **xdpfs,
|
D | efx.c | 106 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, in efx_xdp_xmit() argument 676 return efx_xdp_tx_buffers(efx, n, xdpfs, flags & XDP_XMIT_FLUSH); in efx_xdp_xmit()
|