Searched refs:hvs_softc (Results 1 – 1 of 1) sorted by relevance
185 struct hvs_softc;203 struct hvs_softc { struct234 CFATTACH_DECL_NEW(hvs, sizeof(struct hvs_softc), argument240 static int hvs_start(struct hvs_softc *, struct vmbus_channel *,242 static int hvs_poll(struct hvs_softc *, struct vmbus_channel *,249 static int hvs_connect(struct hvs_softc *);252 static int hvs_alloc_ccbs(struct hvs_softc *);253 static void hvs_free_ccbs(struct hvs_softc *);255 hvs_get_ccb(struct hvs_softc *);256 static void hvs_put_ccb(struct hvs_softc *, struct hvs_ccb *);[all …]