Home
last modified time | relevance | path

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

/linux/net/smc/
A Dsmc_clc.c349 sizeof(*pclc) + ntohs(pclc->iparea_offset) + in smc_clc_msg_prop_valid()
357 sizeof(*pclc) + in smc_clc_msg_prop_valid()
449 ((u8 *)pclc + ntohs(pclc->hdr.length) - sizeof(*trl)); in smc_clc_msg_hdr_valid()
819 pclc = kzalloc(sizeof(*pclc), GFP_KERNEL); in smc_clc_send_proposal()
820 if (!pclc) in smc_clc_send_proposal()
823 pclc_base = &pclc->pclc_base; in smc_clc_send_proposal()
824 pclc_smcd = &pclc->pclc_smcd; in smc_clc_send_proposal()
827 v2_ext = &pclc->pclc_v2_ext; in smc_clc_send_proposal()
830 trl = &pclc->pclc_trl; in smc_clc_send_proposal()
842 kfree(pclc); in smc_clc_send_proposal()
[all …]
A Daf_smc.c1538 ini->smc_type_v1 = pclc->hdr.typev1; in smc_listen_v2_check()
1539 ini->smc_type_v2 = pclc->hdr.typev2; in smc_listen_v2_check()
1542 if (pclc->hdr.version > SMC_V1) { in smc_listen_v2_check()
1589 struct smc_clc_msg_proposal *pclc) in smc_listen_prfx_check() argument
1594 if (pclc->hdr.typev1 == SMC_TYPE_N) in smc_listen_prfx_check()
1684 struct smc_clc_msg_proposal *pclc, in smc_find_ism_v2_device_serv() argument
1699 smc_v2_ext = smc_get_clc_v2_ext(pclc); in smc_find_ism_v2_device_serv()
1753 struct smc_clc_msg_proposal *pclc, in smc_find_ism_v1_device_serv() argument
1804 smc_v2_ext = smc_get_clc_v2_ext(pclc); in smc_find_rdma_v2_device_serv()
1945 struct smc_clc_msg_proposal *pclc; in smc_listen_work() local
[all …]
A Dsmc_clc.h304 smc_clc_proposal_get_prefix(struct smc_clc_msg_proposal *pclc) in smc_clc_proposal_get_prefix() argument
307 ((u8 *)pclc + sizeof(*pclc) + ntohs(pclc->iparea_offset)); in smc_clc_proposal_get_prefix()

Completed in 13 milliseconds