Searched defs:temp_state (Results 1 - 6 of 6) sorted by relevance

/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_main.c2170 uint32_t temp, temp_state, temp_val; local
2175 temp_state = nx_get_temp_state(temp);
2178 if (temp_state == NX_TEMP_PANIC) {
2184 } else if (temp_state == NX_TEMP_WARN) {
2200 adapter->temp = temp_state;
/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_main.c2947 u32 temp_state, temp_val, temp = 0; local
2956 temp_state = qlcnic_get_temp_state(temp);
2959 if (temp_state == QLCNIC_TEMP_PANIC) {
2965 } else if (temp_state == QLCNIC_TEMP_WARN) {
2980 adapter->ahw->temp = temp_state;
/drivers/scsi/qla2xxx/
H A Dqla_nx.c3317 uint32_t temp, temp_state, temp_val; local
3321 temp_state = qla82xx_get_temp_state(temp);
3324 if (temp_state == QLA82XX_TEMP_PANIC) {
3330 } else if (temp_state == QLA82XX_TEMP_WARN) {
H A Dqla_nx2.c2027 uint32_t temp, temp_state, temp_val; local
2031 temp_state = qla82xx_get_temp_state(temp);
2034 if (temp_state == QLA82XX_TEMP_PANIC) {
2041 } else if (temp_state == QLA82XX_TEMP_WARN) {
/drivers/scsi/qla4xxx/
H A Dql4_os.c4286 uint32_t temp, temp_state, temp_val; local
4291 temp_state = qla82xx_get_temp_state(temp);
4294 if (temp_state == QLA82XX_TEMP_PANIC) {
4299 } else if (temp_state == QLA82XX_TEMP_WARN) {
4310 ha->temperature = temp_state;
/drivers/scsi/esas2r/
H A Datioctl.h921 u8 temp_state; member in struct:atto_hba_adap_ctrl::__anon5323::__anon5324

Completed in 171 milliseconds