Home
last modified time | relevance | path

Searched refs:sc_phyctxt (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/iwm/
H A Dif_iwmvar.h512 struct iwm_phy_ctxt sc_phyctxt[IWM_NUM_PHY_CTX];
511 struct iwm_phy_ctxt sc_phyctxt[IWM_NUM_PHY_CTX]; global() member
H A Dif_iwm.c4168 if ((error = iwm_phy_ctxt_changed(sc, &sc->sc_phyctxt[0], in iwm_auth()
4174 iv->phy_ctxt = &sc->sc_phyctxt[0]; in iwm_auth()
4813 &sc->sc_phyctxt[i], &ic->ic_channels[1], 1, 1)) != 0) in iwm_init_hw()
6146 for (i = 0; i < nitems(sc->sc_phyctxt); i++) { in iwm_attach()
6147 sc->sc_phyctxt[i].id = i; in iwm_attach()
6148 sc->sc_phyctxt[i].color = 0; in iwm_attach()
6149 sc->sc_phyctxt[i].ref = 0; in iwm_attach()
6150 sc->sc_phyctxt[i].channel = NULL; in iwm_attach()