Searched refs:recv_vf_version (Results 1 – 2 of 2) sorted by relevance
677 struct virtchnl_version_info *recv_vf_version; in ice_vc_version_msg() local681 recv_vf_version = (struct virtchnl_version_info *)msg_buf; in ice_vc_version_msg()684 if (VF_IS_V10(recv_vf_version)) { in ice_vc_version_msg()691 if ((recv_vf_version->major != VIRTCHNL_VERSION_MAJOR) || in ice_vc_version_msg()692 (recv_vf_version->minor != VIRTCHNL_VERSION_MINOR)) in ice_vc_version_msg()696 recv_vf_version->major, recv_vf_version->minor, in ice_vc_version_msg()
487 struct virtchnl_version_info *recv_vf_version; in ixl_vf_version_msg() local490 recv_vf_version = (struct virtchnl_version_info *)msg; in ixl_vf_version_msg()493 if (VF_IS_V10(recv_vf_version)) { in ixl_vf_version_msg()500 if ((recv_vf_version->major != VIRTCHNL_VERSION_MAJOR) || in ixl_vf_version_msg()501 (recv_vf_version->minor != VIRTCHNL_VERSION_MINOR)) in ixl_vf_version_msg()505 recv_vf_version->major, recv_vf_version->minor, in ixl_vf_version_msg()