Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_scan.l406 YY_BUFFER_STATE temp_state;
413 temp_state =
416 yy_switch_to_buffer(temp_state);
419 mm_switch_to_buffer(temp_state);
421 mm_delete_buffer(temp_state);
/openbmc/linux/arch/x86/kernel/
H A Dalternative.c1727 temp_mm_state_t temp_state; in use_temporary_mm() local
1739 temp_state.mm = this_cpu_read(cpu_tlbstate.loaded_mm); in use_temporary_mm()
1756 return temp_state; in use_temporary_mm()
/openbmc/linux/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_main.c2133 uint32_t temp, temp_state, temp_val; in netxen_nic_check_temp() local
2138 temp_state = nx_get_temp_state(temp); in netxen_nic_check_temp()
2141 if (temp_state == NX_TEMP_PANIC) { in netxen_nic_check_temp()
2147 } else if (temp_state == NX_TEMP_WARN) { in netxen_nic_check_temp()
2163 adapter->temp = temp_state; in netxen_nic_check_temp()
/openbmc/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()
/openbmc/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()
/openbmc/linux/drivers/scsi/esas2r/
H A Datioctl.h922 u8 temp_state; member
/openbmc/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()