Searched refs:pclc (Results 1 – 3 of 3) sorted by relevance
361 sizeof(*pclc) + ntohs(pclc->iparea_offset) + in smc_clc_msg_prop_valid()369 sizeof(*pclc) + in smc_clc_msg_prop_valid()477 ((u8 *)pclc + ntohs(pclc->hdr.length) - sizeof(*trl)); in smc_clc_msg_hdr_valid()848 pclc = kzalloc(sizeof(*pclc), GFP_KERNEL); in smc_clc_send_proposal()849 if (!pclc) in smc_clc_send_proposal()852 pclc_base = &pclc->pclc_base; in smc_clc_send_proposal()853 pclc_smcd = &pclc->pclc_smcd; in smc_clc_send_proposal()854 pclc_prfx = &pclc->pclc_prfx; in smc_clc_send_proposal()861 trl = &pclc->pclc_trl; in smc_clc_send_proposal()873 kfree(pclc); in smc_clc_send_proposal()[all …]
337 smc_clc_proposal_get_prefix(struct smc_clc_msg_proposal *pclc) in smc_clc_proposal_get_prefix() argument340 ((u8 *)pclc + sizeof(*pclc) + ntohs(pclc->iparea_offset)); in smc_clc_proposal_get_prefix()440 struct smc_clc_msg_proposal *pclc,
1972 ini->smc_type_v1 = pclc->hdr.typev1; in smc_listen_v2_check()1973 ini->smc_type_v2 = pclc->hdr.typev2; in smc_listen_v2_check()1976 if (pclc->hdr.version > SMC_V1) { in smc_listen_v2_check()2027 struct smc_clc_msg_proposal *pclc) in smc_listen_prfx_check() argument2032 if (pclc->hdr.typev1 == SMC_TYPE_N) in smc_listen_prfx_check()2129 struct smc_clc_msg_proposal *pclc, in smc_find_ism_v2_device_serv() argument2146 smc_v2_ext = smc_get_clc_v2_ext(pclc); in smc_find_ism_v2_device_serv()2217 struct smc_clc_msg_proposal *pclc, in smc_find_ism_v1_device_serv() argument2274 smc_v2_ext = smc_get_clc_v2_ext(pclc); in smc_find_rdma_v2_device_serv()2419 struct smc_clc_msg_proposal *pclc; in smc_listen_work() local[all …]
Completed in 16 milliseconds