Searched refs:xdpfs (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/sfc/ |
| 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() 465 xdpf = xdpfs[i]; in efx_xdp_tx_buffers()
|
| A D | efx.h | 234 int efx_xdp_tx_buffers(struct efx_nic *efx, int n, struct xdp_frame **xdpfs,
|
| A D | efx.c | 105 static int efx_xdp_xmit(struct net_device *dev, int n, struct xdp_frame **xdpfs, 658 static int efx_xdp_xmit(struct net_device *dev, int n, struct xdp_frame **xdpfs, in efx_xdp_xmit() argument 666 return efx_xdp_tx_buffers(efx, n, xdpfs, flags & XDP_XMIT_FLUSH); in efx_xdp_xmit()
|
Completed in 6 milliseconds