Searched refs:sc_cap_off (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/sys/dev/netif/iwn/ |
| HD | if_iwnvar.h | 308 int sc_cap_off; /* PCIe Capabilities. */ member
|
| HD | if_iwn.c | 465 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/ |
| HD | if_wpivar.h | 222 int sc_cap_off; /* PCIe Capabilities. */ member
|
| HD | if_wpi.c | 367 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);
|