Lines Matching refs:found
334 struct xe_uc_fw_version *release = &uc_fw->versions.found[XE_UC_FW_VER_RELEASE]; in guc_read_css_info()
335 struct xe_uc_fw_version *compatibility = &uc_fw->versions.found[XE_UC_FW_VER_COMPATIBILITY]; in guc_read_css_info()
359 struct xe_uc_fw_version *found = &uc_fw->versions.found[uc_fw->versions.wanted_type]; in xe_uc_fw_check_version_requirements() local
369 if (wanted->major != found->major || in xe_uc_fw_check_version_requirements()
371 ((wanted->minor != found->minor) || in xe_uc_fw_check_version_requirements()
372 (wanted->patch != found->patch)))) { in xe_uc_fw_check_version_requirements()
375 found->major, found->minor, found->patch, in xe_uc_fw_check_version_requirements()
380 if (wanted->minor > found->minor || in xe_uc_fw_check_version_requirements()
381 (wanted->minor == found->minor && wanted->patch > found->patch)) { in xe_uc_fw_check_version_requirements()
385 found->major, found->minor, found->patch, in xe_uc_fw_check_version_requirements()
404 struct xe_uc_fw_version *release = &uc_fw->versions.found[XE_UC_FW_VER_RELEASE]; in parse_css_header()
484 struct xe_uc_fw_version *release = &uc_fw->versions.found[XE_UC_FW_VER_RELEASE]; in parse_cpd_header()
670 struct xe_uc_fw_version *compat = &uc_fw->versions.found[XE_UC_FW_VER_COMPATIBILITY]; in uc_fw_vf_override()
749 &uc_fw->versions.found[XE_UC_FW_VER_RELEASE], in uc_fw_request()
944 struct xe_uc_fw_version *ver = &uc_fw->versions.found[i]; in xe_uc_fw_print()