Home
last modified time | relevance | path

Searched refs:wi_softc (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/netif/wi/
HDif_wi.c134 static void wi_start(struct wi_softc *);
135 static int wi_start_tx(struct wi_softc *, struct wi_frame *, struct mbuf *);
144 static int wi_reset(struct wi_softc *);
148 static void wi_rx_intr(struct wi_softc *);
149 static void wi_tx_intr(struct wi_softc *);
150 static void wi_tx_ex_intr(struct wi_softc *);
152 static void wi_info_intr(struct wi_softc *);
154 static int wi_write_txrate(struct wi_softc *, struct ieee80211vap *);
155 static int wi_write_wep(struct wi_softc *, struct ieee80211vap *);
156 static int wi_write_multi(struct wi_softc *);
[all …]
HDif_wi_pci.c110 sizeof(struct wi_softc)
140 struct wi_softc *sc; in wi_pci_probe()
158 struct wi_softc *sc; in wi_pci_attach()
257 struct wi_softc *sc = device_get_softc(dev); in wi_pci_suspend()
269 struct wi_softc *sc = device_get_softc(dev); in wi_pci_resume()
HDif_wivar.h69 struct wi_softc { struct
195 int wi_mgmt_xmit(struct wi_softc *, caddr_t, int);
196 void wi_stop(struct wi_softc *, int);
197 void wi_init(struct wi_softc *);
HDif_wi_pccard.c111 sizeof(struct wi_softc)
211 struct wi_softc *sc; in wi_pccard_attach()