Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/qla2xxx/
Dqla_sup.c1547 if (ha->beacon_color_state == QLA_LED_ALL_ON) { in qla2x00_flip_colors()
1549 ha->beacon_color_state = 0; in qla2x00_flip_colors()
1553 ha->beacon_color_state = QLA_LED_ALL_ON; in qla2x00_flip_colors()
1558 if (ha->beacon_color_state == QLA_LED_GRN_ON) { in qla2x00_flip_colors()
1560 ha->beacon_color_state = 0; in qla2x00_flip_colors()
1564 ha->beacon_color_state = QLA_LED_GRN_ON; in qla2x00_flip_colors()
1677 ha->beacon_color_state = 0; in qla2x00_beacon_on()
1692 ha->beacon_color_state = QLA_LED_ALL_ON; in qla2x00_beacon_off()
1694 ha->beacon_color_state = QLA_LED_GRN_ON; in qla2x00_beacon_off()
1713 if (ha->beacon_color_state == QLA_LED_ALL_ON) { in qla24xx_flip_colors()
[all …]
Dqla_def.h4626 uint8_t beacon_color_state; member