Searched refs:pclc_v2_ext (Results 1 – 3 of 3) sorted by relevance
185 struct smc_clc_v2_extension pclc_v2_ext; member369 max_offset = offsetof(struct smc_clc_msg_proposal_area, pclc_v2_ext) - in smc_get_clc_v2_ext()388 offsetof(struct smc_clc_msg_proposal_area, pclc_v2_ext) - in smc_get_clc_smcd_v2_ext()
869 v2_ext = &pclc->pclc_v2_ext; in smc_clc_send_proposal()1250 struct smc_clc_v2_extension *pclc_v2_ext; in smc_clc_srv_v2x_features_validate() local1259 pclc_v2_ext = smc_get_clc_v2_ext(pclc); in smc_clc_srv_v2x_features_validate()1260 if (!pclc_v2_ext) in smc_clc_srv_v2x_features_validate()1264 ini->max_conns = min_t(u8, pclc_v2_ext->max_conns, SMC_CONN_PER_LGR_PREFER); in smc_clc_srv_v2x_features_validate()1268 ini->max_links = min_t(u8, pclc_v2_ext->max_links, SMC_LINKS_PER_LGR_MAX_PREFER); in smc_clc_srv_v2x_features_validate()
1976 struct smc_clc_v2_extension *pclc_v2_ext; in smc_listen_v2_check() local1993 pclc_v2_ext = smc_get_clc_v2_ext(pclc); in smc_listen_v2_check()1994 if (!pclc_v2_ext) { in smc_listen_v2_check()2000 pclc_smcd_v2_ext = smc_get_clc_smcd_v2_ext(pclc_v2_ext); in smc_listen_v2_check()2008 } else if (!pclc_v2_ext->hdr.eid_cnt && in smc_listen_v2_check()2009 !pclc_v2_ext->hdr.flag.seid) { in smc_listen_v2_check()2015 if (!pclc_v2_ext->hdr.eid_cnt) { in smc_listen_v2_check()2021 ini->release_nr = pclc_v2_ext->hdr.flag.release; in smc_listen_v2_check()2022 if (pclc_v2_ext->hdr.flag.release > SMC_RELEASE) in smc_listen_v2_check()