Lines Matching refs:major_version
268 start_req->host_version.major_version = HBM_MAJOR_VERSION; in mei_hbm_start_req()
964 if (dev->version.major_version > HBM_MAJOR_VERSION_PGI) in mei_hbm_config_features()
967 if (dev->version.major_version == HBM_MAJOR_VERSION_PGI && in mei_hbm_config_features()
971 if (dev->version.major_version >= HBM_MAJOR_VERSION_DC) in mei_hbm_config_features()
975 if (dev->version.major_version >= HBM_MAJOR_VERSION_DOT) in mei_hbm_config_features()
979 if (dev->version.major_version >= HBM_MAJOR_VERSION_EV) in mei_hbm_config_features()
992 return (dev->version.major_version < HBM_MAJOR_VERSION) || in mei_hbm_version_is_supported()
993 (dev->version.major_version == HBM_MAJOR_VERSION && in mei_hbm_version_is_supported()
1043 version_res->me_max_version.major_version, in mei_hbm_dispatch()
1047 dev->version.major_version = HBM_MAJOR_VERSION; in mei_hbm_dispatch()
1050 dev->version.major_version = in mei_hbm_dispatch()
1051 version_res->me_max_version.major_version; in mei_hbm_dispatch()