Home
last modified time | relevance | path

Searched refs:temp_event_data (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c1792 struct temp_event temp_event_data; in lpfc_handle_eratt_s3() local
1857 temp_event_data.event_type = FC_REG_TEMPERATURE_EVENT; in lpfc_handle_eratt_s3()
1858 temp_event_data.event_code = LPFC_CRIT_TEMP; in lpfc_handle_eratt_s3()
1859 temp_event_data.data = (uint32_t)temperature; in lpfc_handle_eratt_s3()
1870 sizeof(temp_event_data), in lpfc_handle_eratt_s3()
1871 (char *) &temp_event_data, in lpfc_handle_eratt_s3()
2000 struct temp_event temp_event_data; in lpfc_handle_eratt_s4() local
2101 temp_event_data.event_type = FC_REG_TEMPERATURE_EVENT; in lpfc_handle_eratt_s4()
2102 temp_event_data.event_code = LPFC_CRIT_TEMP; in lpfc_handle_eratt_s4()
2103 temp_event_data.data = 0xFFFFFFFF; in lpfc_handle_eratt_s4()
[all …]
H A Dlpfc_sli.c11514 struct temp_event temp_event_data; in lpfc_sli_async_event_handler() local
11524 temp_event_data.data = (uint32_t) icmd->ulpContext; in lpfc_sli_async_event_handler()
11525 temp_event_data.event_type = FC_REG_TEMPERATURE_EVENT; in lpfc_sli_async_event_handler()
11527 temp_event_data.event_code = LPFC_THRESHOLD_TEMP; in lpfc_sli_async_event_handler()
11533 temp_event_data.event_code = LPFC_NORMAL_TEMP; in lpfc_sli_async_event_handler()
11543 sizeof(temp_event_data), (char *) &temp_event_data, in lpfc_sli_async_event_handler()