Lines Matching defs:Vmxnet3_RxCompDesc
235 struct Vmxnet3_RxCompDesc { struct
237 u32 ext2:1;
238 u32 cnc:1; /* Checksum Not Calculated */
239 u32 rssType:4; /* RSS hash type used */
240 u32 rqID:10; /* rx queue/ring ID */
241 u32 sop:1; /* Start of Packet */
242 u32 eop:1; /* End of Packet */
243 u32 ext1:2;
244 u32 rxdIdx:12; /* Index of the RxDesc */
256 __le32 rssHash; /* RSS hash value */
259 u32 tci:16; /* Tag stripped */
260 u32 ts:1; /* Tag is stripped */
261 u32 err:1; /* Error */
262 u32 len:14; /* data length */
264 u32 len:14; /* data length */
265 u32 err:1; /* Error */
266 u32 ts:1; /* Tag is stripped */
267 u32 tci:16; /* Tag stripped */
272 u32 gen:1; /* generation bit */
273 u32 type:7; /* completion type */
274 u32 fcs:1; /* Frame CRC correct */
298 struct Vmxnet3_RxCompDescExt { argument