Home
last modified time | relevance | path

Searched refs:hs_phy_slot_num (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/pciex/hotplug/
H A Dpciehpc_acpi.c291 slot_p->hs_phy_slot_num); in pciehpc_acpi_slotinfo_init()
338 slot_p->hs_phy_slot_num); in pciehpc_acpi_slot_poweron()
352 slot_p->hs_phy_slot_num); in pciehpc_acpi_slot_poweron()
371 slot_p->hs_phy_slot_num); in pciehpc_acpi_slot_poweron()
410 slot_p->hs_phy_slot_num); in pciehpc_acpi_slot_poweroff()
454 slot_p->hs_phy_slot_num); in pciehpc_acpi_install_event_handler()
497 val, slot_p->hs_phy_slot_num); in pciehpc_acpi_notify_handler()
508 slot_p->hs_phy_slot_num); in pciehpc_acpi_notify_handler()
511 slot_p->hs_phy_slot_num, dev_state); in pciehpc_acpi_notify_handler()
563 val, slot_p->hs_phy_slot_num); in pciehpc_acpi_notify_handler()
[all …]
/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpciehpc.c1077 slot_p->hs_phy_slot_num = in pciehpc_set_slot_name()
1082 if (!slot_p->hs_phy_slot_num) { in pciehpc_set_slot_name()
1120 slot_p->hs_phy_slot_num); in pciehpc_set_slot_name()
2052 slot_p->hs_phy_slot_num); in pciehpc_register_slot()
2060 slot_p->hs_phy_slot_num); in pciehpc_register_slot()
2085 slot_p->hs_phy_slot_num); in pciehpc_unregister_slot()
2267 slot_p->hs_phy_slot_num); in pciehpc_slot_poweron()
2287 slot_p->hs_phy_slot_num); in pciehpc_slot_poweron()
2369 slot_p->hs_phy_slot_num); in pciehpc_slot_poweron()
2450 slot_p->hs_phy_slot_num); in pciehpc_slot_poweroff()
[all …]
H A Dpcishpc.c1043 slot_p->hs_phy_slot_num); in pcishpc_register_slot()
1099 slot_p->hs_phy_slot_num); in pcishpc_destroy_slots()
1215 slot_p->hs_phy_slot_num); in pcishpc_slot_poweron()
1901 slot_p->hs_phy_slot_num = slotnum[0]; in pcishpc_set_slot_name()
1905 slot_p->hs_phy_slot_num = ctrl_p->hc_phys_start + slot; in pcishpc_set_slot_name()
1907 slot_p->hs_phy_slot_num = ctrl_p->hc_phys_start - slot; in pcishpc_set_slot_name()
1913 slot_p->hs_phy_slot_num); in pcishpc_set_slot_name()
1917 if (!slot_p->hs_phy_slot_num) { in pcishpc_set_slot_name()
1922 slot_p->hs_info.cn_num = slot_p->hs_phy_slot_num; in pcishpc_set_slot_name()
1990 slot_p->hs_phy_slot_num); in pcishpc_set_slot_name()
[all …]
/illumos-gate/usr/src/uts/common/sys/hotplug/pci/
H A Dpcie_hp.h269 uint32_t hs_phy_slot_num; /* Physical slot number */ member