Searched refs:source_gid (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_inform.c379 ib_gid_t source_gid; local
394 /* The issuer of these traps is the SM so source_gid
396 source_gid = p_ntc->data_details.ntc_64_67.gid;
398 source_gid = p_ntc->issuer_gid;
413 p_mgrp = osm_get_mgrp_by_mgid(p_subn, &source_gid);
418 inet_ntop(AF_INET6, source_gid.raw, gid_str, sizeof gid_str));
428 inet_ntop(AF_INET6, source_gid.raw, gid_str, sizeof gid_str),
436 osm_get_port_by_guid(p_subn, source_gid.unicast.interface_id);
440 cl_ntoh64(source_gid.unicast.interface_id));
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_pack.h205 union ib_gid source_gid; member in struct:ib_unpacked_grh
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_av.c284 &header->grh.source_gid, NULL);
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_ud_header.c216 { STRUCT_FIELD(grh, source_gid),
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c2515 memcpy(sqp->ud_header.grh.source_gid.raw, sgid.raw, 16);
2522 sqp->ud_header.grh.source_gid.global.subnet_prefix =
2526 sqp->ud_header.grh.source_gid.global.interface_id =
2533 &sqp->ud_header.grh.source_gid, NULL);
/freebsd-11-stable/contrib/ofed/opensm/include/iba/
H A Dib_types.h7975 ib_gid_t source_gid; // GID from GRH of the offending packet

Completed in 145 milliseconds