Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpciehpc.c1242 if (!slot_p->hs_led_plat_en[idx]) in pciehpc_calc_logical_led()
1354 bzero(slot_p->hs_led_plat_en, sizeof (slot_p->hs_led_plat_en)); in pciehpc_led_init()
1382 slot_p->hs_led_plat_en[PCIE_LL_BASE] = true; in pciehpc_led_init()
1593 slot_p->hs_led_plat_en[PCIE_LL_POWERED] = true; in pciehpc_slotinfo_init()
1723 bzero(slot_p->hs_led_plat_en, sizeof (slot_p->hs_led_plat_en)); in pciehpc_enable_state_sync_leds()
1728 slot_p->hs_led_plat_en[PCIE_LL_POWERED] = true; in pciehpc_enable_state_sync_leds()
1729 slot_p->hs_led_plat_en[PCIE_LL_BASE] = true; in pciehpc_enable_state_sync_leds()
1733 slot_p->hs_led_plat_en[PCIE_LL_BASE] = true; in pciehpc_enable_state_sync_leds()
2200 slot_p->hs_led_plat_en[PCIE_LL_POWERED] = true; in pciehpc_slot_noctrl_active()
2387 slot_p->hs_led_plat_en[PCIE_LL_POWERED] = true; in pciehpc_slot_poweron()
[all …]
/illumos-gate/usr/src/uts/common/sys/hotplug/pci/
H A Dpcie_hp.h310 bool hs_led_plat_en[PCIEHPC_LED_NSTATES]; member