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

/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwmvar.h630 struct iwm_phy_ctxt sc_phyctxt[IWM_NUM_PHY_CTX]; member in struct:iwm_softc
H A Dif_iwm.c8782 err = iwm_phy_ctxt_update(sc, &sc->sc_phyctxt[0],
8788 err = iwm_phy_ctxt_update(sc, &sc->sc_phyctxt[0],
8794 in->in_phyctxt = &sc->sc_phyctxt[0];
8903 err = iwm_phy_ctxt_update(sc, &sc->sc_phyctxt[0],
10270 sc->sc_phyctxt[i].id = i;
10271 sc->sc_phyctxt[i].channel = &ic->ic_channels[1];
10272 err = iwm_phy_ctxt_cmd(sc, &sc->sc_phyctxt[i], 1, 1,
12068 for (i = 0; i < nitems(sc->sc_phyctxt); i++) {
12069 sc->sc_phyctxt[i].id = i;
12070 sc->sc_phyctxt[
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwxvar.h772 struct iwx_phy_ctxt sc_phyctxt[IWX_NUM_PHY_CTX]; member in struct:iwx_softc
H A Dif_iwx.c8115 err = iwx_phy_ctxt_update(sc, &sc->sc_phyctxt[0],
8121 err = iwx_phy_ctxt_update(sc, &sc->sc_phyctxt[0],
8127 in->in_phyctxt = &sc->sc_phyctxt[0];
8240 err = iwx_phy_ctxt_update(sc, &sc->sc_phyctxt[0],
9051 sc->sc_phyctxt[i].id = i;
9052 sc->sc_phyctxt[i].channel = &ic->ic_channels[1];
9053 err = iwx_phy_ctxt_cmd(sc, &sc->sc_phyctxt[i], 1, 1,
9063 err = iwx_phy_send_rlc(sc, &sc->sc_phyctxt[i], 1, 1);
11358 for (i = 0; i < nitems(sc->sc_phyctxt); i++) {
11359 sc->sc_phyctxt[
[all...]

Completed in 177 milliseconds