Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeon_ep/
H A 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()
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_uc_fw_abi.h77 u32 vf_version; member