Searched refs:temp_state (Results 1 – 3 of 3) sorted by relevance
410 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);
1951 uint32_t temp, temp_state, temp_val; in netxen_nic_check_temp() local1956 temp_state = nx_get_temp_state(temp); in netxen_nic_check_temp()1959 if (temp_state == NX_TEMP_PANIC) { in netxen_nic_check_temp()1965 } else if (temp_state == NX_TEMP_WARN) { in netxen_nic_check_temp()1981 adapter->temp = temp_state; in netxen_nic_check_temp()
2226 u32 temp, temp_state, temp_val; in qlcnic_check_temp() local2231 temp_state = qlcnic_get_temp_state(temp); in qlcnic_check_temp()2234 if (temp_state == QLCNIC_TEMP_PANIC) { in qlcnic_check_temp()2240 } else if (temp_state == QLCNIC_TEMP_WARN) { in qlcnic_check_temp()2255 adapter->temp = temp_state; in qlcnic_check_temp()