Searched refs:pclc_v2_ext (Results 1 – 3 of 3) sorted by relevance
196 struct smc_clc_v2_extension_fixed pclc_v2_ext; member385 max_offset = offsetof(struct smc_clc_msg_proposal_area, pclc_v2_ext) - in smc_get_clc_v2_ext()404 offsetof(struct smc_clc_msg_proposal_area, pclc_v2_ext) - in smc_get_clc_smcd_v2_ext()
871 v2_ext = container_of(&pclc->pclc_v2_ext, in smc_clc_send_proposal()1256 struct smc_clc_v2_extension *pclc_v2_ext; in smc_clc_srv_v2x_features_validate() local1267 pclc_v2_ext = smc_get_clc_v2_ext(pclc); in smc_clc_srv_v2x_features_validate()1268 if (!pclc_v2_ext) in smc_clc_srv_v2x_features_validate()1272 ini->max_conns = min_t(u8, pclc_v2_ext->max_conns, in smc_clc_srv_v2x_features_validate()1277 ini->max_links = min_t(u8, pclc_v2_ext->max_links, in smc_clc_srv_v2x_features_validate()
1977 struct smc_clc_v2_extension *pclc_v2_ext; in smc_listen_v2_check() local1994 pclc_v2_ext = smc_get_clc_v2_ext(pclc); in smc_listen_v2_check()1995 if (!pclc_v2_ext) { in smc_listen_v2_check()2001 pclc_smcd_v2_ext = smc_get_clc_smcd_v2_ext(pclc_v2_ext); in smc_listen_v2_check()2009 } else if (!pclc_v2_ext->hdr.eid_cnt && in smc_listen_v2_check()2010 !pclc_v2_ext->hdr.flag.seid) { in smc_listen_v2_check()2016 if (!pclc_v2_ext->hdr.eid_cnt) { in smc_listen_v2_check()2022 ini->release_nr = pclc_v2_ext->hdr.flag.release; in smc_listen_v2_check()2023 if (pclc_v2_ext->hdr.flag.release > SMC_RELEASE) in smc_listen_v2_check()