Searched refs:smc_type (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/net/smc/ |
D | smc_clc.c | 384 int smc_clc_send_proposal(struct smc_sock *smc, int smc_type, in smc_clc_send_proposal() argument 411 pclc.hdr.path = smc_type; in smc_clc_send_proposal() 412 if (smc_type == SMC_TYPE_R || smc_type == SMC_TYPE_B) { in smc_clc_send_proposal() 420 if (smc_type == SMC_TYPE_D || smc_type == SMC_TYPE_B) { in smc_clc_send_proposal() 434 if (smc_type == SMC_TYPE_D || smc_type == SMC_TYPE_B) { in smc_clc_send_proposal()
|
D | smc_clc.h | 187 int smc_clc_send_proposal(struct smc_sock *smc, int smc_type,
|
D | af_smc.c | 524 static int smc_connect_clc(struct smc_sock *smc, int smc_type, in smc_connect_clc() argument 532 rc = smc_clc_send_proposal(smc, smc_type, ibdev, ibport, gid, ismdev); in smc_connect_clc() 656 int smc_type; in __smc_connect() local 682 smc_type = SMC_TYPE_D; in __smc_connect() 690 smc_type = SMC_TYPE_B; /* both */ in __smc_connect() 692 smc_type = SMC_TYPE_R; /* only RDMA */ in __smc_connect() 700 rc = smc_connect_clc(smc, smc_type, &aclc, ibdev, ibport, gid, ismdev); in __smc_connect()
|