Lines Matching refs:wi_softc

121 static void wi_start(struct wi_softc *);
122 static int wi_start_tx(struct wi_softc *, struct wi_frame *, struct mbuf *);
131 static int wi_reset(struct wi_softc *);
135 static void wi_rx_intr(struct wi_softc *);
136 static void wi_tx_intr(struct wi_softc *);
137 static void wi_tx_ex_intr(struct wi_softc *);
139 static void wi_info_intr(struct wi_softc *);
141 static int wi_write_txrate(struct wi_softc *, struct ieee80211vap *);
142 static int wi_write_wep(struct wi_softc *, struct ieee80211vap *);
143 static int wi_write_multi(struct wi_softc *);
146 static int wi_alloc_fid(struct wi_softc *, int, int *);
147 static void wi_read_nicid(struct wi_softc *);
148 static int wi_write_ssid(struct wi_softc *, int, u_int8_t *, int);
150 static int wi_cmd(struct wi_softc *, int, int, int, int);
151 static int wi_seek_bap(struct wi_softc *, int, int);
152 static int wi_read_bap(struct wi_softc *, int, int, void *, int);
153 static int wi_write_bap(struct wi_softc *, int, int, const void *, int);
154 static int wi_mwrite_bap(struct wi_softc *, int, int, struct mbuf *, int);
155 static int wi_read_rid(struct wi_softc *, int, void *, int *);
156 static int wi_write_rid(struct wi_softc *, int, const void *, int);
157 static int wi_write_appie(struct wi_softc *, int, const struct ieee80211_appie *);
158 static u_int16_t wi_read_chanmask(struct wi_softc *);
167 wi_write_val(struct wi_softc *sc, int rid, u_int16_t val) in wi_write_val()
239 struct wi_softc *sc = device_get_softc(dev); in wi_attach()
464 struct wi_softc *sc = device_get_softc(dev); in wi_detach()
489 struct wi_softc *sc = ic->ic_softc; in wi_vap_create()
549 struct wi_softc *sc = device_get_softc(dev); in wi_shutdown()
560 struct wi_softc *sc = arg; in wi_intr()
597 wi_enable(struct wi_softc *sc) in wi_enable()
608 wi_setup_locked(struct wi_softc *sc, int porttype, int mode, in wi_setup_locked()
644 wi_init(struct wi_softc *sc) in wi_init()
669 wi_stop(struct wi_softc *sc, int disable) in wi_stop()
693 struct wi_softc *sc = ic->ic_softc; in wi_getradiocaps()
712 struct wi_softc *sc = ic->ic_softc; in wi_set_channel()
727 struct wi_softc *sc = ic->ic_softc; in wi_scan_start()
750 struct wi_softc *sc = ic->ic_softc; in wi_scan_end()
784 struct wi_softc *sc = ic->ic_softc; in wi_newstate_sta()
853 struct wi_softc *sc = ic->ic_softc; in wi_newstate_hostap()
913 struct wi_softc *sc = ic->ic_softc; in wi_transmit()
932 wi_start(struct wi_softc *sc) in wi_start()
1007 wi_start_tx(struct wi_softc *sc, struct wi_frame *frmhdr, struct mbuf *m0) in wi_start_tx()
1039 struct wi_softc *sc = ic->ic_softc; in wi_raw_xmit()
1103 wi_reset(struct wi_softc *sc) in wi_reset()
1133 struct wi_softc *sc = arg; in wi_watchdog()
1152 struct wi_softc *sc = ic->ic_softc; in wi_parent()
1194 struct wi_softc *sc = ic->ic_softc; in wi_media_status()
1220 wi_sync_bssid(struct wi_softc *sc, u_int8_t new_bssid[IEEE80211_ADDR_LEN]) in wi_sync_bssid()
1255 wi_rx_intr(struct wi_softc *sc) in wi_rx_intr()
1362 wi_tx_ex_intr(struct wi_softc *sc) in wi_tx_ex_intr()
1402 wi_tx_intr(struct wi_softc *sc) in wi_tx_intr()
1433 wi_info_intr(struct wi_softc *sc) in wi_info_intr()
1527 wi_write_multi(struct wi_softc *sc) in wi_write_multi()
1560 struct wi_softc *sc = ic->ic_softc; in wi_update_promisc()
1571 wi_read_nicid(struct wi_softc *sc) in wi_read_nicid()
1651 wi_write_ssid(struct wi_softc *sc, int rid, u_int8_t *buf, int buflen) in wi_write_ssid()
1664 wi_write_txrate(struct wi_softc *sc, struct ieee80211vap *vap) in wi_write_txrate()
1692 wi_write_wep(struct wi_softc *sc, struct ieee80211vap *vap) in wi_write_wep()
1757 wi_cmd(struct wi_softc *sc, int cmd, int val0, int val1, int val2) in wi_cmd()
1815 wi_seek_bap(struct wi_softc *sc, int id, int off) in wi_seek_bap()
1848 wi_read_bap(struct wi_softc *sc, int id, int off, void *buf, int buflen) in wi_read_bap()
1865 wi_write_bap(struct wi_softc *sc, int id, int off, const void *buf, int buflen) in wi_write_bap()
1884 wi_mwrite_bap(struct wi_softc *sc, int id, int off, struct mbuf *m0, int totlen) in wi_mwrite_bap()
1911 wi_alloc_fid(struct wi_softc *sc, int len, int *idp) in wi_alloc_fid()
1936 wi_read_rid(struct wi_softc *sc, int rid, void *buf, int *buflenp) in wi_read_rid()
1967 wi_write_rid(struct wi_softc *sc, int rid, const void *buf, int buflen) in wi_write_rid()
1992 wi_write_appie(struct wi_softc *sc, int rid, const struct ieee80211_appie *ie) in wi_write_appie()
2006 wi_read_chanmask(struct wi_softc *sc) in wi_read_chanmask()
2024 struct wi_softc *sc = device_get_softc(dev); in wi_alloc()
2070 struct wi_softc *sc = device_get_softc(dev); in wi_free()