Home
last modified time | relevance | path

Searched refs:source_gid (Results 1 – 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/ofed/opensm/opensm/
HDosm_inform.c379 ib_gid_t source_gid; in is_access_permitted() local
396 source_gid = p_ntc->data_details.ntc_64_67.gid; in is_access_permitted()
398 source_gid = p_ntc->issuer_gid; in is_access_permitted()
413 p_mgrp = osm_get_mgrp_by_mgid(p_subn, &source_gid); in is_access_permitted()
418 inet_ntop(AF_INET6, source_gid.raw, gid_str, sizeof gid_str)); in is_access_permitted()
428 inet_ntop(AF_INET6, source_gid.raw, gid_str, sizeof gid_str), in is_access_permitted()
436 osm_get_port_by_guid(p_subn, source_gid.unicast.interface_id); in is_access_permitted()
440 cl_ntoh64(source_gid.unicast.interface_id)); in is_access_permitted()
/freebsd-13-stable/sys/ofed/include/rdma/
HDib_pack.h205 union ib_gid source_gid; member
/freebsd-13-stable/sys/dev/qlnx/qlnxr/
HDqlnxr_cm.c574 memcpy(&udh->grh.source_gid.raw, &sgid.raw, in qlnxr_gsi_build_header()
575 sizeof(udh->grh.source_gid.raw)); in qlnxr_gsi_build_header()
583 QL_DPRINT12(dev->ha, "udh sgid = %x\n", udh->grh.source_gid.raw[i]); in qlnxr_gsi_build_header()
/freebsd-13-stable/sys/dev/mthca/
HDmthca_av.c284 &header->grh.source_gid, NULL); in mthca_read_ah()
/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
HDib_ud_header.c214 { STRUCT_FIELD(grh, source_gid),
/freebsd-13-stable/sys/dev/mlx4/mlx4_ib/
HDmlx4_ib_qp.c2507 memcpy(sqp->ud_header.grh.source_gid.raw, sgid.raw, 16); in build_mlx_header()
2514 sqp->ud_header.grh.source_gid.global.subnet_prefix = in build_mlx_header()
2518 sqp->ud_header.grh.source_gid.global.interface_id = in build_mlx_header()
2525 &sqp->ud_header.grh.source_gid, NULL); in build_mlx_header()
/freebsd-13-stable/contrib/ofed/opensm/include/iba/
HDib_types.h7975 ib_gid_t source_gid; // GID from GRH of the offending packet member