Lines Matching refs:major_version
281 start_req.host_version.major_version = HBM_MAJOR_VERSION; in mei_hbm_start_req()
982 if (dev->version.major_version > HBM_MAJOR_VERSION_PGI) in mei_hbm_config_features()
985 if (dev->version.major_version == HBM_MAJOR_VERSION_PGI && in mei_hbm_config_features()
989 if (dev->version.major_version >= HBM_MAJOR_VERSION_DC) in mei_hbm_config_features()
992 if (dev->version.major_version >= HBM_MAJOR_VERSION_IE) in mei_hbm_config_features()
996 if (dev->version.major_version >= HBM_MAJOR_VERSION_DOT) in mei_hbm_config_features()
1000 if (dev->version.major_version >= HBM_MAJOR_VERSION_EV) in mei_hbm_config_features()
1004 if (dev->version.major_version >= HBM_MAJOR_VERSION_FA) in mei_hbm_config_features()
1008 if (dev->version.major_version >= HBM_MAJOR_VERSION_OS) in mei_hbm_config_features()
1012 if (dev->version.major_version > HBM_MAJOR_VERSION_DR || in mei_hbm_config_features()
1013 (dev->version.major_version == HBM_MAJOR_VERSION_DR && in mei_hbm_config_features()
1027 return (dev->version.major_version < HBM_MAJOR_VERSION) || in mei_hbm_version_is_supported()
1028 (dev->version.major_version == HBM_MAJOR_VERSION && in mei_hbm_version_is_supported()
1078 version_res->me_max_version.major_version, in mei_hbm_dispatch()
1082 dev->version.major_version = HBM_MAJOR_VERSION; in mei_hbm_dispatch()
1085 dev->version.major_version = in mei_hbm_dispatch()
1086 version_res->me_max_version.major_version; in mei_hbm_dispatch()