Lines Matching +full:queue +full:- +full:pkt +full:- +full:tx
1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
42 #define GVE_ITR_INTERVAL_DQO_MASK ((1 << 12) - 1)
68 /* 2K TX buffers for DQO-QPL */
75 /* Basic TX descriptor (DTYPE 0x0C) */
91 /* The TX completion for this packet will contain this tag. */
102 * Maximum number of data descriptors allowed per packet, or per-TSO segment.
105 #define GVE_TX_MAX_BUF_SIZE_DQO ((16 * 1024) - 1)
113 * "report_event" on TX packet descriptors may only be reported on the last
114 * descriptor of a TX packet, and they must be spaced apart with at least this
130 * TX Native TSO Context DTYPE (0x05)
209 /* Used to access the generation bit within a TX completion descriptor. */
213 /* TX completion descriptor */
216 * For types 0-4 this is the TX queue ID associated with this
236 * TX packet descriptors.
246 struct gve_tx_pkt_desc_dqo pkt; member
254 /* Descriptor to post buffers to HW on buffer queue. */
270 /* Descriptor for HW to notify SW of new packets received on RX queue. */
316 __le16 buf_id; /* Buffer ID which was sent on the buffer queue. */
335 return (PAGE_SIZE / priv->rx_buf_size_dqo); in gve_get_dq_num_frags_in_page()