Lines Matching refs:pclc

1345 			       struct smc_clc_msg_proposal *pclc,  in smc_listen_v2_check()  argument
1351 ini->smc_type_v1 = pclc->hdr.typev1; in smc_listen_v2_check()
1352 ini->smc_type_v2 = pclc->hdr.typev2; in smc_listen_v2_check()
1354 if (pclc->hdr.version > SMC_V1) in smc_listen_v2_check()
1361 pclc_v2_ext = smc_get_clc_v2_ext(pclc); in smc_listen_v2_check()
1372 if (pclc->hdr.typev1 == SMC_TYPE_B || in smc_listen_v2_check()
1373 pclc->hdr.typev2 == SMC_TYPE_B) in smc_listen_v2_check()
1375 if (pclc->hdr.typev1 == SMC_TYPE_D || in smc_listen_v2_check()
1376 pclc->hdr.typev2 == SMC_TYPE_D) in smc_listen_v2_check()
1386 struct smc_clc_msg_proposal *pclc) in smc_listen_prfx_check() argument
1391 if (pclc->hdr.typev1 == SMC_TYPE_N) in smc_listen_prfx_check()
1393 pclc_prfx = smc_clc_proposal_get_prefix(pclc); in smc_listen_prfx_check()
1478 struct smc_clc_msg_proposal *pclc, in smc_find_ism_v2_device_serv() argument
1492 pclc_smcd = smc_get_clc_msg_smcd(pclc); in smc_find_ism_v2_device_serv()
1493 smc_v2_ext = smc_get_clc_v2_ext(pclc); in smc_find_ism_v2_device_serv()
1544 struct smc_clc_msg_proposal *pclc, in smc_find_ism_v1_device_serv() argument
1547 struct smc_clc_msg_smcd *pclc_smcd = smc_get_clc_msg_smcd(pclc); in smc_find_ism_v1_device_serv()
1580 struct smc_clc_msg_proposal *pclc, in smc_find_rdma_v1_device_serv() argument
1589 ini->ib_lcl = &pclc->lcl; in smc_find_rdma_v1_device_serv()
1606 struct smc_clc_msg_proposal *pclc, in smc_listen_find_device() argument
1612 smc_find_ism_v2_device_serv(new_smc, pclc, ini); in smc_listen_find_device()
1620 rc = smc_listen_prfx_check(new_smc, pclc); in smc_listen_find_device()
1629 smc_find_ism_v1_device_serv(new_smc, pclc, ini); in smc_listen_find_device()
1633 if (pclc->hdr.typev1 == SMC_TYPE_D) in smc_listen_find_device()
1637 return smc_find_rdma_v1_device_serv(new_smc, pclc, ini); in smc_listen_find_device()
1674 struct smc_clc_msg_proposal *pclc; in smc_listen_work() local
1702 pclc = (struct smc_clc_msg_proposal *)buf; in smc_listen_work()
1703 rc = smc_clc_wait_msg(new_smc, pclc, sizeof(*buf), in smc_listen_work()
1707 version = pclc->hdr.version == SMC_V1 ? SMC_V1 : version; in smc_listen_work()
1722 rc = smc_listen_v2_check(new_smc, pclc, ini); in smc_listen_work()
1732 rc = smc_listen_find_device(new_smc, pclc, ini); in smc_listen_work()