Home
last modified time | relevance | path

Searched defs:pcie_hp_slot (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/common/sys/hotplug/pci/
H A Dpcie_hp.h186 struct pcie_hp_slot { struct
187 uint32_t hs_num; /* Logical slot number */
188 uint32_t hs_phy_slot_num; /* Physical slot number */
189 uint32_t hs_device_num; /* PCI device num for slot */
190 uint16_t hs_minor; /* Minor num for this slot */
191 ddi_hp_cn_info_t hs_info; /* Slot information */
192 ddi_hp_cn_state_t hs_state; /* Slot state */
194 pcie_hp_led_state_t hs_power_led_state; /* Power LED state */
195 pcie_hp_led_state_t hs_attn_led_state; /* Attn LED state */
196 pcie_hp_led_state_t hs_active_led_state; /* Active LED state */
[all …]