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()
872 v2_ext = container_of(&pclc->pclc_v2_ext, in smc_clc_send_proposal()1258 struct smc_clc_v2_extension *pclc_v2_ext; in smc_clc_srv_v2x_features_validate() local1269 pclc_v2_ext = smc_get_clc_v2_ext(pclc); in smc_clc_srv_v2x_features_validate()1270 if (!pclc_v2_ext) in smc_clc_srv_v2x_features_validate()1274 ini->max_conns = min_t(u8, pclc_v2_ext->max_conns, in smc_clc_srv_v2x_features_validate()1279 ini->max_links = min_t(u8, pclc_v2_ext->max_links, in smc_clc_srv_v2x_features_validate()
2000 struct smc_clc_v2_extension *pclc_v2_ext; in smc_listen_v2_check() local2017 pclc_v2_ext = smc_get_clc_v2_ext(pclc); in smc_listen_v2_check()2018 if (!pclc_v2_ext) { in smc_listen_v2_check()2024 pclc_smcd_v2_ext = smc_get_clc_smcd_v2_ext(pclc_v2_ext); in smc_listen_v2_check()2032 } else if (!pclc_v2_ext->hdr.eid_cnt && in smc_listen_v2_check()2033 !pclc_v2_ext->hdr.flag.seid) { in smc_listen_v2_check()2039 if (!pclc_v2_ext->hdr.eid_cnt) { in smc_listen_v2_check()2045 ini->release_nr = pclc_v2_ext->hdr.flag.release; in smc_listen_v2_check()2046 if (pclc_v2_ext->hdr.flag.release > SMC_RELEASE) in smc_listen_v2_check()