Home
last modified time | relevance | path

Searched refs:hs_num (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcishpc.c1000 slot_p->hs_num = slot; in pcishpc_register_slot()
1005 slot_p->hs_num; in pcishpc_register_slot()
1008 slot_p->hs_num; in pcishpc_register_slot()
1228 PCI_HP_LOGICAL_SLOT_REGS+slot_p->hs_num); in pcishpc_slot_poweron()
1264 PCI_HP_LOGICAL_SLOT_REGS+slot_p->hs_num, in pcishpc_slot_poweron()
1365 PCI_HP_LOGICAL_SLOT_REGS+slot_p->hs_num, in pcishpc_slot_poweroff()
1799 PCI_HP_LOGICAL_SLOT_REGS+slot_p->hs_num); in pcishpc_get_slot_state()
1845 PCI_HP_LOGICAL_SLOT_REGS+slot_p->hs_num); in pcishpc_set_slot_state()
1848 cmd_code = ((1 + slot_p->hs_num) << 8); in pcishpc_set_slot_state()
2027 PCI_HP_LOGICAL_SLOT_REGS+slot_p->hs_num); in pcishpc_set_bus_speed()
[all …]
H A Dpciehpc.c2001 ctrl_p->hc_slots[0]->hs_num = 0; in pciehpc_create_controller()
/illumos-gate/usr/src/uts/common/sys/hotplug/pci/
H A Dpcie_hp.h268 uint32_t hs_num; /* Logical slot number */ member