Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c1783 struct temp_event temp_event_data; in lpfc_handle_eratt_s3() local
1846 temp_event_data.event_type = FC_REG_TEMPERATURE_EVENT; in lpfc_handle_eratt_s3()
1847 temp_event_data.event_code = LPFC_CRIT_TEMP; in lpfc_handle_eratt_s3()
1848 temp_event_data.data = (uint32_t)temperature; in lpfc_handle_eratt_s3()
1859 sizeof(temp_event_data), in lpfc_handle_eratt_s3()
1860 (char *) &temp_event_data, in lpfc_handle_eratt_s3()
1993 struct temp_event temp_event_data; in lpfc_handle_eratt_s4() local
2094 temp_event_data.event_type = FC_REG_TEMPERATURE_EVENT; in lpfc_handle_eratt_s4()
2095 temp_event_data.event_code = LPFC_CRIT_TEMP; in lpfc_handle_eratt_s4()
2096 temp_event_data in lpfc_handle_eratt_s4()
6429 struct temp_event temp_event_data; lpfc_sli4_async_sli_evt() local
[all...]
H A Dlpfc_sli.c11521 struct temp_event temp_event_data; in lpfc_sli_async_event_handler() local
11531 temp_event_data.data = (uint32_t) icmd->ulpContext; in lpfc_sli_async_event_handler()
11532 temp_event_data.event_type = FC_REG_TEMPERATURE_EVENT; in lpfc_sli_async_event_handler()
11534 temp_event_data.event_code = LPFC_THRESHOLD_TEMP; in lpfc_sli_async_event_handler()
11540 temp_event_data.event_code = LPFC_NORMAL_TEMP; in lpfc_sli_async_event_handler()
11550 sizeof(temp_event_data), (char *) &temp_event_data, in lpfc_sli_async_event_handler()