Searched refs:beacon_color_state (Results 1 – 2 of 2) sorted by relevance
1388 if (ha->beacon_color_state == QLA_LED_ALL_ON) { in qla2x00_flip_colors()1390 ha->beacon_color_state = 0; in qla2x00_flip_colors()1394 ha->beacon_color_state = QLA_LED_ALL_ON; in qla2x00_flip_colors()1399 if (ha->beacon_color_state == QLA_LED_GRN_ON) { in qla2x00_flip_colors()1401 ha->beacon_color_state = 0; in qla2x00_flip_colors()1405 ha->beacon_color_state = QLA_LED_GRN_ON; in qla2x00_flip_colors()1518 ha->beacon_color_state = 0; in qla2x00_beacon_on()1533 ha->beacon_color_state = QLA_LED_ALL_ON; in qla2x00_beacon_off()1535 ha->beacon_color_state = QLA_LED_GRN_ON; in qla2x00_beacon_off()1554 if (ha->beacon_color_state == QLA_LED_ALL_ON) { in qla24xx_flip_colors()[all …]
2754 uint8_t beacon_color_state; member