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-6.6/drivers/net/vmxnet3/
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 */