Lines Matching refs:sgid
738 union ibv_gid sgid; in ibv_find_gid_index() local
742 ret = ibv_query_gid(context, port_num, i, &sgid); in ibv_find_gid_index()
748 } while (!ret && (memcmp(&sgid, gid, sizeof(*gid)) || in ibv_find_gid_index()
826 union ibv_gid sgid; in set_ah_attr_by_ipv4() local
835 map_ipv4_addr_to_ipv6(ip4h->ip_dst.s_addr, (struct in6_addr *)&sgid); in set_ah_attr_by_ipv4()
836 ret = ibv_find_gid_index(context, port_num, &sgid, in set_ah_attr_by_ipv4()
865 ah_attr->grh.dgid = grh->sgid; in set_ah_attr_by_ipv6()
991 union ibv_gid sgid; in ibv_resolve_eth_l2_from_gid() local
1000 attr->grh.sgid_index, &sgid); in ibv_resolve_eth_l2_from_gid()
1013 src_family = ipv6_addr_v4mapped((struct in6_addr *)sgid.raw) ? in ibv_resolve_eth_l2_from_gid()
1019 if (create_peer_from_gid(src_family, &sgid.raw, &src)) in ibv_resolve_eth_l2_from_gid()