Home
last modified time | relevance | path

Searched defs:Vmxnet3_TxCompDesc (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/vmxnet3/
H A Dvmxnet3_defs.h216 struct Vmxnet3_TxCompDesc { struct
217 u32 txdIdx:12; /* Index of the EOP TxDesc */
218 u32 ext1:20;
220 __le32 ext2;
221 __le32 ext3;
223 u32 rsvd:24;
224 u32 type:7; /* completion type */
225 u32 gen:1; /* generation bit */
/openbmc/qemu/hw/net/
H A Dvmxnet3.h303 struct Vmxnet3_TxCompDesc { struct
304 union {
316 __le32 ext2;
317 __le32 ext3;
319 union {