Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/qat/qat_common/
Dadf_pf2vf_msg.c282 u8 vf_compat_ver = msg >> ADF_VF2PF_COMPAT_VER_REQ_SHIFT; in adf_vf2pf_req_hndl() local
292 vf_nr + 1, vf_compat_ver); in adf_vf2pf_req_hndl()
294 if (vf_compat_ver < hw_data->min_iov_compat_ver) { in adf_vf2pf_req_hndl()
297 vf_compat_ver, ADF_PFVF_COMPATIBILITY_VERSION); in adf_vf2pf_req_hndl()
300 } else if (vf_compat_ver > ADF_PFVF_COMPATIBILITY_VERSION) { in adf_vf2pf_req_hndl()
303 vf_compat_ver, ADF_PFVF_COMPATIBILITY_VERSION); in adf_vf2pf_req_hndl()
309 vf_compat_ver, ADF_PFVF_COMPATIBILITY_VERSION); in adf_vf2pf_req_hndl()