Lines Matching defs:Vmxnet3_RxDesc
190 struct Vmxnet3_RxDesc { struct
191 __le64 addr;
194 u32 gen:1; /* Generation bit */
195 u32 rsvd:15;
196 u32 dtype:1; /* Descriptor type */
197 u32 btype:1; /* Buffer Type */
198 u32 len:14;
200 u32 len:14;
201 u32 btype:1; /* Buffer Type */
202 u32 dtype:1; /* Descriptor type */
203 u32 rsvd:15;
204 u32 gen:1; /* Generation bit */
206 u32 ext1;