Lines Matching +full:queue +full:- +full:pkt +full:- +full:tx
1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
2 /* Copyright (C) 2015-2019 Netronome Systems, Inc. */
10 /* TX descriptor format */
16 /* Flags in the host TX descriptor */
31 u8 offset_eop; /* Offset in buf where pkt starts +
38 u8 flags; /* TX Flags, see @NFD3_DESC_TX_* */
54 * struct nfp_nfd3_tx_buf - software TX buffer descriptor
59 * @fidx: Fragment index (-1 for the head and [0..nr_frags-1] for frags)
62 * Will be 1 for all non-TSO packets.
64 * buffer from the TX queue (for AF_XDP).
66 * on the head's buffer). Equal to skb->len for non-TSO packets.
93 void *data, void *pkt, unsigned int pkt_len, int meta_len);