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