Lines Matching defs:version
685 if (clc->hdr.version == SMC_V1 ||
965 u8 version)
977 rc = smc_clc_send_decline(smc, reason_code, version);
1211 if (!ini->first_contact_peer || aclc->hdr.version == SMC_V1)
1279 (aclc->hdr.version > SMC_V1 ||
1329 if (aclc->hdr.version > SMC_V1) {
1340 aclc->hdr.version, eid, ini);
1400 if (aclc->hdr.version == SMC_V2) {
1440 if (aclc->hdr.version > SMC_V1) {
1448 aclc->hdr.version, eid, ini);
1467 /* check if received accept type and version matches a proposed one */
1475 if (aclc->hdr.version >= SMC_V2) {
1495 u8 version = smc_ism_is_v2_capable() ? SMC_V2 : SMC_V1;
1512 version);
1517 version);
1560 version = aclc->hdr.version == SMC_V1 ? SMC_V1 : SMC_V2;
1566 ini->smcr_version = version;
1569 ini->smcd_version = version;
1586 return smc_connect_decline_fallback(smc, rc, version);
1956 int local_first, u8 version)
1967 if (smc_clc_send_decline(new_smc, reason_code, version) < 0) {
1975 /* listen worker: version checking */
1988 if (pclc->hdr.version > SMC_V1) {
2444 if (pclc->hdr.version > SMC_V1)
2459 /* initial version checking */
2507 /* fce smc release version is needed in smc_listen_rdma_finish,