Searched refs:ic_newstate (Results 1 - 22 of 22) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211.h577 * ic_newstate - handle state transition
589 int (*ic_newstate)(ieee80211com_t *, member in struct:ieee80211com
632 (((_ic)->ic_newstate)((_ic), (_nstate), (_arg)))
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd.c566 sc->newstate = ic->ic_newstate;
567 ic->ic_newstate = zyd_newstate;
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_proto.c102 ic->ic_newstate = ieee80211_newstate;
/illumos-gate/usr/src/uts/common/io/atu/
H A Datu.c1260 sc->sc_newstate = ic->ic_newstate;
1261 ic->ic_newstate = atu_newstate;
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_main.c2237 asc->asc_newstate = ic->ic_newstate;
2238 ic->ic_newstate = ath_newstate;
/illumos-gate/usr/src/uts/common/io/ral/
H A Drt2560.c2535 sc->sc_newstate = ic->ic_newstate;
2536 ic->ic_newstate = rt2560_newstate;
/illumos-gate/usr/src/uts/common/io/rum/
H A Drum.c2349 sc->sc_newstate = ic->ic_newstate;
2350 ic->ic_newstate = rum_newstate;
/illumos-gate/usr/src/uts/common/io/ural/
H A Dural.c2304 sc->sc_newstate = ic->ic_newstate;
2305 ic->ic_newstate = ural_newstate;
/illumos-gate/usr/src/uts/common/io/ipw/
H A Dipw2100.c408 sc->sc_newstate = ic->ic_newstate;
409 ic->ic_newstate = ipw2100_newstate;
/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200.c546 sc->sc_newstate = ic->ic_newstate;
547 ic->ic_newstate = ipw2200_newstate;
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_main.c3144 sc->sc_newstate = ic->ic_newstate;
3145 ic->ic_newstate = arn_newstate;
/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtw.c3280 rsc->sc_newstate = ic->ic_newstate;
3281 ic->ic_newstate = rtw_new_state;
/illumos-gate/usr/src/uts/common/io/rwd/
H A Drt2661.c3055 sc->sc_newstate = ic->ic_newstate;
3056 ic->ic_newstate = rt2661_newstate;
/illumos-gate/usr/src/uts/common/io/rwn/
H A Drt2860.c3000 sc->sc_newstate = ic->ic_newstate;
3001 ic->ic_newstate = rt2860_newstate;
/illumos-gate/usr/src/uts/common/io/uath/
H A Duath.c3192 sc->sc_newstate = ic->ic_newstate;
3193 ic->ic_newstate = uath_newstate;
/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpi.c581 sc->sc_newstate = ic->ic_newstate;
582 ic->ic_newstate = wpi_newstate;
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp.c5333 sc->sc_newstate = ic->ic_newstate;
5334 ic->ic_newstate = iwp_newstate;
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl.c4059 sc->sc_newstate = ic->ic_newstate;
4060 ic->ic_newstate = mwl_newstate;
/illumos-gate/usr/src/uts/common/io/urtw/
H A Durtw.c4388 sc->sc_newstate = ic->ic_newstate;
4389 ic->ic_newstate = urtw_newstate;
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh.c6161 sc->sc_newstate = ic->ic_newstate;
6162 ic->ic_newstate = iwh_newstate;
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2.c716 sc->sc_newstate = ic->ic_newstate;
717 ic->ic_newstate = iwk_newstate;
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwn.c1041 sc->sc_newstate = ic->ic_newstate;
1042 ic->ic_newstate = iwn_newstate;

Completed in 1211 milliseconds