Lines Matching defs:Vmxnet3_RxDesc
203 struct Vmxnet3_RxDesc { struct
204 __le64 addr;
207 u32 gen:1; /* Generation bit */
208 u32 rsvd:15;
209 u32 dtype:1; /* Descriptor type */
210 u32 btype:1; /* Buffer Type */
211 u32 len:14;
213 u32 len:14;
214 u32 btype:1; /* Buffer Type */
215 u32 dtype:1; /* Descriptor type */
216 u32 rsvd:15;
217 u32 gen:1; /* Generation bit */
219 u32 ext1;