Home
last modified time | relevance | path

Searched refs:temp_state (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_scan.l409 YY_BUFFER_STATE temp_state;
416 temp_state =
419 yy_switch_to_buffer(temp_state);
422 mm_switch_to_buffer(temp_state);
424 mm_delete_buffer(temp_state);
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_main.c2903 u32 temp_state, temp_val, temp = 0; in qlcnic_check_temp() local
2912 temp_state = qlcnic_get_temp_state(temp); in qlcnic_check_temp()
2915 if (temp_state == QLCNIC_TEMP_PANIC) { in qlcnic_check_temp()
2921 } else if (temp_state == QLCNIC_TEMP_WARN) { in qlcnic_check_temp()
2936 adapter->ahw->temp = temp_state; in qlcnic_check_temp()
/linux/drivers/scsi/qla2xxx/
H A Dqla_nx2.c2036 uint32_t temp, temp_state, temp_val; in qla8044_check_temp() local
2040 temp_state = qla82xx_get_temp_state(temp); in qla8044_check_temp()
2043 if (temp_state == QLA82XX_TEMP_PANIC) { in qla8044_check_temp()
2050 } else if (temp_state == QLA82XX_TEMP_WARN) { in qla8044_check_temp()
H A Dqla_nx.c3274 uint32_t temp, temp_state, temp_val; in qla82xx_check_temp() local
3278 temp_state = qla82xx_get_temp_state(temp); in qla82xx_check_temp()
3281 if (temp_state == QLA82XX_TEMP_PANIC) { in qla82xx_check_temp()
3287 } else if (temp_state == QLA82XX_TEMP_WARN) { in qla82xx_check_temp()
/linux/drivers/scsi/esas2r/
H A Datioctl.h922 u8 temp_state; member
/linux/drivers/scsi/qla4xxx/
H A Dql4_os.c4321 uint32_t temp, temp_state, temp_val; in qla4_8xxx_check_temp() local
4326 temp_state = qla82xx_get_temp_state(temp); in qla4_8xxx_check_temp()
4329 if (temp_state == QLA82XX_TEMP_PANIC) { in qla4_8xxx_check_temp()
4334 } else if (temp_state == QLA82XX_TEMP_WARN) { in qla4_8xxx_check_temp()
4345 ha->temperature = temp_state; in qla4_8xxx_check_temp()