Searched refs:sc_cap_off (Results 1 - 8 of 8) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpivar.h208 int sc_cap_off; /* PCIe Capabilities. */ member in struct:wpi_softc
H A Dif_wpi.c356 error = pci_find_cap(dev, PCIY_EXPRESS, &sc->sc_cap_off);
3825 reg = pci_read_config(sc->sc_dev, sc->sc_cap_off + PCIER_LINK_CTL, 1);
5160 reg = pci_read_config(sc->sc_dev, sc->sc_cap_off + PCIER_LINK_CTL, 1);
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwnvar.h310 int sc_cap_off; /* PCIe Capabilities. */ member in struct:iwn_softc
H A Dif_iwn.c448 error = pci_find_cap(dev, PCIY_EXPRESS, &sc->sc_cap_off);
6505 reg = pci_read_config(sc->sc_dev, sc->sc_cap_off + PCIER_LINK_CTL, 4);
8570 reg = pci_read_config(sc->sc_dev, sc->sc_cap_off + PCIER_LINK_CTL, 4);
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwmvar.h586 int sc_cap_off; /* PCIe caps */ member in struct:iwm_softc
H A Dif_iwm.c1752 sc->sc_cap_off + PCI_PCIE_LCSR);
1762 sc->sc_cap_off + PCI_PCIE_DCSR2);
11765 PCI_CAP_PCIEXPRESS, &sc->sc_cap_off, NULL);
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwxvar.h735 int sc_cap_off; /* PCIe caps */ member in struct:iwx_softc
H A Dif_iwx.c2406 sc->sc_cap_off + PCI_PCIE_LCSR);
2409 sc->sc_cap_off + PCI_PCIE_DCSR2);
11042 PCI_CAP_PCIEXPRESS, &sc->sc_cap_off, NULL);

Completed in 151 milliseconds