Searched refs:QLA_LED_ALL_ON (Results 1 – 2 of 2) sorted by relevance
1484 if (ha->beacon_color_state == QLA_LED_ALL_ON) { in qla2x00_flip_colors()1490 ha->beacon_color_state = QLA_LED_ALL_ON; in qla2x00_flip_colors()1629 ha->beacon_color_state = QLA_LED_ALL_ON; in qla2x00_beacon_off()1650 if (ha->beacon_color_state == QLA_LED_ALL_ON) { in qla24xx_flip_colors()1656 ha->beacon_color_state = QLA_LED_ALL_ON; in qla24xx_flip_colors()1860 ha->beacon_color_state = QLA_LED_ALL_ON; in qla24xx_beacon_off()
3397 #define QLA_LED_ALL_ON 0x07 /* yellow, green, amber. */ macro