Lines Matching refs:pclc
1115 struct smc_clc_msg_proposal *pclc) in smc_listen_prfx_check() argument
1120 pclc_prfx = smc_clc_proposal_get_prefix(pclc); in smc_listen_prfx_check()
1147 struct smc_clc_msg_proposal *pclc, in smc_listen_ism_init() argument
1153 pclc_smcd = smc_get_clc_msg_smcd(pclc); in smc_listen_ism_init()
1234 struct smc_clc_msg_proposal *pclc; in smc_listen_work() local
1259 pclc = (struct smc_clc_msg_proposal *)&buf; in smc_listen_work()
1260 rc = smc_clc_wait_msg(new_smc, pclc, SMC_CLC_MAX_LEN, in smc_listen_work()
1272 rc = smc_listen_prfx_check(new_smc, pclc); in smc_listen_work()
1288 if (pclc->hdr.path == SMC_TYPE_D || pclc->hdr.path == SMC_TYPE_B) { in smc_listen_work()
1292 rc = smc_listen_ism_init(new_smc, pclc, &ini); in smc_listen_work()
1295 else if (pclc->hdr.path == SMC_TYPE_D) in smc_listen_work()
1304 ini.ib_lcl = &pclc->lcl; in smc_listen_work()
1308 if (pclc->hdr.path == SMC_TYPE_B) in smc_listen_work()