Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/crypto/qat/qat_common/
Dadf_pf2vf_msg.c214 u8 vf_compat_ver = msg >> ADF_VF2PF_COMPAT_VER_REQ_SHIFT; in adf_vf2pf_req_hndl() local
224 vf_nr + 1, vf_compat_ver); in adf_vf2pf_req_hndl()
226 if (vf_compat_ver < hw_data->min_iov_compat_ver) { in adf_vf2pf_req_hndl()
229 vf_compat_ver, ADF_PFVF_COMPATIBILITY_VERSION); in adf_vf2pf_req_hndl()
232 } else if (vf_compat_ver > ADF_PFVF_COMPATIBILITY_VERSION) { in adf_vf2pf_req_hndl()
235 vf_compat_ver, ADF_PFVF_COMPATIBILITY_VERSION); in adf_vf2pf_req_hndl()
241 vf_compat_ver, ADF_PFVF_COMPATIBILITY_VERSION); in adf_vf2pf_req_hndl()