Lines Matching refs:pclc

1372 			       struct smc_clc_msg_proposal *pclc,  in smc_listen_v2_check()  argument
1378 ini->smc_type_v1 = pclc->hdr.typev1; in smc_listen_v2_check()
1379 ini->smc_type_v2 = pclc->hdr.typev2; in smc_listen_v2_check()
1381 if (pclc->hdr.version > SMC_V1) in smc_listen_v2_check()
1388 pclc_v2_ext = smc_get_clc_v2_ext(pclc); in smc_listen_v2_check()
1399 if (pclc->hdr.typev1 == SMC_TYPE_B || in smc_listen_v2_check()
1400 pclc->hdr.typev2 == SMC_TYPE_B) in smc_listen_v2_check()
1402 if (pclc->hdr.typev1 == SMC_TYPE_D || in smc_listen_v2_check()
1403 pclc->hdr.typev2 == SMC_TYPE_D) in smc_listen_v2_check()
1413 struct smc_clc_msg_proposal *pclc) in smc_listen_prfx_check() argument
1418 if (pclc->hdr.typev1 == SMC_TYPE_N) in smc_listen_prfx_check()
1420 pclc_prfx = smc_clc_proposal_get_prefix(pclc); in smc_listen_prfx_check()
1505 struct smc_clc_msg_proposal *pclc, in smc_find_ism_v2_device_serv() argument
1519 pclc_smcd = smc_get_clc_msg_smcd(pclc); in smc_find_ism_v2_device_serv()
1520 smc_v2_ext = smc_get_clc_v2_ext(pclc); in smc_find_ism_v2_device_serv()
1571 struct smc_clc_msg_proposal *pclc, in smc_find_ism_v1_device_serv() argument
1574 struct smc_clc_msg_smcd *pclc_smcd = smc_get_clc_msg_smcd(pclc); in smc_find_ism_v1_device_serv()
1607 struct smc_clc_msg_proposal *pclc, in smc_find_rdma_v1_device_serv() argument
1616 ini->ib_lcl = &pclc->lcl; in smc_find_rdma_v1_device_serv()
1633 struct smc_clc_msg_proposal *pclc, in smc_listen_find_device() argument
1639 smc_find_ism_v2_device_serv(new_smc, pclc, ini); in smc_listen_find_device()
1647 rc = smc_listen_prfx_check(new_smc, pclc); in smc_listen_find_device()
1656 smc_find_ism_v1_device_serv(new_smc, pclc, ini); in smc_listen_find_device()
1660 if (pclc->hdr.typev1 == SMC_TYPE_D) in smc_listen_find_device()
1664 return smc_find_rdma_v1_device_serv(new_smc, pclc, ini); in smc_listen_find_device()
1701 struct smc_clc_msg_proposal *pclc; in smc_listen_work() local
1729 pclc = (struct smc_clc_msg_proposal *)buf; in smc_listen_work()
1730 rc = smc_clc_wait_msg(new_smc, pclc, sizeof(*buf), in smc_listen_work()
1734 version = pclc->hdr.version == SMC_V1 ? SMC_V1 : version; in smc_listen_work()
1749 rc = smc_listen_v2_check(new_smc, pclc, ini); in smc_listen_work()
1759 rc = smc_listen_find_device(new_smc, pclc, ini); in smc_listen_work()