Home
last modified time | relevance | path

Searched refs:SMC_RELEASE_1 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/smc/
H A Dsmc.h26 #define SMC_RELEASE_1 1 macro
27 #define SMC_RELEASE SMC_RELEASE_1 /* the latest release version */
H A Dsmc_clc.c451 if (ini->is_smcd && ini->release_nr < SMC_RELEASE_1) { in smc_clc_fill_fce_v2x()
456 if (ini->release_nr >= SMC_RELEASE_1) { in smc_clc_fill_fce_v2x()
1256 ini->release_nr < SMC_RELEASE_1) in smc_clc_srv_v2x_features_validate()
1282 if (ini->release_nr < SMC_RELEASE_1) in smc_clc_clnt_v2x_features_validate()
1314 if (fce->release < SMC_RELEASE_1) in smc_clc_v2x_features_confirm_check()
H A Dsmc_llc.c475 link->lgr->peer_smc_release >= SMC_RELEASE_1) { in smc_llc_send_confirm_link()