Lines Matching refs:hn_softc

77 static const void	*hn_rndis_xact_exec1(struct hn_softc *,
80 static const void *hn_rndis_xact_execute(struct hn_softc *,
83 static int hn_rndis_query(struct hn_softc *, uint32_t,
85 static int hn_rndis_query2(struct hn_softc *, uint32_t,
87 static int hn_rndis_set(struct hn_softc *, uint32_t,
89 static int hn_rndis_init(struct hn_softc *);
90 static int hn_rndis_halt(struct hn_softc *);
91 static int hn_rndis_conf_offload(struct hn_softc *, int);
92 static int hn_rndis_query_hwcaps(struct hn_softc *,
96 hn_rndis_rid(struct hn_softc *sc) in hn_rndis_rid()
110 hn_rndis_rx_ctrl(struct hn_softc *sc, const void *data, int dlen) in hn_rndis_rx_ctrl()
153 hn_rndis_get_eaddr(struct hn_softc *sc, uint8_t *eaddr) in hn_rndis_get_eaddr()
171 hn_rndis_get_linkstatus(struct hn_softc *sc, uint32_t *link_status) in hn_rndis_get_linkstatus()
189 hn_rndis_get_mtu(struct hn_softc *sc, uint32_t *mtu) in hn_rndis_get_mtu()
207 hn_rndis_xact_exec1(struct hn_softc *sc, struct vmbus_xact *xact, size_t reqlen, in hn_rndis_xact_exec1()
255 hn_rndis_xact_execute(struct hn_softc *sc, struct vmbus_xact *xact, uint32_t rid, in hn_rndis_xact_execute()
308 hn_rndis_query(struct hn_softc *sc, uint32_t oid, in hn_rndis_query()
316 hn_rndis_query2(struct hn_softc *sc, uint32_t oid, in hn_rndis_query2()
407 hn_rndis_query_rsscaps(struct hn_softc *sc, int *rxr_cnt0) in hn_rndis_query_rsscaps()
530 hn_rndis_set(struct hn_softc *sc, uint32_t oid, const void *data, size_t dlen) in hn_rndis_set()
580 hn_rndis_reconf_offload(struct hn_softc *sc, int mtu) in hn_rndis_reconf_offload()
586 hn_rndis_conf_offload(struct hn_softc *sc, int mtu) in hn_rndis_conf_offload()
771 hn_rndis_conf_rss(struct hn_softc *sc, uint16_t flags) in hn_rndis_conf_rss()
829 hn_rndis_set_rxfilter(struct hn_softc *sc, uint32_t filter) in hn_rndis_set_rxfilter()
848 hn_rndis_init(struct hn_softc *sc) in hn_rndis_init()
916 hn_rndis_halt(struct hn_softc *sc) in hn_rndis_halt()
944 hn_rndis_query_hwcaps(struct hn_softc *sc, struct ndis_offload *caps) in hn_rndis_query_hwcaps()
1038 hn_rndis_attach(struct hn_softc *sc, int mtu, int *init_done) in hn_rndis_attach()
1060 hn_rndis_detach(struct hn_softc *sc) in hn_rndis_detach()