Lines Matching defs:Vmxnet3_TxDesc
150 struct Vmxnet3_TxDesc { struct
151 __le64 addr;
154 u32 msscof:14; /* MSS, checksum offset, flags */
155 u32 ext1:1; /* set to 1 to indicate inner csum/tso, vmxnet3 v7 */
156 u32 dtype:1; /* descriptor type */
157 u32 oco:1; /* Outer csum offload */
158 u32 gen:1; /* generation bit */
159 u32 len:14;
161 u32 len:14;
162 u32 gen:1; /* generation bit */
163 u32 oco:1; /* Outer csum offload */
164 u32 dtype:1; /* descriptor type */
165 u32 ext1:1; /* set to 1 to indicate inner csum/tso, vmxnet3 v7 */
166 u32 msscof:14; /* MSS, checksum offset, flags */
170 u32 tci:16; /* Tag to Insert */
171 u32 ti:1; /* VLAN Tag Insertion */
172 u32 ext2:1;
173 u32 cq:1; /* completion request */
174 u32 eop:1; /* End Of Packet */
175 u32 om:2; /* offload mode */
176 u32 hlen:10; /* header len */
178 u32 hlen:10; /* header len */
179 u32 om:2; /* offload mode */
180 u32 eop:1; /* End Of Packet */
181 u32 cq:1; /* completion request */
182 u32 ext2:1;
183 u32 ti:1; /* VLAN Tag Insertion */
184 u32 tci:16; /* Tag to Insert */