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 497 struct iwm_phy_ctxt sc_phyctxt[IWM_NUM_PHY_CTX]; member in struct:iwm_softc
if_iwm.c 6531 err = iwm_phy_ctxt_update(sc, &sc->sc_phyctxt[0],
6536 err = iwm_phy_ctxt_update(sc, &sc->sc_phyctxt[0],
6542 in->in_phyctxt = &sc->sc_phyctxt[0];
6652 err = iwm_phy_ctxt_update(sc, &sc->sc_phyctxt[0],
7688 sc->sc_phyctxt[i].channel = &ic->ic_channels[1];
7689 err = iwm_phy_ctxt_cmd(sc, &sc->sc_phyctxt[i], 1, 1,
9336 for (int i = 0; i < __arraycount(sc->sc_phyctxt); i++) {
9337 sc->sc_phyctxt[i].id = i;

Completed in 18 milliseconds