Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c2357 if (mep->me_slotleds != NULL) { in mptsas_enc_free()
2359 kmem_free(mep->me_slotleds, sizeof (uint8_t) * mep->me_nslots); in mptsas_enc_free()
12739 mep->me_slotleds[slotidx] &= ~(1 << (lc.Led - 1)); in led_control()
12740 mep->me_slotleds[slotidx] |= lc.LedStatus << (lc.Led - 1); in led_control()
12749 lc.LedStatus = (mep->me_slotleds[slotidx] >> (lc.Led - 1)) & 1; in led_control()
14806 if (m->me_slotleds != NULL) { in mptsas_enclosure_update()
14807 kmem_free(m->me_slotleds, sizeof (uint8_t) * in mptsas_enclosure_update()
14810 m->me_slotleds = ledp; in mptsas_enclosure_update()
14822 m->me_slotleds = kmem_zalloc(sizeof (uint8_t) * mep->me_nslots, in mptsas_enclosure_update()
16858 if (mep->me_slotleds[idx] & (1 << (MPTSAS_LEDCTL_LED_IDENT - 1))) in mptsas_flush_led_status()
[all …]
H A Dmptsas_impl.c2946 mep->me_slotleds = NULL; in mptsas_get_enclosure_page0()
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h260 uint8_t *me_slotleds; member