Searched refs:temp_state (Results 1 – 6 of 6) sorted by relevance
409 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);
2131 uint32_t temp, temp_state, temp_val; in netxen_nic_check_temp() local2136 temp_state = nx_get_temp_state(temp); in netxen_nic_check_temp()2139 if (temp_state == NX_TEMP_PANIC) { in netxen_nic_check_temp()2145 } else if (temp_state == NX_TEMP_WARN) { in netxen_nic_check_temp()2161 adapter->temp = temp_state; in netxen_nic_check_temp()
2896 u32 temp_state, temp_val, temp = 0; in qlcnic_check_temp() local2905 temp_state = qlcnic_get_temp_state(temp); in qlcnic_check_temp()2908 if (temp_state == QLCNIC_TEMP_PANIC) { in qlcnic_check_temp()2914 } else if (temp_state == QLCNIC_TEMP_WARN) { in qlcnic_check_temp()2929 adapter->ahw->temp = temp_state; in qlcnic_check_temp()
2036 uint32_t temp, temp_state, temp_val; in qla8044_check_temp() local2040 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()
3224 uint32_t temp, temp_state, temp_val; in qla82xx_check_temp() local3228 temp_state = qla82xx_get_temp_state(temp); in qla82xx_check_temp()3231 if (temp_state == QLA82XX_TEMP_PANIC) { in qla82xx_check_temp()3237 } else if (temp_state == QLA82XX_TEMP_WARN) { in qla82xx_check_temp()
922 u8 temp_state; member