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