Searched refs:bus_cfg_hdl (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dpcie_impl.h114 pci_config_get ## sz(bus_p->bus_cfg_hdl, off)
116 pci_config_put ## sz(bus_p->bus_cfg_hdl, off, val)
118 PCI_CAP_GET ## sz(bus_p->bus_cfg_hdl, NULL, bus_p->bus_pcie_off, off)
120 PCI_CAP_PUT ## sz(bus_p->bus_cfg_hdl, NULL, bus_p->bus_pcie_off, off, \
123 PCI_XCAP_GET ## sz(bus_p->bus_cfg_hdl, NULL, bus_p->bus_aer_off, off)
125 PCI_XCAP_PUT ## sz(bus_p->bus_cfg_hdl, NULL, bus_p->bus_aer_off, off, \
128 PCI_CAP_GET ## sz(bus_p->bus_cfg_hdl, NULL, bus_p->bus_pcix_off, off)
130 PCI_CAP_PUT ## sz(bus_p->bus_cfg_hdl, NULL, bus_p->bus_pcix_off, off, \
298 ddi_acc_handle_t bus_cfg_hdl; /* error handling acc hdle */ member in struct:pcie_bus
/opensolaris-onvv-gate/usr/src/uts/intel/io/pciex/
H A Dpcieb_x86.c466 ddi_acc_handle_t cfg_hdl = bus_p->bus_cfg_hdl;
592 pexctrl = pci_config_get32(bus_p->bus_cfg_hdl,
599 pci_config_put32(bus_p->bus_cfg_hdl,
612 ddi_acc_handle_t cfg_hdl = bus_p->bus_cfg_hdl;
/opensolaris-onvv-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcishpc.c173 pci_config_get32(bus_p->bus_cfg_hdl, i));
1914 slot_p->hs_phy_slot_num = pci_config_get8(bus_p->bus_cfg_hdl,
2362 pci_config_put8(bus_p->bus_cfg_hdl,
2366 if (pci_config_get8(bus_p->bus_cfg_hdl, bus_p->bus_pci_hp_off +
2374 return (pci_config_get32(bus_p->bus_cfg_hdl,
2390 pci_config_put8(bus_p->bus_cfg_hdl,
2394 if (pci_config_get8(bus_p->bus_cfg_hdl, bus_p->bus_pci_hp_off +
2402 pci_config_put32(bus_p->bus_cfg_hdl,
2410 (void) pci_config_get16(bus_p->bus_cfg_hdl, PCI_CONF_VENID);
H A Dpciehpc.c640 return (pci_config_get8(bus_p->bus_cfg_hdl, off));
653 return (pci_config_get16(bus_p->bus_cfg_hdl, off));
666 return (pci_config_get32(bus_p->bus_cfg_hdl, off));
679 pci_config_put8(bus_p->bus_cfg_hdl, off, val);
692 pci_config_put16(bus_p->bus_cfg_hdl, off, val);
705 pci_config_put32(bus_p->bus_cfg_hdl, off, val);
/opensolaris-onvv-gate/usr/src/uts/common/io/pciex/
H A Dpcieb.c366 ddi_acc_handle_t config_handle = bus_p->bus_cfg_hdl;
1166 hp_msi_off = PCI_CAP_GET16(bus_p->bus_cfg_hdl, NULL,
1196 aer_msi_off = (PCI_XCAP_GET32(bus_p->bus_cfg_hdl, NULL,
1733 ddi_acc_handle_t config_handle = bus_p->bus_cfg_hdl;
H A Dpcie.c457 bus_p->bus_cfg_hdl = eh;
466 pci_config_teardown(&bus_p->bus_cfg_hdl);
535 pcie_check_io_mem_range(bus_p->bus_cfg_hdl, &empty_io_range,
837 * ddi_acc_handle_t bus_cfg_hdl
904 * ddi_acc_handle_t bus_cfg_hdl
933 * ddi_acc_handle_t bus_cfg_hdl
1744 rp_cap = PCI_CAP_GET16(bus_p->bus_cfg_hdl, NULL,
/opensolaris-onvv-gate/usr/src/uts/sparc/io/pciex/
H A Dpcieb_sparc.c202 ddi_acc_handle_t config_handle = bus_p->bus_cfg_hdl;

Completed in 106 milliseconds