Home
last modified time | relevance | path

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

/trueos/contrib/ofed/management/opensm/opensm/
HDosm_inform.c376 ib_gid_t source_gid; in __match_notice_to_inf_rec() local
490 source_gid = p_ntc->data_details.ntc_64_67.gid; in __match_notice_to_inf_rec()
492 source_gid = p_ntc->issuer_gid; in __match_notice_to_inf_rec()
495 osm_get_port_by_guid(p_subn, source_gid.unicast.interface_id); in __match_notice_to_inf_rec()
499 cl_ntoh64(source_gid.unicast.interface_id)); in __match_notice_to_inf_rec()
/trueos/sys/ofed/include/rdma/
HDib_pack.h194 union ib_gid source_gid; member
/trueos/sys/ofed/drivers/infiniband/core/
HDud_header.c143 { STRUCT_FIELD(grh, source_gid),
/trueos/sys/ofed/drivers/infiniband/hw/mthca/
HDmthca_av.c284 &header->grh.source_gid); in mthca_read_ah()
/trueos/sys/ofed/drivers/infiniband/hw/mlx4/
HDqp.c2519 memcpy(sqp->ud_header.grh.source_gid.raw, sgid.raw, 16); in build_mlx_header()
2525 sqp->ud_header.grh.source_gid.global.subnet_prefix = in build_mlx_header()
2528 sqp->ud_header.grh.source_gid.global.interface_id = in build_mlx_header()
2535 &sqp->ud_header.grh.source_gid); in build_mlx_header()