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