Lines Matching refs:major_version
268 req.host_version.major_version = HBM_MAJOR_VERSION; in mei_hbm_start_req()
1160 if (dev->version.major_version > HBM_MAJOR_VERSION_PGI) in mei_hbm_config_features()
1163 if (dev->version.major_version == HBM_MAJOR_VERSION_PGI && in mei_hbm_config_features()
1168 if (dev->version.major_version >= HBM_MAJOR_VERSION_DC) in mei_hbm_config_features()
1172 if (dev->version.major_version >= HBM_MAJOR_VERSION_IE) in mei_hbm_config_features()
1177 if (dev->version.major_version >= HBM_MAJOR_VERSION_DOT) in mei_hbm_config_features()
1182 if (dev->version.major_version >= HBM_MAJOR_VERSION_EV) in mei_hbm_config_features()
1187 if (dev->version.major_version >= HBM_MAJOR_VERSION_FA) in mei_hbm_config_features()
1192 if (dev->version.major_version >= HBM_MAJOR_VERSION_OS) in mei_hbm_config_features()
1197 if (dev->version.major_version > HBM_MAJOR_VERSION_DR || in mei_hbm_config_features()
1198 (dev->version.major_version == HBM_MAJOR_VERSION_DR && in mei_hbm_config_features()
1204 if (dev->version.major_version > HBM_MAJOR_VERSION_VT || in mei_hbm_config_features()
1205 (dev->version.major_version == HBM_MAJOR_VERSION_VT && in mei_hbm_config_features()
1210 if (dev->version.major_version > HBM_MAJOR_VERSION_GSC || in mei_hbm_config_features()
1211 (dev->version.major_version == HBM_MAJOR_VERSION_GSC && in mei_hbm_config_features()
1217 if (dev->version.major_version > HBM_MAJOR_VERSION_CAP || in mei_hbm_config_features()
1218 (dev->version.major_version == HBM_MAJOR_VERSION_CAP && in mei_hbm_config_features()
1224 if (dev->version.major_version > HBM_MAJOR_VERSION_CD || in mei_hbm_config_features()
1225 (dev->version.major_version == HBM_MAJOR_VERSION_CD && in mei_hbm_config_features()
1239 return (dev->version.major_version < HBM_MAJOR_VERSION) || in mei_hbm_version_is_supported()
1240 (dev->version.major_version == HBM_MAJOR_VERSION && in mei_hbm_version_is_supported()
1293 version_res->me_max_version.major_version, in mei_hbm_dispatch()
1297 dev->version.major_version = HBM_MAJOR_VERSION; in mei_hbm_dispatch()
1300 dev->version.major_version = in mei_hbm_dispatch()
1301 version_res->me_max_version.major_version; in mei_hbm_dispatch()