Lines Matching full:completion
32 /* If set, will generate a descriptor completion for this descriptor. */
37 /* The TX completion associated with this packet will contain this tag.
146 /* TX completion descriptor */
149 * completion.
165 /* For packet completions, this is the completion tag set on the
174 #define GVE_COMPL_TYPE_DQO_PKT 0x2 /* Packet completion */
175 #define GVE_COMPL_TYPE_DQO_DESC 0x4 /* Descriptor completion */
176 #define GVE_COMPL_TYPE_DQO_MISS 0x1 /* Miss path completion */
177 #define GVE_COMPL_TYPE_DQO_REINJECTION 0x3 /* Re-injection completion */
179 /* The most significant bit in the completion tag can change the completion
180 * type from packet completion to miss path completion.
186 __le16 buf_id; /* ID returned in Rx completion descriptor */