Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/intel/io/pciex/hotplug/
H A Dpciehpc_acpi.c279 slot_p->hs_phy_slot_num); in pciehpc_acpi_slotinfo_init()
324 slot_p->hs_phy_slot_num); in pciehpc_acpi_slot_poweron()
338 slot_p->hs_phy_slot_num); in pciehpc_acpi_slot_poweron()
345 PCIE_DBG("slot %d is empty\n", slot_p->hs_phy_slot_num); in pciehpc_acpi_slot_poweron()
357 slot_p->hs_phy_slot_num); in pciehpc_acpi_slot_poweron()
396 slot_p->hs_phy_slot_num); in pciehpc_acpi_slot_poweroff()
410 PCIE_DBG("slot %d is empty", slot_p->hs_phy_slot_num); in pciehpc_acpi_slot_poweroff()
441 slot_p->hs_phy_slot_num); in pciehpc_acpi_install_event_handler()
484 val, slot_p->hs_phy_slot_num); in pciehpc_acpi_notify_handler()
495 slot_p->hs_phy_slot_num); in pciehpc_acpi_notify_handler()
[all …]
/titanic_50/usr/src/uts/common/io/pciex/hotplug/
H A Dpciehpc.c331 " on slot %d\n", slot_p->hs_phy_slot_num); in pciehpc_intr()
350 " on slot %d\n", slot_p->hs_phy_slot_num); in pciehpc_intr()
357 " on slot %d\n", slot_p->hs_phy_slot_num); in pciehpc_intr()
411 " on slot %d\n", slot_p->hs_phy_slot_num); in pciehpc_intr()
572 slot_p->hs_phy_slot_num = slotnum[0]; in pciehpc_set_slot_name()
577 slot_p->hs_phy_slot_num = in pciehpc_set_slot_name()
582 if (!slot_p->hs_phy_slot_num) { in pciehpc_set_slot_name()
586 slot_p->hs_phy_slot_num = pciehpc_reg_get8(ctrl_p, in pciehpc_set_slot_name()
590 slot_p->hs_info.cn_num = slot_p->hs_phy_slot_num; in pciehpc_set_slot_name()
620 slot_p->hs_phy_slot_num); in pciehpc_set_slot_name()
[all …]
H A Dpcishpc.c1039 slot_p->hs_phy_slot_num); in pcishpc_register_slot()
1095 slot_p->hs_phy_slot_num); in pcishpc_destroy_slots()
1211 slot_p->hs_phy_slot_num); in pcishpc_slot_poweron()
1331 "slot %d already disabled\n", slot_p->hs_phy_slot_num); in pcishpc_slot_poweroff()
1897 slot_p->hs_phy_slot_num = slotnum[0]; in pcishpc_set_slot_name()
1901 slot_p->hs_phy_slot_num = ctrl_p->hc_phys_start + slot; in pcishpc_set_slot_name()
1903 slot_p->hs_phy_slot_num = ctrl_p->hc_phys_start - slot; in pcishpc_set_slot_name()
1906 "physical-slot#", slot_p->hs_phy_slot_num)) != DDI_SUCCESS) in pcishpc_set_slot_name()
1909 slot_p->hs_phy_slot_num); in pcishpc_set_slot_name()
1913 if (!slot_p->hs_phy_slot_num) { in pcishpc_set_slot_name()
[all …]
/titanic_50/usr/src/uts/common/sys/hotplug/pci/
H A Dpcie_hp.h188 uint32_t hs_phy_slot_num; /* Physical slot number */ member