Home
last modified time | relevance | path

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

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