Lines Matching defs:hvn_rx_ring
252 struct hvn_rx_ring { struct
253 struct hvn_softc *rxr_softc;
254 struct vmbus_channel *rxr_chan;
255 struct hvn_tx_ring *rxr_txr;
256 void *rxr_si;
257 bool rxr_workqueue;
258 char rxr_name[16];
260 struct work rxr_wk;
261 volatile bool rxr_onlist;
262 volatile bool rxr_onproc;
263 kmutex_t rxr_onwork_lock;
264 kcondvar_t rxr_onwork_cv;
266 uint32_t rxr_flags;
269 kmutex_t rxr_lock;
271 struct evcnt rxr_evpkts;
272 struct evcnt rxr_evcsum_ip;
273 struct evcnt rxr_evcsum_tcp;
274 struct evcnt rxr_evcsum_udp;
275 struct evcnt rxr_evvlanhwtagging;
276 struct evcnt rxr_evintr;
277 struct evcnt rxr_evdefer;
278 struct evcnt rxr_evdeferreq;
279 struct evcnt rxr_evredeferreq;
282 uint8_t *rxr_nvsbuf;