Home
last modified time | relevance | path

Searched refs:vf_version (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/
Dintel_uc_fw_abi.h77 u32 vf_version; member
Dintel_uc_fw.c611 uc_unpack_css_version(&guc->submission_version, css->vf_version); in guc_read_css_info()
/linux-6.12.1/drivers/net/ethernet/marvell/octeon_ep/
Doctep_pfvf_mbox.c38 u32 vf_version = (u32)cmd.s_version.version; in octep_pfvf_validate_version() local
41 vf_id, vf_version, OCTEP_PFVF_MBOX_VERSION_CURRENT); in octep_pfvf_validate_version()
42 if (vf_version < OCTEP_PFVF_MBOX_VERSION_CURRENT) in octep_pfvf_validate_version()
43 rsp->s_version.version = vf_version; in octep_pfvf_validate_version()