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