Lines Matching refs:major_version

266 	req.host_version.major_version = HBM_MAJOR_VERSION;  in mei_hbm_start_req()
1033 if (dev->version.major_version > HBM_MAJOR_VERSION_PGI) in mei_hbm_config_features()
1036 if (dev->version.major_version == HBM_MAJOR_VERSION_PGI && in mei_hbm_config_features()
1041 if (dev->version.major_version >= HBM_MAJOR_VERSION_DC) in mei_hbm_config_features()
1045 if (dev->version.major_version >= HBM_MAJOR_VERSION_IE) in mei_hbm_config_features()
1050 if (dev->version.major_version >= HBM_MAJOR_VERSION_DOT) in mei_hbm_config_features()
1055 if (dev->version.major_version >= HBM_MAJOR_VERSION_EV) in mei_hbm_config_features()
1060 if (dev->version.major_version >= HBM_MAJOR_VERSION_FA) in mei_hbm_config_features()
1065 if (dev->version.major_version >= HBM_MAJOR_VERSION_OS) in mei_hbm_config_features()
1070 if (dev->version.major_version > HBM_MAJOR_VERSION_DR || in mei_hbm_config_features()
1071 (dev->version.major_version == HBM_MAJOR_VERSION_DR && in mei_hbm_config_features()
1077 if (dev->version.major_version > HBM_MAJOR_VERSION_VT || in mei_hbm_config_features()
1078 (dev->version.major_version == HBM_MAJOR_VERSION_VT && in mei_hbm_config_features()
1084 if (dev->version.major_version > HBM_MAJOR_VERSION_CAP || in mei_hbm_config_features()
1085 (dev->version.major_version == HBM_MAJOR_VERSION_CAP && in mei_hbm_config_features()
1099 return (dev->version.major_version < HBM_MAJOR_VERSION) || in mei_hbm_version_is_supported()
1100 (dev->version.major_version == HBM_MAJOR_VERSION && in mei_hbm_version_is_supported()
1152 version_res->me_max_version.major_version, in mei_hbm_dispatch()
1156 dev->version.major_version = HBM_MAJOR_VERSION; in mei_hbm_dispatch()
1159 dev->version.major_version = in mei_hbm_dispatch()
1160 version_res->me_max_version.major_version; in mei_hbm_dispatch()