Lines Matching defs:Vmxnet3_RxDesc
200 struct Vmxnet3_RxDesc { struct
201 __le64 addr;
204 u32 gen:1; /* Generation bit */
205 u32 rsvd:15;
206 u32 dtype:1; /* Descriptor type */
207 u32 btype:1; /* Buffer Type */
208 u32 len:14;
210 u32 len:14;
211 u32 btype:1; /* Buffer Type */
212 u32 dtype:1; /* Descriptor type */
213 u32 rsvd:15;
214 u32 gen:1; /* Generation bit */
216 u32 ext1;