Searched defs:hvn_tx_ring (Results 1 – 1 of 1) sorted by relevance
192 struct hvn_tx_ring { struct193 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;[all …]