Home
last modified time | relevance | path

Searched refs:load_status (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_uc_fw.h56 enum intel_uc_fw_status load_status; member
109 uc_fw->load_status = INTEL_UC_FIRMWARE_NONE; in intel_uc_fw_init()
120 if (uc_fw->load_status == INTEL_UC_FIRMWARE_SUCCESS) in intel_uc_fw_sanitize()
121 uc_fw->load_status = INTEL_UC_FIRMWARE_PENDING; in intel_uc_fw_sanitize()
Dintel_uc_fw.c212 uc_fw->load_status = INTEL_UC_FIRMWARE_PENDING; in intel_uc_fw_upload()
215 intel_uc_fw_status_repr(uc_fw->load_status)); in intel_uc_fw_upload()
247 uc_fw->load_status = INTEL_UC_FIRMWARE_SUCCESS; in intel_uc_fw_upload()
250 intel_uc_fw_status_repr(uc_fw->load_status)); in intel_uc_fw_upload()
260 uc_fw->load_status = INTEL_UC_FIRMWARE_FAIL; in intel_uc_fw_upload()
263 intel_uc_fw_status_repr(uc_fw->load_status)); in intel_uc_fw_upload()
302 intel_uc_fw_status_repr(uc_fw->load_status)); in intel_uc_fw_dump()
Dintel_huc.c62 if (huc->fw.load_status != INTEL_UC_FIRMWARE_SUCCESS) in intel_huc_auth()
98 huc->fw.load_status = INTEL_UC_FIRMWARE_FAIL; in intel_huc_auth()
Dintel_uc.c457 if (guc->fw.load_status != INTEL_UC_FIRMWARE_SUCCESS) in intel_uc_suspend()
479 if (guc->fw.load_status != INTEL_UC_FIRMWARE_SUCCESS) in intel_uc_resume()
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c9990 bool load_status = in bnx2x_parity_recover() local
10002 if (load_status || in bnx2x_parity_recover()
12521 bool other_load_status, load_status; in bnx2x_open() local
12525 load_status = bnx2x_get_load_status(bp, BP_PATH(bp)); in bnx2x_open()
12542 if ((!load_status && in bnx2x_open()