Home
last modified time | relevance | path

Searched refs:hc_curr_bus_speed (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcishpc.c888 ctrl_p->hc_curr_bus_speed = -1; in pcishpc_setup_controller()
1135 if (ctrl_p->hc_curr_bus_speed == -1) in pcishpc_enable_irqs()
1136 ctrl_p->hc_curr_bus_speed = in pcishpc_enable_irqs()
1150 ctrl_p->hc_curr_bus_speed, ctrl_p->hc_num_slots_connected); in pcishpc_enable_irqs()
1186 ctrl_p->hc_curr_bus_speed, ctrl_p->hc_num_slots_connected); in pcishpc_disable_irqs()
1253 slot_p->hs_info.cn_state, slot_p->hs_ctrl->hc_curr_bus_speed, in pcishpc_slot_poweron()
1350 slot_p->hs_ctrl->hc_curr_bus_speed = -1; in pcishpc_slot_poweroff()
1354 slot_p->hs_info.cn_state, slot_p->hs_ctrl->hc_curr_bus_speed, in pcishpc_slot_poweroff()
2018 int curr_speed = ctrl_p->hc_curr_bus_speed; in pcishpc_set_bus_speed()
2177 ctrl_p->hc_curr_bus_speed = speed; in pcishpc_set_bus_speed()
/illumos-gate/usr/src/uts/common/sys/hotplug/pci/
H A Dpcie_hp.h365 int hc_curr_bus_speed; /* Current Bus Speed */ member