Searched refs:slotidx (Results 1 – 1 of 1) sorted by relevance
12752 uint16_t slotidx; in led_control() local12788 slotidx = lc.Slot - mep->me_fslot; in led_control()12789 if (slotidx >= mep->me_nslots) { in led_control()12796 mep->me_slotleds[slotidx] &= ~(1 << (lc.Led - 1)); in led_control()12797 mep->me_slotleds[slotidx] |= lc.LedStatus << (lc.Led - 1); in led_control()12800 ret = mptsas_flush_led_status(mpt, mep, slotidx); in led_control()12806 lc.LedStatus = (mep->me_slotleds[slotidx] >> (lc.Led - 1)) & 1; in led_control()