Home
last modified time | relevance | path

Searched refs:IB_WC_GRH (Results 1 – 8 of 8) sorted by relevance

/NextBSD/sys/ofed/drivers/infiniband/hw/mlx4/
HDmad.c160 (in_wc->wc_flags & IB_WC_GRH ? 0x80 : 0); in mlx4_MAD_IFC()
549 tun_mad->hdr.g_ml_path = (grh && (wc->wc_flags & IB_WC_GRH)) ? 0x80 : 0; in mlx4_ib_send_to_slave()
617 if (!wc->wc_flags & IB_WC_GRH) { in mlx4_ib_demux_mad()
657 if (wc->wc_flags & IB_WC_GRH) { in mlx4_ib_demux_mad()
718 if (in_wc->wc_flags & IB_WC_GRH) { in ib_process_mad()
HDcq.c639 wc->wc_flags |= (hdr->tun.g_ml_path & 0x80) ? (IB_WC_GRH) : 0; in use_tunnel_data()
884 wc->wc_flags |= g_mlpath_rqpn & 0x80000000 ? IB_WC_GRH : 0; in mlx4_ib_poll_one()
/NextBSD/sys/ofed/drivers/infiniband/core/
HDverbs.c202 if (!(wc->wc_flags & IB_WC_GRH)) in ib_init_ah_from_wc()
225 if (wc->wc_flags & IB_WC_GRH) { in ib_init_ah_from_wc()
HDuser_mad.c300 packet->mad.hdr.grh_present = !!(mad_recv_wc->wc->wc_flags & IB_WC_GRH); in recv_handler()
HDmad.c2295 !!(rwc->wc->wc_flags & IB_WC_GRH)) in rcv_has_same_gid()
/NextBSD/sys/ofed/drivers/infiniband/hw/mthca/
HDmthca_cq.c641 entry->wc_flags |= cqe->g_mlpath & 0x80 ? IB_WC_GRH : 0; in mthca_poll_one()
HDmthca_cmd.c1875 (in_wc->wc_flags & IB_WC_GRH ? 0x80 : 0); in mthca_MAD_IFC()
/NextBSD/sys/ofed/include/rdma/
HDib_verbs.h699 IB_WC_GRH = 1, enumerator