Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/aic7xxx/aicasm/
Daicasm_scan.l410 YY_BUFFER_STATE temp_state;
417 temp_state =
420 yy_switch_to_buffer(temp_state);
423 mm_switch_to_buffer(temp_state);
425 mm_delete_buffer(temp_state);
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_main.c2168 uint32_t temp, temp_state, temp_val; in netxen_nic_check_temp() local
2173 temp_state = nx_get_temp_state(temp); in netxen_nic_check_temp()
2176 if (temp_state == NX_TEMP_PANIC) { in netxen_nic_check_temp()
2182 } else if (temp_state == NX_TEMP_WARN) { in netxen_nic_check_temp()
2198 adapter->temp = temp_state; in netxen_nic_check_temp()
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_main.c2954 u32 temp_state, temp_val, temp = 0; in qlcnic_check_temp() local
2963 temp_state = qlcnic_get_temp_state(temp); in qlcnic_check_temp()
2966 if (temp_state == QLCNIC_TEMP_PANIC) { in qlcnic_check_temp()
2972 } else if (temp_state == QLCNIC_TEMP_WARN) { in qlcnic_check_temp()
2987 adapter->ahw->temp = temp_state; in qlcnic_check_temp()
/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_nx2.c2026 uint32_t temp, temp_state, temp_val; in qla8044_check_temp() local
2030 temp_state = qla82xx_get_temp_state(temp); in qla8044_check_temp()
2033 if (temp_state == QLA82XX_TEMP_PANIC) { in qla8044_check_temp()
2040 } else if (temp_state == QLA82XX_TEMP_WARN) { in qla8044_check_temp()
Dqla_nx.c3312 uint32_t temp, temp_state, temp_val; in qla82xx_check_temp() local
3316 temp_state = qla82xx_get_temp_state(temp); in qla82xx_check_temp()
3319 if (temp_state == QLA82XX_TEMP_PANIC) { in qla82xx_check_temp()
3325 } else if (temp_state == QLA82XX_TEMP_WARN) { in qla82xx_check_temp()
/linux-4.4.14/drivers/scsi/esas2r/
Datioctl.h921 u8 temp_state; member
/linux-4.4.14/drivers/scsi/qla4xxx/
Dql4_os.c4280 uint32_t temp, temp_state, temp_val; in qla4_8xxx_check_temp() local
4285 temp_state = qla82xx_get_temp_state(temp); in qla4_8xxx_check_temp()
4288 if (temp_state == QLA82XX_TEMP_PANIC) { in qla4_8xxx_check_temp()
4293 } else if (temp_state == QLA82XX_TEMP_WARN) { in qla4_8xxx_check_temp()
4304 ha->temperature = temp_state; in qla4_8xxx_check_temp()