Lines Matching defs:config_handle
1898 ddi_acc_handle_t config_handle;
1926 &config_handle) != DDI_SUCCESS) {
1932 if ((PCI_CAP_LOCATE(config_handle, PCI_CAP_ID_PCI_E, &cap_ptr)) ==
1937 max_supported = PCI_CAP_GET16(config_handle, NULL, cap_ptr,
1947 pcie_unmap_phys(&config_handle, reg);
1967 ddi_acc_handle_t config_handle;
1976 if (pci_config_setup(cdip, &config_handle) != DDI_SUCCESS)
1979 if ((PCI_CAP_LOCATE(config_handle, PCI_CAP_ID_PCI_E,
1981 pci_config_teardown(&config_handle);
1985 port_type = PCI_CAP_GET16(config_handle, NULL, cap_ptr,
1988 pci_config_teardown(&config_handle);