fw_err_info
struct fw_err_info *info = &hdev->captured_err_info.fw_err;
struct fw_err_info fw_err;
return fw_err_info(hpriv, args);
struct fw_err_info *info;
struct hl_info_fw_err_info fw_err_info;
fw_err_info.err_type = HL_INFO_FW_REPORTED_ERR;
fw_err_info.event_id = event_type;
fw_err_info.event_mask = &event_mask;
hl_handle_fw_err(hdev, &fw_err_info);