Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/vmxnet3/
Dvmxnet3_defs.h191 struct Vmxnet3_TxCompDesc { struct
192 u32 txdIdx:12; /* Index of the EOP TxDesc */
193 u32 ext1:20;
195 __le32 ext2;
196 __le32 ext3;
198 u32 rsvd:24;
199 u32 type:7; /* completion type */
200 u32 gen:1; /* generation bit */
/kernel/linux/linux-4.19/drivers/net/vmxnet3/
Dvmxnet3_defs.h188 struct Vmxnet3_TxCompDesc { struct
189 u32 txdIdx:12; /* Index of the EOP TxDesc */
190 u32 ext1:20;
192 __le32 ext2;
193 __le32 ext3;
195 u32 rsvd:24;
196 u32 type:7; /* completion type */
197 u32 gen:1; /* generation bit */