Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/
H A Dif_iwmvar.h624 struct iwm_phy_ctxt sc_phyctxt[IWM_NUM_PHY_CTX]; member
H A Dif_iwxvar.h798 struct iwx_phy_ctxt sc_phyctxt[IWX_NUM_PHY_CTX];
766 struct iwx_phy_ctxt sc_phyctxt[IWX_NUM_PHY_CTX]; global() member
H A Dif_iwx.c8442 err = iwx_phy_ctxt_update(sc, &sc->sc_phyctxt[0], in iwx_add_sta_key()
8448 err = iwx_phy_ctxt_update(sc, &sc->sc_phyctxt[0], in iwx_add_sta_key()
8454 in->in_phyctxt = &sc->sc_phyctxt[0]; in iwx_add_sta_key()
8567 err = iwx_phy_ctxt_update(sc, &sc->sc_phyctxt[0], in iwx_media_change()
9431 sc->sc_phyctxt[i].id = i;
9432 sc->sc_phyctxt[i].channel = &ic->ic_channels[1];
9433 err = iwx_phy_ctxt_cmd(sc, &sc->sc_phyctxt[i], 1, 1,
9443 err = iwx_phy_send_rlc(sc, &sc->sc_phyctxt[i], 1, 1);
11708 for (i = 0; i < nitems(sc->sc_phyctxt); i++) {
11709 sc->sc_phyctxt[
[all...]
H A Dif_iwm.c8757 err = iwm_phy_ctxt_update(sc, &sc->sc_phyctxt[0], in iwm_auth()
8763 err = iwm_phy_ctxt_update(sc, &sc->sc_phyctxt[0], in iwm_auth()
8769 in->in_phyctxt = &sc->sc_phyctxt[0]; in iwm_auth()
8878 err = iwm_phy_ctxt_update(sc, &sc->sc_phyctxt[0], in iwm_deauth()
10245 sc->sc_phyctxt[i].id = i; in iwm_init_hw()
10246 sc->sc_phyctxt[i].channel = &ic->ic_channels[1]; in iwm_init_hw()
10247 err = iwm_phy_ctxt_cmd(sc, &sc->sc_phyctxt[i], 1, 1, in iwm_init_hw()
11968 for (i = 0; i < nitems(sc->sc_phyctxt); i++) { in iwm_attach()
11969 sc->sc_phyctxt[i].id = i; in iwm_attach()
11970 sc->sc_phyctxt[ in iwm_attach()
[all...]