Home
last modified time | relevance | path

Searched refs:smc_v2_ext (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/net/smc/
Dsmc_clc.c317 struct smc_clc_v2_extension *smc_v2_ext, in smc_clc_match_eid() argument
327 smc_v2_ext->hdr.flag.seid && in smc_clc_match_eid()
334 for (i = 0; i < smc_v2_ext->hdr.eid_cnt; i++) { in smc_clc_match_eid()
335 if (_smc_clc_match_ueid(smc_v2_ext->user_eids[i])) { in smc_clc_match_eid()
336 memcpy(negotiated_eid, smc_v2_ext->user_eids[i], in smc_clc_match_eid()
Daf_smc.c2133 struct smc_clc_v2_extension *smc_v2_ext; in smc_find_ism_v2_device_serv() local
2146 smc_v2_ext = smc_get_clc_v2_ext(pclc); in smc_find_ism_v2_device_serv()
2147 smcd_v2_ext = smc_get_clc_smcd_v2_ext(smc_v2_ext); in smc_find_ism_v2_device_serv()
2157 for (i = 0; i < smc_v2_ext->hdr.ism_gid_cnt; i++) { in smc_find_ism_v2_device_serv()
2165 if ((i + 1) == smc_v2_ext->hdr.ism_gid_cnt || in smc_find_ism_v2_device_serv()
2188 if (!smc_clc_match_eid(ini->negotiated_eid, smc_v2_ext, in smc_find_ism_v2_device_serv()
2267 struct smc_clc_v2_extension *smc_v2_ext; in smc_find_rdma_v2_device_serv() local
2274 smc_v2_ext = smc_get_clc_v2_ext(pclc); in smc_find_rdma_v2_device_serv()
2275 if (!smc_clc_match_eid(ini->negotiated_eid, smc_v2_ext, NULL, NULL)) in smc_find_rdma_v2_device_serv()
2280 memcpy(ini->peer_gid, smc_v2_ext->roce, SMC_GID_SIZE); in smc_find_rdma_v2_device_serv()
[all …]
Dsmc_clc.h450 struct smc_clc_v2_extension *smc_v2_ext,