Lines Matching full:ndo_xdp_xmit
111 * for lockless sending (``XDP_TX``, .ndo_xdp_xmit()). Cap the maximum of these
281 * @LIBETH_XDP_TX_NDO: whether the send function is called from .ndo_xdp_xmit()
322 * @xdpf: &xdp_frame for the head frag for .ndo_xdp_xmit()
323 * @dma: DMA address of the non-head frag for .ndo_xdp_xmit()
325 * @len: frag length for XSk ``XDP_TX`` and .ndo_xdp_xmit()
342 /* .ndo_xdp_xmit(), XSk ``XDP_TX`` */
369 * @prog: corresponding active XDP program, %NULL for .ndo_xdp_xmit()
505 * all types of frames: ``XDP_TX``, .ndo_xdp_xmit(), XSk ``XDP_TX``, and XSk
760 * @flags: XDP TX flags (.ndo_xdp_xmit(), XSk etc.)
814 /* .ndo_xdp_xmit() implementation */
1038 * __libeth_xdp_xmit_do_bulk - internal function to implement .ndo_xdp_xmit()
1089 * libeth_xdp_xmit_do_bulk - implement full .ndo_xdp_xmit() in driver
1841 * Set all the features libeth_xdp supports, including .ndo_xdp_xmit(). That
1863 * Enable everything except the .ndo_xdp_xmit() feature, use when XDPSQs are