Lines Matching refs:major_version

266 	req.host_version.major_version = HBM_MAJOR_VERSION;  in mei_hbm_start_req()
1154 if (dev->version.major_version > HBM_MAJOR_VERSION_PGI) in mei_hbm_config_features()
1157 if (dev->version.major_version == HBM_MAJOR_VERSION_PGI && in mei_hbm_config_features()
1162 if (dev->version.major_version >= HBM_MAJOR_VERSION_DC) in mei_hbm_config_features()
1166 if (dev->version.major_version >= HBM_MAJOR_VERSION_IE) in mei_hbm_config_features()
1171 if (dev->version.major_version >= HBM_MAJOR_VERSION_DOT) in mei_hbm_config_features()
1176 if (dev->version.major_version >= HBM_MAJOR_VERSION_EV) in mei_hbm_config_features()
1181 if (dev->version.major_version >= HBM_MAJOR_VERSION_FA) in mei_hbm_config_features()
1186 if (dev->version.major_version >= HBM_MAJOR_VERSION_OS) in mei_hbm_config_features()
1191 if (dev->version.major_version > HBM_MAJOR_VERSION_DR || in mei_hbm_config_features()
1192 (dev->version.major_version == HBM_MAJOR_VERSION_DR && in mei_hbm_config_features()
1198 if (dev->version.major_version > HBM_MAJOR_VERSION_VT || in mei_hbm_config_features()
1199 (dev->version.major_version == HBM_MAJOR_VERSION_VT && in mei_hbm_config_features()
1205 if (dev->version.major_version > HBM_MAJOR_VERSION_CAP || in mei_hbm_config_features()
1206 (dev->version.major_version == HBM_MAJOR_VERSION_CAP && in mei_hbm_config_features()
1212 if (dev->version.major_version > HBM_MAJOR_VERSION_CD || in mei_hbm_config_features()
1213 (dev->version.major_version == HBM_MAJOR_VERSION_CD && in mei_hbm_config_features()
1227 return (dev->version.major_version < HBM_MAJOR_VERSION) || in mei_hbm_version_is_supported()
1228 (dev->version.major_version == HBM_MAJOR_VERSION && in mei_hbm_version_is_supported()
1281 version_res->me_max_version.major_version, in mei_hbm_dispatch()
1285 dev->version.major_version = HBM_MAJOR_VERSION; in mei_hbm_dispatch()
1288 dev->version.major_version = in mei_hbm_dispatch()
1289 version_res->me_max_version.major_version; in mei_hbm_dispatch()