Lines Matching defs:Vmxnet3_RxDesc
228 struct Vmxnet3_RxDesc { struct
229 __le64 addr;
232 u32 gen:1; /* Generation bit */
233 u32 rsvd:15;
234 u32 dtype:1; /* Descriptor type */
235 u32 btype:1; /* Buffer Type */
236 u32 len:14;
238 u32 len:14;
239 u32 btype:1; /* Buffer Type */
240 u32 dtype:1; /* Descriptor type */
241 u32 rsvd:15;
242 u32 gen:1; /* Generation bit */
244 u32 ext1;