Searched refs:vf_compat_ver (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | adf_pfvf_pf_proto.c | 56 return pfvf_ops->recv_msg(accel_dev, pfvf_offset, vf_info->vf_compat_ver); in adf_recv_vf2pf_msg() 97 if (unlikely((*provider)(accel_dev, blkmsg, vf_info->vf_compat_ver))) { in adf_pf2vf_blkmsg_get_data() 238 u8 vf_compat_ver = msg.data; in adf_handle_vf2pf_msg() local 243 vf_nr, vf_compat_ver, ADF_PFVF_COMPAT_THIS_VERSION); in adf_handle_vf2pf_msg() 245 compat = adf_vf_compat_checker(vf_compat_ver); in adf_handle_vf2pf_msg() 246 vf_info->vf_compat_ver = vf_compat_ver; in adf_handle_vf2pf_msg() 263 vf_info->vf_compat_ver = 0; in adf_handle_vf2pf_msg()
|
H A D | adf_pfvf_utils.h | 31 static inline u8 adf_vf_compat_checker(u8 vf_compat_ver) in adf_vf_compat_checker() argument 33 if (vf_compat_ver == 0) in adf_vf_compat_checker() 36 if (vf_compat_ver <= ADF_PFVF_COMPAT_THIS_VERSION) in adf_vf_compat_checker()
|
H A D | adf_pfvf_pf_msg.c | 21 if (vf->init && vf->vf_compat_ver >= ADF_PFVF_COMPAT_FALLBACK) in adf_pf2vf_notify_restarting() 65 if (vf->init && vf->vf_compat_ver >= ADF_PFVF_COMPAT_FALLBACK && in adf_pf2vf_notify_restarted() 80 if (vf->init && vf->vf_compat_ver >= ADF_PFVF_COMPAT_FALLBACK && in adf_pf2vf_notify_fatal_error()
|
H A D | adf_gen4_vf_mig.c | 499 {&vf_info->vf_compat_ver, sizeof(vf_info->vf_compat_ver)}}, in adf_gen4_vfmig_load_generic() 745 {&vf_info->vf_compat_ver, sizeof(vf_info->vf_compat_ver)}}, in adf_gen4_vfmig_save_generic()
|
H A D | adf_accel_devices.h | 420 u8 vf_compat_ver; member
|