Lines Matching refs:major_version
266 req.host_version.major_version = HBM_MAJOR_VERSION; in mei_hbm_start_req()
1146 if (dev->version.major_version > HBM_MAJOR_VERSION_PGI) in mei_hbm_config_features()
1149 if (dev->version.major_version == HBM_MAJOR_VERSION_PGI && in mei_hbm_config_features()
1154 if (dev->version.major_version >= HBM_MAJOR_VERSION_DC) in mei_hbm_config_features()
1158 if (dev->version.major_version >= HBM_MAJOR_VERSION_IE) in mei_hbm_config_features()
1163 if (dev->version.major_version >= HBM_MAJOR_VERSION_DOT) in mei_hbm_config_features()
1168 if (dev->version.major_version >= HBM_MAJOR_VERSION_EV) in mei_hbm_config_features()
1173 if (dev->version.major_version >= HBM_MAJOR_VERSION_FA) in mei_hbm_config_features()
1178 if (dev->version.major_version >= HBM_MAJOR_VERSION_OS) in mei_hbm_config_features()
1183 if (dev->version.major_version > HBM_MAJOR_VERSION_DR || in mei_hbm_config_features()
1184 (dev->version.major_version == HBM_MAJOR_VERSION_DR && in mei_hbm_config_features()
1190 if (dev->version.major_version > HBM_MAJOR_VERSION_VT || in mei_hbm_config_features()
1191 (dev->version.major_version == HBM_MAJOR_VERSION_VT && in mei_hbm_config_features()
1197 if (dev->version.major_version > HBM_MAJOR_VERSION_CAP || in mei_hbm_config_features()
1198 (dev->version.major_version == HBM_MAJOR_VERSION_CAP && in mei_hbm_config_features()
1204 if (dev->version.major_version > HBM_MAJOR_VERSION_CD || in mei_hbm_config_features()
1205 (dev->version.major_version == HBM_MAJOR_VERSION_CD && in mei_hbm_config_features()
1219 return (dev->version.major_version < HBM_MAJOR_VERSION) || in mei_hbm_version_is_supported()
1220 (dev->version.major_version == HBM_MAJOR_VERSION && in mei_hbm_version_is_supported()
1273 version_res->me_max_version.major_version, in mei_hbm_dispatch()
1277 dev->version.major_version = HBM_MAJOR_VERSION; in mei_hbm_dispatch()
1280 dev->version.major_version = in mei_hbm_dispatch()
1281 version_res->me_max_version.major_version; in mei_hbm_dispatch()