Lines Matching defs:vmxnet3_txqueue
194 struct vmxnet3_txqueue { struct
195 kmutex_t *vxtxq_mtx;
196 struct vmxnet3_softc *vxtxq_sc;
197 int vxtxq_watchdog;
198 pcq_t *vxtxq_interq;
199 struct vmxnet3_txring vxtxq_cmd_ring;
200 struct vmxnet3_comp_ring vxtxq_comp_ring;
201 struct vmxnet3_txq_stats vxtxq_stats;
202 struct vmxnet3_txq_shared *vxtxq_ts;
203 char vxtxq_name[16];
205 void *vxtxq_si;
207 struct evcnt vxtxq_intr;
208 struct evcnt vxtxq_defer;
209 struct evcnt vxtxq_deferreq;
210 struct evcnt vxtxq_pcqdrop;
211 struct evcnt vxtxq_transmitdef;
212 struct evcnt vxtxq_watchdogto;
213 struct evcnt vxtxq_defragged;
214 struct evcnt vxtxq_defrag_failed;
216 bool vxtxq_stopping;