Searched refs:hvn_softc (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/hyperv/
H A Dif_hvn.c189 struct hvn_softc;
193 struct hvn_softc *txr_softc;
253 struct hvn_softc *rxr_softc;
285 struct hvn_softc { struct
454 CFATTACH_DECL_NEW(hvn, sizeof(struct hvn_softc),
461 static void hvn_link_event(struct hvn_softc *, uint32_t);
475 static int hvn_rx_ring_create(struct hvn_softc *, int);
476 static int hvn_rx_ring_destroy(struct hvn_softc *);
477 static void hvn_fixup_rx_data(struct hvn_softc *);
478 static int hvn_tx_ring_create(struct hvn_softc *, in
[all...]

Completed in 170 milliseconds