Searched refs:pclc (Results 1 – 3 of 3) sorted by relevance
349 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 …]
1538 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() argument1594 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() argument1699 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() argument1804 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 …]
304 smc_clc_proposal_get_prefix(struct smc_clc_msg_proposal *pclc) in smc_clc_proposal_get_prefix() argument307 ((u8 *)pclc + sizeof(*pclc) + ntohs(pclc->iparea_offset)); in smc_clc_proposal_get_prefix()
Completed in 13 milliseconds