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

/netbsd-current/sys/dev/pci/
H A Dif_iwmvar.h477 struct iwm_phy_ctxt sc_phyctxt[IWM_NUM_PHY_CTX]; member in struct:iwm_softc
H A Dif_iwm.c5926 sc->sc_phyctxt[0].channel = in->in_ni.ni_chan;
5927 err = iwm_phy_ctxt_cmd(sc, &sc->sc_phyctxt[0], 1, 1,
5931 in->in_phyctxt = &sc->sc_phyctxt[0];
6679 sc->sc_phyctxt[i].channel = &ic->ic_channels[1];
6680 err = iwm_phy_ctxt_cmd(sc, &sc->sc_phyctxt[i], 1, 1,
8134 for (int i = 0; i < __arraycount(sc->sc_phyctxt); i++) {
8135 sc->sc_phyctxt[i].id = i;

Completed in 82 milliseconds