Lines Matching defs:hvn_tx_ring
192 struct hvn_tx_ring { struct
193 struct hvn_softc *txr_softc;
194 struct vmbus_channel *txr_chan;
195 struct hvn_rx_ring *txr_rxr;
196 void *txr_si;
197 char txr_name[16];
199 int txr_id;
200 int txr_oactive;
201 int txr_suspended;
202 int txr_csum_assist;
203 uint64_t txr_caps_assist;
204 uint32_t txr_flags;
207 struct evcnt txr_evpkts;
208 struct evcnt txr_evsends;
209 struct evcnt txr_evnodesc;
210 struct evcnt txr_evdmafailed;
211 struct evcnt txr_evdefrag;
212 struct evcnt txr_evpcqdrop;
213 struct evcnt txr_evtransmitdefer;
214 struct evcnt txr_evflushfailed;
215 struct evcnt txr_evchimneytried;
216 struct evcnt txr_evchimney;
217 struct evcnt txr_evvlanfixup;
218 struct evcnt txr_evvlanhwtagging;
219 struct evcnt txr_evvlantap;
221 kmutex_t txr_lock;
222 pcq_t *txr_interq;
224 uint32_t txr_avail;
248 int (*txr_sendpkt)(struct hvn_tx_ring *, argument