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()
869 v2_ext = container_of(&pclc->pclc_v2_ext, in smc_clc_send_proposal()1254 struct smc_clc_v2_extension *pclc_v2_ext; in smc_clc_srv_v2x_features_validate() local1265 pclc_v2_ext = smc_get_clc_v2_ext(pclc); in smc_clc_srv_v2x_features_validate()1266 if (!pclc_v2_ext) in smc_clc_srv_v2x_features_validate()1270 ini->max_conns = min_t(u8, pclc_v2_ext->max_conns, in smc_clc_srv_v2x_features_validate()1275 ini->max_links = min_t(u8, pclc_v2_ext->max_links, in smc_clc_srv_v2x_features_validate()
1991 struct smc_clc_v2_extension *pclc_v2_ext; in smc_listen_v2_check() local2008 pclc_v2_ext = smc_get_clc_v2_ext(pclc); in smc_listen_v2_check()2009 if (!pclc_v2_ext) { in smc_listen_v2_check()2015 pclc_smcd_v2_ext = smc_get_clc_smcd_v2_ext(pclc_v2_ext); in smc_listen_v2_check()2023 } else if (!pclc_v2_ext->hdr.eid_cnt && in smc_listen_v2_check()2024 !pclc_v2_ext->hdr.flag.seid) { in smc_listen_v2_check()2030 if (!pclc_v2_ext->hdr.eid_cnt) { in smc_listen_v2_check()2036 ini->release_nr = pclc_v2_ext->hdr.flag.release; in smc_listen_v2_check()2037 if (pclc_v2_ext->hdr.flag.release > SMC_RELEASE) in smc_listen_v2_check()