Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/iwn/
HDif_iwnvar.h308 int sc_cap_off; /* PCIe Capabilities. */ member
HDif_iwn.c465 error = pci_find_extcap(dev, PCIY_EXPRESS, &sc->sc_cap_off); in iwn_attach()
467 error = pci_find_cap(dev, PCIY_EXPRESS, &sc->sc_cap_off); in iwn_attach()
6450 reg = pci_read_config(sc->sc_dev, sc->sc_cap_off + PCIER_LINKCTRL, 4);
6454 reg = pci_read_config(sc->sc_dev, sc->sc_cap_off + PCIER_LINK_CTL, 4);
8474 reg = pci_read_config(sc->sc_dev, sc->sc_cap_off + PCIER_LINKCTRL, 4);
8478 reg = pci_read_config(sc->sc_dev, sc->sc_cap_off + PCIER_LINK_CTL, 4);
/dragonfly/sys/dev/netif/wpi/
HDif_wpivar.h222 int sc_cap_off; /* PCIe Capabilities. */ member
HDif_wpi.c367 error = pci_find_extcap(dev, PCIY_EXPRESS, &sc->sc_cap_off); in wpi_attach()
369 error = pci_find_cap(dev, PCIY_EXPRESS, &sc->sc_cap_off); in wpi_attach()
3865 reg = pci_read_config(sc->sc_dev, sc->sc_cap_off + PCIER_LINKCTRL, 1); in wpi_set_pslevel()
3869 reg = pci_read_config(sc->sc_dev, sc->sc_cap_off + PCIER_LINK_CTL, 1); in wpi_set_pslevel()
5210 reg = pci_read_config(sc->sc_dev, sc->sc_cap_off + PCIER_LINKCTRL, 1);
5214 reg = pci_read_config(sc->sc_dev, sc->sc_cap_off + PCIER_LINK_CTL, 1);