Lines Matching refs:hn_softc
65 static int hn_nvs_conn_chim(struct hn_softc *);
66 static int hn_nvs_conn_rxbuf(struct hn_softc *);
67 static void hn_nvs_disconn_chim(struct hn_softc *);
68 static void hn_nvs_disconn_rxbuf(struct hn_softc *);
69 static int hn_nvs_conf_ndis(struct hn_softc *, int);
70 static int hn_nvs_init_ndis(struct hn_softc *);
71 static int hn_nvs_doinit(struct hn_softc *, uint32_t);
72 static int hn_nvs_init(struct hn_softc *);
73 static const void *hn_nvs_xact_execute(struct hn_softc *,
77 struct hn_softc *, struct vmbus_channel *,
93 hn_nvs_xact_execute(struct hn_softc *sc, struct vmbus_xact *xact, in hn_nvs_xact_execute()
137 hn_nvs_req_send(struct hn_softc *sc, void *req, int reqlen) in hn_nvs_req_send()
145 hn_nvs_conn_rxbuf(struct hn_softc *sc) in hn_nvs_conn_rxbuf()
223 hn_nvs_conn_chim(struct hn_softc *sc) in hn_nvs_conn_chim()
329 hn_nvs_disconn_rxbuf(struct hn_softc *sc) in hn_nvs_disconn_rxbuf()
389 hn_nvs_disconn_chim(struct hn_softc *sc) in hn_nvs_disconn_chim()
456 hn_nvs_doinit(struct hn_softc *sc, uint32_t nvs_ver) in hn_nvs_doinit()
505 hn_nvs_conf_ndis(struct hn_softc *sc, int mtu) in hn_nvs_conf_ndis()
534 hn_nvs_init_ndis(struct hn_softc *sc) in hn_nvs_init_ndis()
552 hn_nvs_init(struct hn_softc *sc) in hn_nvs_init()
608 hn_nvs_attach(struct hn_softc *sc, int mtu) in hn_nvs_attach()
659 hn_nvs_detach(struct hn_softc *sc) in hn_nvs_detach()
669 struct hn_softc *sc __unused, struct vmbus_channel *chan __unused, in hn_nvs_sent_xact()
678 struct hn_softc *sc __unused, struct vmbus_channel *chan __unused, in hn_nvs_sent_none()
685 hn_nvs_alloc_subchans(struct hn_softc *sc, int *nsubch0) in hn_nvs_alloc_subchans()
745 hn_nvs_set_datapath(struct hn_softc *sc, uint32_t path) in hn_nvs_set_datapath()