Searched refs:ex_pcih (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/elxl/
H A Delxl.c475 if (pci_config_setup(dip, &sc->ex_pcih) != DDI_SUCCESS) {
479 venid = pci_config_get16(sc->ex_pcih, PCI_CONF_VENID);
480 devid = pci_config_get16(sc->ex_pcih, PCI_CONF_DEVID);
503 pci_config_put16(sc->ex_pcih, PCI_CONF_COMM,
504 pci_config_get16(sc->ex_pcih, PCI_CONF_COMM) |
1967 if (sc->ex_pcih) {
1968 pci_config_teardown(&sc->ex_pcih);
H A Delxl.h464 ddi_acc_handle_t ex_pcih; member in struct:ex_softc

Completed in 63 milliseconds