Searched refs:pclc (Results 1 – 3 of 3) sorted by relevance
364 sizeof(*pclc) + ntohs(pclc->iparea_offset) + in smc_clc_msg_prop_valid()379 sizeof(*pclc) + in smc_clc_msg_prop_valid()487 ((u8 *)pclc + ntohs(pclc->hdr.length) - sizeof(*trl)); in smc_clc_msg_hdr_valid()863 pclc = kzalloc(sizeof(*pclc), GFP_KERNEL); in smc_clc_send_proposal()864 if (!pclc) in smc_clc_send_proposal()867 pclc_base = &pclc->pclc_base; in smc_clc_send_proposal()868 pclc_smcd = &pclc->pclc_smcd; in smc_clc_send_proposal()869 pclc_prfx = &pclc->pclc_prfx; in smc_clc_send_proposal()876 trl = &pclc->pclc_trl; in smc_clc_send_proposal()888 kfree(pclc); in smc_clc_send_proposal()[all …]
1994 ini->smc_type_v1 = pclc->hdr.typev1; in smc_listen_v2_check()1995 ini->smc_type_v2 = pclc->hdr.typev2; in smc_listen_v2_check()1998 if (pclc->hdr.version > SMC_V1) { in smc_listen_v2_check()2049 struct smc_clc_msg_proposal *pclc) in smc_listen_prfx_check() argument2054 if (pclc->hdr.typev1 == SMC_TYPE_N) in smc_listen_prfx_check()2153 struct smc_clc_msg_proposal *pclc, in smc_find_ism_v2_device_serv() argument2170 smc_v2_ext = smc_get_clc_v2_ext(pclc); in smc_find_ism_v2_device_serv()2243 struct smc_clc_msg_proposal *pclc, in smc_find_ism_v1_device_serv() argument2302 smc_v2_ext = smc_get_clc_v2_ext(pclc); in smc_find_rdma_v2_device_serv()2448 struct smc_clc_msg_proposal *pclc; in smc_listen_work() local[all …]
337 smc_clc_proposal_get_prefix(struct smc_clc_msg_proposal *pclc) in smc_clc_proposal_get_prefix() argument339 u16 offset = ntohs(pclc->iparea_offset); in smc_clc_proposal_get_prefix()344 ((u8 *)pclc + sizeof(*pclc) + offset); in smc_clc_proposal_get_prefix()456 struct smc_clc_msg_proposal *pclc,
Completed in 14 milliseconds