Lines Matching defs:Vmxnet3_RxCompDesc
217 struct Vmxnet3_RxCompDesc { struct
219 u32 ext2:1;
220 u32 cnc:1; /* Checksum Not Calculated */
221 u32 rssType:4; /* RSS hash type used */
222 u32 rqID:10; /* rx queue/ring ID */
223 u32 sop:1; /* Start of Packet */
224 u32 eop:1; /* End of Packet */
225 u32 ext1:2;
226 u32 rxdIdx:12; /* Index of the RxDesc */
238 __le32 rssHash; /* RSS hash value */
241 u32 tci:16; /* Tag stripped */
242 u32 ts:1; /* Tag is stripped */
243 u32 err:1; /* Error */
244 u32 len:14; /* data length */
246 u32 len:14; /* data length */
247 u32 err:1; /* Error */
248 u32 ts:1; /* Tag is stripped */
249 u32 tci:16; /* Tag stripped */
254 u32 gen:1; /* generation bit */
255 u32 type:7; /* completion type */
256 u32 fcs:1; /* Frame CRC correct */
280 struct Vmxnet3_RxCompDescExt { argument