Lines Matching defs:Vmxnet3_RxDesc
232 struct Vmxnet3_RxDesc { struct
233 __le64 addr;
236 u32 gen:1; /* Generation bit */
237 u32 rsvd:15;
238 u32 dtype:1; /* Descriptor type */
239 u32 btype:1; /* Buffer Type */
240 u32 len:14;
242 u32 len:14;
243 u32 btype:1; /* Buffer Type */
244 u32 dtype:1; /* Descriptor type */
245 u32 rsvd:15;
246 u32 gen:1; /* Generation bit */
248 u32 ext1;