Home
last modified time | relevance | path

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

/net/smc/
Dsmc_clc.c390 int smc_clc_send_proposal(struct smc_sock *smc, int smc_type, in smc_clc_send_proposal() argument
416 pclc.hdr.path = smc_type; in smc_clc_send_proposal()
417 if (smc_type == SMC_TYPE_R || smc_type == SMC_TYPE_B) { in smc_clc_send_proposal()
426 if (smc_type == SMC_TYPE_D || smc_type == SMC_TYPE_B) { in smc_clc_send_proposal()
440 if (smc_type == SMC_TYPE_D || smc_type == SMC_TYPE_B) { in smc_clc_send_proposal()
Daf_smc.c571 static int smc_connect_clc(struct smc_sock *smc, int smc_type, in smc_connect_clc() argument
578 rc = smc_clc_send_proposal(smc, smc_type, ini); in smc_connect_clc()
707 int smc_type; in __smc_connect() local
731 smc_type = SMC_TYPE_D; in __smc_connect()
739 smc_type = SMC_TYPE_B; /* both */ in __smc_connect()
741 smc_type = SMC_TYPE_R; /* only RDMA */ in __smc_connect()
749 rc = smc_connect_clc(smc, smc_type, &aclc, &ini); in __smc_connect()
Dsmc_clc.h195 int smc_clc_send_proposal(struct smc_sock *smc, int smc_type,