Home | History | Annotate | Download | only in ic

Lines Matching refs:wi_softc

147 STATIC int  wi_reset(struct wi_softc *);
154 static void wi_ioctl_init(struct wi_softc *);
155 static int wi_ioctl_enter(struct wi_softc *);
156 static void wi_ioctl_exit(struct wi_softc *);
157 static void wi_ioctl_drain(struct wi_softc *);
172 STATIC void wi_sync_bssid(struct wi_softc *,
175 STATIC void wi_rx_intr(struct wi_softc *);
176 STATIC void wi_txalloc_intr(struct wi_softc *);
177 STATIC void wi_cmd_intr(struct wi_softc *);
178 STATIC void wi_tx_intr(struct wi_softc *);
179 STATIC void wi_tx_ex_intr(struct wi_softc *);
180 STATIC void wi_info_intr(struct wi_softc *);
188 STATIC void wi_push_packet(struct wi_softc *);
191 STATIC int wi_cfg_txrate(struct wi_softc *);
192 STATIC int wi_write_txrate(struct wi_softc *, int);
193 STATIC int wi_write_wep(struct wi_softc *);
194 STATIC int wi_write_multi(struct wi_softc *);
195 STATIC int wi_alloc_fid(struct wi_softc *, int, int *);
196 STATIC void wi_read_nicid(struct wi_softc *);
197 STATIC int wi_write_ssid(struct wi_softc *, int, uint8_t *, int);
199 STATIC int wi_cmd(struct wi_softc *, int, int, int, int);
200 STATIC int wi_cmd_start(struct wi_softc *, int, int, int, int);
201 STATIC int wi_cmd_wait(struct wi_softc *, int, int);
202 STATIC int wi_seek_bap(struct wi_softc *, int, int);
203 STATIC int wi_read_bap(struct wi_softc *, int, int, void *, int);
204 STATIC int wi_write_bap(struct wi_softc *, int, int, void *, int);
205 STATIC int wi_mwrite_bap(struct wi_softc *, int, int, struct mbuf *, int);
206 STATIC int wi_read_rid(struct wi_softc *, int, void *, int *);
207 STATIC int wi_write_rid(struct wi_softc *, int, void *, int);
212 STATIC int wi_scan_ap(struct wi_softc *, uint16_t, uint16_t);
213 STATIC void wi_scan_result(struct wi_softc *, int, int);
216 STATIC void wi_mend_flags(struct wi_softc *, enum ieee80211_state);
219 wi_write_val(struct wi_softc *sc, int rid, uint16_t val)
343 wi_read_xrid(struct wi_softc *sc, int rid, void *buf, int ebuflen)
362 wi_attach(struct wi_softc *sc, const uint8_t *macaddr)
596 wi_detach(struct wi_softc *sc)
621 struct wi_softc *sc = device_private(self);
635 struct wi_softc *sc = arg;
675 struct wi_softc *sc = arg;
778 struct wi_softc *sc = ifp->if_softc;
996 wi_txcmd_wait(struct wi_softc *sc)
1009 struct wi_softc *sc = ifp->if_softc;
1062 struct wi_softc *sc = ic->ic_ifp->if_softc;
1133 struct wi_softc *sc = ifp->if_softc;
1289 wi_reset(struct wi_softc *sc)
1321 struct wi_softc *sc = ifp->if_softc;
1352 wi_ioctl_enter(struct wi_softc *sc)
1376 wi_ioctl_exit(struct wi_softc *sc)
1388 wi_ioctl_init(struct wi_softc *sc)
1395 wi_ioctl_drain(struct wi_softc *sc)
1415 struct wi_softc *sc = ifp->if_softc;
1505 struct wi_softc *sc = ifp->if_softc;
1524 struct wi_softc *sc = ifp->if_softc;
1585 struct wi_softc *sc = ni->ni_ic->ic_ifp->if_softc;
1596 wi_sync_bssid(struct wi_softc *sc, uint8_t new_bssid[IEEE80211_ADDR_LEN])
1647 wi_rx_intr(struct wi_softc *sc)
1775 wi_tx_ex_intr(struct wi_softc *sc)
1858 wi_txalloc_intr(struct wi_softc *sc)
1890 wi_cmd_intr(struct wi_softc *sc)
1922 wi_push_packet(struct wi_softc *sc)
1957 wi_tx_intr(struct wi_softc *sc)
2015 wi_info_intr(struct wi_softc *sc)
2101 wi_write_multi(struct wi_softc *sc)
2141 wi_read_nicid(struct wi_softc *sc)
2220 wi_write_ssid(struct wi_softc *sc, int rid, uint8_t *buf, int buflen)
2235 struct wi_softc *sc = ifp->if_softc;
2385 struct wi_softc *sc = ifp->if_softc;
2535 wi_write_txrate(struct wi_softc *sc, int rate)
2594 wi_cfg_txrate(struct wi_softc *sc)
2615 struct wi_softc *sc = ic->ic_ifp->if_softc;
2632 struct wi_softc *sc = ic->ic_ifp->if_softc;
2654 struct wi_softc *sc = ifp->if_softc;
2666 wi_write_wep(struct wi_softc *sc)
2773 wi_cmd_start(struct wi_softc *sc, int cmd, int val0, int val1, int val2)
2816 wi_cmd(struct wi_softc *sc, int cmd, int val0, int val1, int val2)
2859 wi_cmd_wait(struct wi_softc *sc, int cmd, int val0)
2916 wi_seek_bap(struct wi_softc *sc, int id, int off)
2968 wi_read_bap(struct wi_softc *sc, int id, int off, void *buf, int buflen)
2985 wi_write_bap(struct wi_softc *sc, int id, int off, void *buf, int buflen)
3034 wi_mwrite_bap(struct wi_softc *sc, int id, int off, struct mbuf *m0, int totlen)
3061 wi_alloc_fid(struct wi_softc *sc, int len, int *idp)
3085 wi_read_rid(struct wi_softc *sc, int rid, void *buf, int *buflenp)
3119 wi_write_rid(struct wi_softc *sc, int rid, void *buf, int buflen)
3147 struct wi_softc *sc = arg;
3173 wi_mend_flags(struct wi_softc *sc, enum ieee80211_state nstate)
3196 struct wi_softc *sc = ifp->if_softc;
3278 struct wi_softc *sc = ic->ic_ifp->if_softc;
3292 wi_scan_ap(struct wi_softc *sc, uint16_t chanmask, uint16_t txrate)
3327 wi_scan_result(struct wi_softc *sc, int fid, int cnt)