Lines Matching defs:Vmxnet3_TxDesc
121 struct Vmxnet3_TxDesc { struct
122 __le64 addr;
125 u32 msscof:14; /* MSS, checksum offset, flags */
126 u32 ext1:1;
127 u32 dtype:1; /* descriptor type */
128 u32 oco:1;
129 u32 gen:1; /* generation bit */
130 u32 len:14;
132 u32 len:14;
133 u32 gen:1; /* generation bit */
134 u32 oco:1;
135 u32 dtype:1; /* descriptor type */
136 u32 ext1:1;
137 u32 msscof:14; /* MSS, checksum offset, flags */
141 u32 tci:16; /* Tag to Insert */
142 u32 ti:1; /* VLAN Tag Insertion */
143 u32 ext2:1;
144 u32 cq:1; /* completion request */
145 u32 eop:1; /* End Of Packet */
146 u32 om:2; /* offload mode */
147 u32 hlen:10; /* header len */
149 u32 hlen:10; /* header len */
150 u32 om:2; /* offload mode */
151 u32 eop:1; /* End Of Packet */
152 u32 cq:1; /* completion request */
153 u32 ext2:1;
154 u32 ti:1; /* VLAN Tag Insertion */
155 u32 tci:16; /* Tag to Insert */