Home
last modified time | relevance | path

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

/net/smc/
Dsmc_clc.c52 if (clcm->path != SMC_TYPE_R && clcm->path != SMC_TYPE_D && in smc_clc_msg_hdr_valid()
69 if (clcm->path != SMC_TYPE_R && clcm->path != SMC_TYPE_D) in smc_clc_msg_hdr_valid()
72 if ((clcm->path == SMC_TYPE_R && in smc_clc_msg_hdr_valid()
325 (clcm->path != SMC_TYPE_R && clcm->path != SMC_TYPE_D && in smc_clc_wait_msg()
417 if (smc_type == SMC_TYPE_R || smc_type == SMC_TYPE_B) { in smc_clc_send_proposal()
499 cclc.hdr.path = SMC_TYPE_R; in smc_clc_send_confirm()
571 aclc.hdr.path = SMC_TYPE_R; in smc_clc_send_accept()
Dsmc_clc.h26 #define SMC_TYPE_R 0 /* SMC-R only */ macro
Daf_smc.c741 smc_type = SMC_TYPE_R; /* only RDMA */ in __smc_connect()
756 if (rdma_supported && aclc.hdr.path == SMC_TYPE_R) in __smc_connect()