Lines Matching defs:Vmxnet3_RxDesc
206 struct Vmxnet3_RxDesc { struct
207 __le64 addr;
210 u32 gen:1; /* Generation bit */
211 u32 rsvd:15;
212 u32 dtype:1; /* Descriptor type */
213 u32 btype:1; /* Buffer Type */
214 u32 len:14;
216 u32 len:14;
217 u32 btype:1; /* Buffer Type */
218 u32 dtype:1; /* Descriptor type */
219 u32 rsvd:15;
220 u32 gen:1; /* Generation bit */
222 u32 ext1;