Searched refs:pclc (Results 1 – 3 of 3) sorted by relevance
/linux/net/smc/ |
H A D | smc_clc.c | 348 static bool smc_clc_msg_prop_valid(struct smc_clc_msg_proposal *pclc) in smc_clc_msg_prop_valid() argument 352 struct smc_clc_msg_hdr *hdr = &pclc->hdr; in smc_clc_msg_prop_valid() 355 pclc_prfx = smc_clc_proposal_get_prefix(pclc); in smc_clc_msg_prop_valid() 364 sizeof(*pclc) + ntohs(pclc->iparea_offset) + in smc_clc_msg_prop_valid() 371 v2_ext = smc_get_clc_v2_ext(pclc); in smc_clc_msg_prop_valid() 379 sizeof(*pclc) + in smc_clc_msg_prop_valid() 474 struct smc_clc_msg_proposal *pclc; in smc_clc_msg_hdr_valid() local 483 pclc = (struct smc_clc_msg_proposal *)clcm; in smc_clc_msg_hdr_valid() 484 if (!smc_clc_msg_prop_valid(pclc)) in smc_clc_msg_hdr_valid() 851 struct smc_clc_msg_proposal_area *pclc; smc_clc_send_proposal() local 1253 smc_clc_srv_v2x_features_validate(struct smc_sock * smc,struct smc_clc_msg_proposal * pclc,struct smc_init_info * ini) smc_clc_srv_v2x_features_validate() argument [all...] |
H A D | af_smc.c | 1987 struct smc_clc_msg_proposal *pclc, in smc_listen_v2_check() argument 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() 2008 pclc_v2_ext = smc_get_clc_v2_ext(pclc); in smc_listen_v2_check() 2049 struct smc_clc_msg_proposal *pclc) in smc_listen_prfx_check() argument 2054 if (pclc->hdr.typev1 == SMC_TYPE_N) in smc_listen_prfx_check() 2056 pclc_prfx = smc_clc_proposal_get_prefix(pclc); in smc_listen_prfx_check() 2153 struct smc_clc_msg_proposal *pclc, in smc_find_ism_v2_device_serv() argument 2169 pclc_smcd = smc_get_clc_msg_smcd(pclc); in smc_find_ism_v2_device_serv() 2243 smc_find_ism_v1_device_serv(struct smc_sock * new_smc,struct smc_clc_msg_proposal * pclc,struct smc_init_info * ini) smc_find_ism_v1_device_serv() argument 2292 smc_find_rdma_v2_device_serv(struct smc_sock * new_smc,struct smc_clc_msg_proposal * pclc,struct smc_init_info * ini) smc_find_rdma_v2_device_serv() argument 2343 smc_find_rdma_v1_device_serv(struct smc_sock * new_smc,struct smc_clc_msg_proposal * pclc,struct smc_init_info * ini) smc_find_rdma_v1_device_serv() argument 2368 smc_listen_find_device(struct smc_sock * new_smc,struct smc_clc_msg_proposal * pclc,struct smc_init_info * ini) smc_listen_find_device() argument 2448 struct smc_clc_msg_proposal *pclc; smc_listen_work() local [all...] |
H A D | smc_clc.h | 337 smc_clc_proposal_get_prefix(struct smc_clc_msg_proposal *pclc) in smc_clc_proposal_get_prefix() argument 339 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,
|