Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_sup.c1515 if (ha->beacon_color_state == QLA_LED_ALL_ON) { in qla2x00_flip_colors()
1517 ha->beacon_color_state = 0; in qla2x00_flip_colors()
1521 ha->beacon_color_state = QLA_LED_ALL_ON; in qla2x00_flip_colors()
1526 if (ha->beacon_color_state == QLA_LED_GRN_ON) { in qla2x00_flip_colors()
1528 ha->beacon_color_state = 0; in qla2x00_flip_colors()
1532 ha->beacon_color_state = QLA_LED_GRN_ON; in qla2x00_flip_colors()
1645 ha->beacon_color_state = 0; in qla2x00_beacon_on()
1660 ha->beacon_color_state = QLA_LED_ALL_ON; in qla2x00_beacon_off()
1662 ha->beacon_color_state = QLA_LED_GRN_ON; in qla2x00_beacon_off()
1681 if (ha->beacon_color_state == QLA_LED_ALL_ON) { in qla24xx_flip_colors()
[all …]
Dqla_def.h4094 uint8_t beacon_color_state; member