HomeSort by: relevance | last modified time | path
    Searched refs:ic_newstate (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/sys/net80211/
ieee80211_proto.h 232 (((_ic)->ic_newstate)((_ic), (_nstate), (_arg)))
ieee80211_var.h 112 int (*ic_newstate)(struct ieee80211com *, member in struct:ieee80211com
ieee80211_proto.c 134 ic->ic_newstate = ieee80211_newstate;
  /src/sys/dev/ic/
an.c 323 sc->sc_newstate = ic->ic_newstate;
324 ic->ic_newstate = an_newstate;
bwfm.c 461 sc->sc_newstate = ic->ic_newstate;
462 ic->ic_newstate = bwfm_newstate;
malo.c 433 sc->sc_newstate = ic->ic_newstate;
434 ic->ic_newstate = malo_newstate;
awi.c 251 sc->sc_newstate = ic->ic_newstate;
252 ic->ic_newstate = awi_newstate;
athn.c 370 sc->sc_newstate = ic->ic_newstate;
371 ic->ic_newstate = athn_newstate;
atw.c 791 sc->sc_newstate = ic->ic_newstate;
792 ic->ic_newstate = atw_newstate;
rt2661.c 345 sc->sc_newstate = ic->ic_newstate;
346 ic->ic_newstate = rt2661_newstate;
rtw.c 3847 mtbl->mt_newstate = ic->ic_newstate;
3848 ic->ic_newstate = rtw_newstate;
wi.c 557 sc->sc_newstate = ic->ic_newstate;
559 ic->ic_newstate = wi_newstate;
rt2560.c 455 sc->sc_newstate = ic->ic_newstate;
456 ic->ic_newstate = rt2560_newstate;
rt2860.c 423 sc->sc_newstate = ic->ic_newstate;
424 ic->ic_newstate = rt2860_newstate;
  /src/sys/dev/pcmcia/
if_malo_pcmcia.c 377 sc->sc_newstate = ic->ic_newstate;
378 ic->ic_newstate = cmalo_newstate;
  /src/sys/dev/usb/
if_atu.c 1455 sc->sc_newstate = ic->ic_newstate;
1456 ic->ic_newstate = atu_newstate;
if_upgt.c 462 sc->sc_newstate = ic->ic_newstate;
463 ic->ic_newstate = upgt_newstate;
if_zyd.c 433 sc->sc_newstate = ic->ic_newstate;
434 ic->ic_newstate = zyd_newstate;
if_rum.c 457 sc->sc_newstate = ic->ic_newstate;
458 ic->ic_newstate = rum_newstate;
if_ural.c 500 sc->sc_newstate = ic->ic_newstate;
501 ic->ic_newstate = ural_newstate;
if_otus.c 881 sc->sc_newstate = ic->ic_newstate;
882 ic->ic_newstate = otus_newstate;
  /src/sys/dev/pci/
if_ipw.c 307 sc->sc_newstate = ic->ic_newstate;
308 ic->ic_newstate = ipw_newstate;
if_wpi.c 385 sc->sc_newstate = ic->ic_newstate;
386 ic->ic_newstate = wpi_newstate;
if_rtwn.c 375 sc->sc_newstate = ic->ic_newstate;
376 ic->ic_newstate = rtwn_newstate;
if_iwi.c 378 sc->sc_newstate = ic->ic_newstate;
379 ic->ic_newstate = iwi_newstate;

Completed in 56 milliseconds

1 2