HomeSort by: relevance | last modified time | path
    Searched refs:sc_phyctxt (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_iwmvar.h 477 struct iwm_phy_ctxt sc_phyctxt[IWM_NUM_PHY_CTX]; member in struct:iwm_softc
if_iwm.c 5927 sc->sc_phyctxt[0].channel = in->in_ni.ni_chan;
5928 err = iwm_phy_ctxt_cmd(sc, &sc->sc_phyctxt[0], 1, 1,
5932 in->in_phyctxt = &sc->sc_phyctxt[0];
6680 sc->sc_phyctxt[i].channel = &ic->ic_channels[1];
6681 err = iwm_phy_ctxt_cmd(sc, &sc->sc_phyctxt[i], 1, 1,
8135 for (int i = 0; i < __arraycount(sc->sc_phyctxt); i++) {
8136 sc->sc_phyctxt[i].id = i;

Completed in 16 milliseconds