Lines Matching defs:Vmxnet3_RxCompDesc
227 struct Vmxnet3_RxCompDesc { struct
229 u32 ext2:1;
230 u32 cnc:1; /* Checksum Not Calculated */
231 u32 rssType:4; /* RSS hash type used */
232 u32 rqID:10; /* rx queue/ring ID */
233 u32 sop:1; /* Start of Packet */
234 u32 eop:1; /* End of Packet */
235 u32 ext1:2;
236 u32 rxdIdx:12; /* Index of the RxDesc */
248 __le32 rssHash; /* RSS hash value */
251 u32 tci:16; /* Tag stripped */
252 u32 ts:1; /* Tag is stripped */
253 u32 err:1; /* Error */
254 u32 len:14; /* data length */
256 u32 len:14; /* data length */
257 u32 err:1; /* Error */
258 u32 ts:1; /* Tag is stripped */
259 u32 tci:16; /* Tag stripped */
264 u32 gen:1; /* generation bit */
265 u32 type:7; /* completion type */
266 u32 fcs:1; /* Frame CRC correct */
290 struct Vmxnet3_RxCompDescExt { argument