Lines Matching defs:Vmxnet3_RxCompDesc
279 struct Vmxnet3_RxCompDesc { struct
281 u32 ext2:1;
282 u32 cnc:1; /* Checksum Not Calculated */
283 u32 rssType:4; /* RSS hash type used */
284 u32 rqID:10; /* rx queue/ring ID */
285 u32 sop:1; /* Start of Packet */
286 u32 eop:1; /* End of Packet */
287 u32 ext1:2; /* bit 0: indicating v4/v6/.. is for inner header */
289 u32 rxdIdx:12; /* Index of the RxDesc */
302 __le32 rssHash; /* RSS hash value */
305 u32 tci:16; /* Tag stripped */
306 u32 ts:1; /* Tag is stripped */
307 u32 err:1; /* Error */
308 u32 len:14; /* data length */
310 u32 len:14; /* data length */
311 u32 err:1; /* Error */
312 u32 ts:1; /* Tag is stripped */
313 u32 tci:16; /* Tag stripped */
318 u32 gen:1; /* generation bit */
319 u32 type:7; /* completion type */
320 u32 fcs:1; /* Frame CRC correct */
344 struct Vmxnet3_RxCompDescExt { argument