Home
last modified time | relevance | path

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

/drivers/scsi/qla2xxx/
Dqla_sup.c1484 if (ha->beacon_color_state == QLA_LED_ALL_ON) { in qla2x00_flip_colors()
1486 ha->beacon_color_state = 0; in qla2x00_flip_colors()
1490 ha->beacon_color_state = QLA_LED_ALL_ON; in qla2x00_flip_colors()
1495 if (ha->beacon_color_state == QLA_LED_GRN_ON) { in qla2x00_flip_colors()
1497 ha->beacon_color_state = 0; in qla2x00_flip_colors()
1501 ha->beacon_color_state = QLA_LED_GRN_ON; in qla2x00_flip_colors()
1614 ha->beacon_color_state = 0; in qla2x00_beacon_on()
1629 ha->beacon_color_state = QLA_LED_ALL_ON; in qla2x00_beacon_off()
1631 ha->beacon_color_state = QLA_LED_GRN_ON; in qla2x00_beacon_off()
1650 if (ha->beacon_color_state == QLA_LED_ALL_ON) { in qla24xx_flip_colors()
[all …]
Dqla_def.h3393 uint8_t beacon_color_state; member