/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_ud_header.c | 326 int grh_present, in ib_ud_header_init() argument 334 grh_present = grh_present && !ip_version; in ib_ud_header_init() 348 grh_present ? IB_LNH_IBA_GLOBAL : IB_LNH_IBA_LOCAL; in ib_ud_header_init() 352 (grh_present ? IB_GRH_BYTES : 0) + in ib_ud_header_init() 362 if (ip_version == 6 || grh_present) { in ib_ud_header_init() 404 header->grh_present = grh_present || (ip_version == 6); in ib_ud_header_init() 440 if (header->grh_present) { in ib_ud_header_pack() 496 header->grh_present = 0; in ib_ud_header_unpack() 500 header->grh_present = 1; in ib_ud_header_unpack()
|
H A D | ib_user_mad.c | 238 packet->mad.hdr.grh_present = !!(mad_recv_wc->wc->wc_flags & IB_WC_GRH); in recv_handler() 239 if (packet->mad.hdr.grh_present) { in recv_handler() 409 if (!hdr1->grh_present && !hdr2->grh_present) in same_destination() 412 if (hdr1->grh_present && hdr2->grh_present) in same_destination() 501 if (packet->mad.hdr.grh_present) { in ib_umad_write()
|
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | ibdiag_sa.c | 77 int sa_set_handle(struct sa_handle * handle, int grh_present, ibmad_gid_t *gid) in sa_set_handle() argument 79 if (grh_present) { in sa_set_handle() 83 handle->dport.grh_present = 1; in sa_set_handle() 126 if (h->dport.grh_present) { in sa_query() 128 p_mad_addr->grh_present = 1; in sa_query()
|
H A D | ibsysstat.c | 92 rport.grh_present = mad_addr->grh_present; in server_respond() 93 if (rport.grh_present) in server_respond() 358 portid.grh_present = 1; in main()
|
H A D | ibdiag_sa.h | 63 int sa_set_handle(struct sa_handle * handle, int grh_present, ibmad_gid_t *gid);
|
H A D | ibping.c | 254 portid.grh_present = 1; in main()
|
H A D | ibccquery.c | 419 portid.grh_present = 1; in main()
|
H A D | ibccconfig.c | 631 portid.grh_present = 1; in main()
|
H A D | vendstat.c | 410 portid.grh_present = 1; in main()
|
H A D | perfquery.c | 918 portid.grh_present = 1; in main()
|
/freebsd/sys/ofed/include/uapi/rdma/ |
H A D | ib_user_mad.h | 84 __u8 grh_present; member 128 __u8 grh_present; member
|
/freebsd/contrib/ofed/libibmad/ |
H A D | serv.c | 113 if (mad_addr->grh_present) { in mad_respond_via() 114 rport.grh_present = 1; in mad_respond_via()
|
H A D | mad.c | 184 if (dport->grh_present && !is_smi) { in mad_build_pkt() 185 addr.grh_present = 1; in mad_build_pkt()
|
H A D | portid.c | 66 if (portid->grh_present) { in portid2str()
|
H A D | mad.h | 308 int grh_present; /* flag */ member 1543 portid->grh_present = 0; in ib_portid_set()
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_pack.h | 267 int grh_present; member 295 int grh_present,
|
/freebsd/contrib/ofed/libibumad/ |
H A D | umad.h | 85 uint8_t grh_present; member
|
H A D | umad.c | 742 mad->addr.grh_present = 1; in umad_set_grh() 750 mad->addr.grh_present = 0; in umad_set_grh() 1105 addr->grh_present, (int)addr->gid_index, (int)addr->hop_limit, in umad_addr_dump()
|
/freebsd/contrib/ofed/opensm/libvendor/ |
H A D | osm_vendor_ibumad.c | 294 if (ib_mad_addr->grh_present) { in ib_mad_addr_conv() 1144 mad_addr.grh_present = 1; in osm_vendor_send()
|
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | ib_verbs.c | 2965 qp->qp1_hdr.grh_present = 1; in bnxt_re_build_qp1_send()
|