Searched refs:pclc_v2_ext (Results 1 – 3 of 3) sorted by relevance
856 v2_ext = container_of(&pclc->pclc_v2_ext, in smc_clc_send_proposal()1241 struct smc_clc_v2_extension *pclc_v2_ext; in smc_clc_srv_v2x_features_validate() local1252 pclc_v2_ext = smc_get_clc_v2_ext(pclc); in smc_clc_srv_v2x_features_validate()1253 if (!pclc_v2_ext) in smc_clc_srv_v2x_features_validate()1257 ini->max_conns = min_t(u8, pclc_v2_ext->max_conns, in smc_clc_srv_v2x_features_validate()1262 ini->max_links = min_t(u8, pclc_v2_ext->max_links, in smc_clc_srv_v2x_features_validate()
1969 struct smc_clc_v2_extension *pclc_v2_ext; in smc_listen_v2_check() local1986 pclc_v2_ext = smc_get_clc_v2_ext(pclc); in smc_listen_v2_check()1987 if (!pclc_v2_ext) { in smc_listen_v2_check()1993 pclc_smcd_v2_ext = smc_get_clc_smcd_v2_ext(pclc_v2_ext); in smc_listen_v2_check()2001 } else if (!pclc_v2_ext->hdr.eid_cnt && in smc_listen_v2_check()2002 !pclc_v2_ext->hdr.flag.seid) { in smc_listen_v2_check()2008 if (!pclc_v2_ext->hdr.eid_cnt) { in smc_listen_v2_check()2014 ini->release_nr = pclc_v2_ext->hdr.flag.release; in smc_listen_v2_check()2015 if (pclc_v2_ext->hdr.flag.release > SMC_RELEASE) in smc_listen_v2_check()
196 struct smc_clc_v2_extension_fixed pclc_v2_ext; member