Lines Matching refs:an_softc

116 static int	an_reset(struct an_softc *);
117 static void an_wait(struct an_softc *);
127 static int an_set_nwkey(struct an_softc *, struct ieee80211_nwkey *);
128 static int an_set_nwkey_wep(struct an_softc *, struct ieee80211_nwkey *);
129 static int an_set_nwkey_eap(struct an_softc *, struct ieee80211_nwkey *);
130 static int an_get_nwkey(struct an_softc *, struct ieee80211_nwkey *);
131 static int an_write_wepkey(struct an_softc *, int, struct an_wepkey *,
134 static void an_rx_intr(struct an_softc *);
135 static void an_tx_intr(struct an_softc *, int);
136 static void an_linkstat_intr(struct an_softc *);
138 static int an_cmd(struct an_softc *, int, int);
139 static int an_seek_bap(struct an_softc *, int, int);
140 static int an_read_bap(struct an_softc *, int, int, void *, int);
141 static int an_write_bap(struct an_softc *, int, int, void *, int);
142 static int an_mwrite_bap(struct an_softc *, int, int, struct mbuf *, int);
143 static int an_read_rid(struct an_softc *, int, void *, int *);
144 static int an_write_rid(struct an_softc *, int, void *, int);
146 static int an_alloc_fid(struct an_softc *, int, int *);
163 an_attach(struct an_softc *sc)
416 an_detach(struct an_softc *sc)
439 struct an_softc *sc = device_private(self);
453 struct an_softc *sc = arg;
476 struct an_softc *sc = arg;
532 struct an_softc *sc = ifp->if_softc;
685 struct an_softc *sc = ifp->if_softc;
719 struct an_softc *sc = (struct an_softc *)ifp->if_softc;
858 an_reset(struct an_softc *sc)
882 struct an_softc *sc = ifp->if_softc;
902 struct an_softc *sc = ifp->if_softc;
960 struct an_softc *sc = ifp->if_softc;
1013 struct an_softc *sc = ifp->if_softc;
1054 an_set_nwkey(struct an_softc *sc, struct ieee80211_nwkey *nwkey)
1097 an_set_nwkey_wep(struct an_softc *sc, struct ieee80211_nwkey *nwkey)
1203 an_set_nwkey_eap(struct an_softc *sc, struct ieee80211_nwkey *nwkey)
1268 an_get_nwkey(struct an_softc *sc, struct ieee80211_nwkey *nwkey)
1310 an_write_wepkey(struct an_softc *sc, int type, struct an_wepkey *keys, int kid)
1372 an_rx_intr(struct an_softc *sc)
1534 an_tx_intr(struct an_softc *sc, int status)
1577 an_linkstat_intr(struct an_softc *sc)
1601 an_cmd(struct an_softc *sc, int cmd, int val)
1662 an_wait(struct an_softc *sc)
1676 an_seek_bap(struct an_softc *sc, int id, int off)
1707 an_read_bap(struct an_softc *sc, int id, int off, void *buf, int buflen)
1727 an_write_bap(struct an_softc *sc, int id, int off, void *buf, int buflen)
1747 an_mwrite_bap(struct an_softc *sc, int id, int off, struct mbuf *m, int totlen)
1782 an_alloc_fid(struct an_softc *sc, int len, int *idp)
1808 an_read_rid(struct an_softc *sc, int rid, void *buf, int *buflenp)
1835 an_write_rid(struct an_softc *sc, int rid, void *buf, int buflen)
1856 struct an_softc *sc = (struct an_softc *)ic->ic_ifp->if_softc;