Lines Matching defs:Vmxnet3_RxCompDesc
232 struct Vmxnet3_RxCompDesc { struct
234 u32 ext2:1;
235 u32 cnc:1; /* Checksum Not Calculated */
236 u32 rssType:4; /* RSS hash type used */
237 u32 rqID:10; /* rx queue/ring ID */
238 u32 sop:1; /* Start of Packet */
239 u32 eop:1; /* End of Packet */
240 u32 ext1:2;
241 u32 rxdIdx:12; /* Index of the RxDesc */
253 __le32 rssHash; /* RSS hash value */
256 u32 tci:16; /* Tag stripped */
257 u32 ts:1; /* Tag is stripped */
258 u32 err:1; /* Error */
259 u32 len:14; /* data length */
261 u32 len:14; /* data length */
262 u32 err:1; /* Error */
263 u32 ts:1; /* Tag is stripped */
264 u32 tci:16; /* Tag stripped */
269 u32 gen:1; /* generation bit */
270 u32 type:7; /* completion type */
271 u32 fcs:1; /* Frame CRC correct */
295 struct Vmxnet3_RxCompDescExt { argument