Searched defs:Vmxnet3_TxCompDesc (Results 1 – 1 of 1) sorted by relevance
194 struct Vmxnet3_TxCompDesc { struct195 u32 txdIdx:12; /* Index of the EOP TxDesc */196 u32 ext1:20;198 __le32 ext2;199 __le32 ext3;201 u32 rsvd:24;202 u32 type:7; /* completion type */203 u32 gen:1; /* generation bit */
Completed in 11 milliseconds