Lines Matching refs:major_version
266 req.host_version.major_version = HBM_MAJOR_VERSION; in mei_hbm_start_req()
1158 if (dev->version.major_version > HBM_MAJOR_VERSION_PGI) in mei_hbm_config_features()
1161 if (dev->version.major_version == HBM_MAJOR_VERSION_PGI && in mei_hbm_config_features()
1166 if (dev->version.major_version >= HBM_MAJOR_VERSION_DC) in mei_hbm_config_features()
1170 if (dev->version.major_version >= HBM_MAJOR_VERSION_IE) in mei_hbm_config_features()
1175 if (dev->version.major_version >= HBM_MAJOR_VERSION_DOT) in mei_hbm_config_features()
1180 if (dev->version.major_version >= HBM_MAJOR_VERSION_EV) in mei_hbm_config_features()
1185 if (dev->version.major_version >= HBM_MAJOR_VERSION_FA) in mei_hbm_config_features()
1190 if (dev->version.major_version >= HBM_MAJOR_VERSION_OS) in mei_hbm_config_features()
1195 if (dev->version.major_version > HBM_MAJOR_VERSION_DR || in mei_hbm_config_features()
1196 (dev->version.major_version == HBM_MAJOR_VERSION_DR && in mei_hbm_config_features()
1202 if (dev->version.major_version > HBM_MAJOR_VERSION_VT || in mei_hbm_config_features()
1203 (dev->version.major_version == HBM_MAJOR_VERSION_VT && in mei_hbm_config_features()
1208 if (dev->version.major_version > HBM_MAJOR_VERSION_GSC || in mei_hbm_config_features()
1209 (dev->version.major_version == HBM_MAJOR_VERSION_GSC && in mei_hbm_config_features()
1215 if (dev->version.major_version > HBM_MAJOR_VERSION_CAP || in mei_hbm_config_features()
1216 (dev->version.major_version == HBM_MAJOR_VERSION_CAP && in mei_hbm_config_features()
1222 if (dev->version.major_version > HBM_MAJOR_VERSION_CD || in mei_hbm_config_features()
1223 (dev->version.major_version == HBM_MAJOR_VERSION_CD && in mei_hbm_config_features()
1237 return (dev->version.major_version < HBM_MAJOR_VERSION) || in mei_hbm_version_is_supported()
1238 (dev->version.major_version == HBM_MAJOR_VERSION && in mei_hbm_version_is_supported()
1291 version_res->me_max_version.major_version, in mei_hbm_dispatch()
1295 dev->version.major_version = HBM_MAJOR_VERSION; in mei_hbm_dispatch()
1298 dev->version.major_version = in mei_hbm_dispatch()
1299 version_res->me_max_version.major_version; in mei_hbm_dispatch()