Lines Matching refs:pclc

1381 			       struct smc_clc_msg_proposal *pclc,  in smc_listen_v2_check()  argument
1388 ini->smc_type_v1 = pclc->hdr.typev1; in smc_listen_v2_check()
1389 ini->smc_type_v2 = pclc->hdr.typev2; in smc_listen_v2_check()
1391 if (pclc->hdr.version > SMC_V1) in smc_listen_v2_check()
1403 pclc_v2_ext = smc_get_clc_v2_ext(pclc); in smc_listen_v2_check()
1424 struct smc_clc_msg_proposal *pclc) in smc_listen_prfx_check() argument
1429 if (pclc->hdr.typev1 == SMC_TYPE_N) in smc_listen_prfx_check()
1431 pclc_prfx = smc_clc_proposal_get_prefix(pclc); in smc_listen_prfx_check()
1519 struct smc_clc_msg_proposal *pclc, in smc_find_ism_v2_device_serv() argument
1533 pclc_smcd = smc_get_clc_msg_smcd(pclc); in smc_find_ism_v2_device_serv()
1534 smc_v2_ext = smc_get_clc_v2_ext(pclc); in smc_find_ism_v2_device_serv()
1590 struct smc_clc_msg_proposal *pclc, in smc_find_ism_v1_device_serv() argument
1593 struct smc_clc_msg_smcd *pclc_smcd = smc_get_clc_msg_smcd(pclc); in smc_find_ism_v1_device_serv()
1630 struct smc_clc_msg_proposal *pclc, in smc_find_rdma_v1_device_serv() argument
1639 ini->ib_lcl = &pclc->lcl; in smc_find_rdma_v1_device_serv()
1656 struct smc_clc_msg_proposal *pclc, in smc_listen_find_device() argument
1662 smc_find_ism_v2_device_serv(new_smc, pclc, ini); in smc_listen_find_device()
1670 rc = smc_listen_prfx_check(new_smc, pclc); in smc_listen_find_device()
1679 smc_find_ism_v1_device_serv(new_smc, pclc, ini); in smc_listen_find_device()
1683 if (pclc->hdr.typev1 == SMC_TYPE_D) in smc_listen_find_device()
1688 rc = smc_find_rdma_v1_device_serv(new_smc, pclc, ini); in smc_listen_find_device()
1728 struct smc_clc_msg_proposal *pclc; in smc_listen_work() local
1755 pclc = (struct smc_clc_msg_proposal *)buf; in smc_listen_work()
1756 rc = smc_clc_wait_msg(new_smc, pclc, sizeof(*buf), in smc_listen_work()
1760 version = pclc->hdr.version == SMC_V1 ? SMC_V1 : version; in smc_listen_work()
1775 rc = smc_listen_v2_check(new_smc, pclc, ini); in smc_listen_work()
1785 rc = smc_listen_find_device(new_smc, pclc, ini); in smc_listen_work()