Home
last modified time | relevance | path

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

/linux/net/smc/
A Dsmc_clc.c305 struct smc_clc_v2_extension *smc_v2_ext, in smc_clc_match_eid() argument
315 smc_v2_ext->hdr.flag.seid && in smc_clc_match_eid()
322 for (i = 0; i < smc_v2_ext->hdr.eid_cnt; i++) { in smc_clc_match_eid()
323 if (_smc_clc_match_ueid(smc_v2_ext->user_eids[i])) { in smc_clc_match_eid()
324 memcpy(negotiated_eid, smc_v2_ext->user_eids[i], in smc_clc_match_eid()
A Daf_smc.c1688 struct smc_clc_v2_extension *smc_v2_ext; in smc_find_ism_v2_device_serv() local
1699 smc_v2_ext = smc_get_clc_v2_ext(pclc); in smc_find_ism_v2_device_serv()
1700 smcd_v2_ext = smc_get_clc_smcd_v2_ext(smc_v2_ext); in smc_find_ism_v2_device_serv()
1707 for (i = 1; i <= smc_v2_ext->hdr.ism_gid_cnt; i++) { in smc_find_ism_v2_device_serv()
1724 if (!smc_clc_match_eid(ini->negotiated_eid, smc_v2_ext, in smc_find_ism_v2_device_serv()
1797 struct smc_clc_v2_extension *smc_v2_ext; in smc_find_rdma_v2_device_serv() local
1804 smc_v2_ext = smc_get_clc_v2_ext(pclc); in smc_find_rdma_v2_device_serv()
1805 if (!smc_clc_match_eid(ini->negotiated_eid, smc_v2_ext, NULL, NULL)) in smc_find_rdma_v2_device_serv()
1810 memcpy(ini->peer_gid, smc_v2_ext->roce, SMC_GID_SIZE); in smc_find_rdma_v2_device_serv()
1815 ini->smcrv2.daddr = smc_ib_gid_to_ipv4(smc_v2_ext->roce); in smc_find_rdma_v2_device_serv()
A Dsmc_clc.h390 struct smc_clc_v2_extension *smc_v2_ext,

Completed in 12 milliseconds