Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libmlx4/
H A Dcq.c350 wc->wc_flags |= g_mlpath_rqpn & 0x80000000 ? IBV_WC_GRH : 0; in mlx4_parse_cqe()
575 wc_flags |= (be32toh(cq->cqe->g_mlpath_rqpn) & 0x80000000) ? IBV_WC_GRH : 0; in mlx4_cq_read_wc_flags()
/freebsd/contrib/ofed/libmlx5/
H A Dcq.c255 wc->wc_flags |= g ? IBV_WC_GRH : 0; in handle_responder()
1123 wc_flags |= ((be32toh(cq->cqe64->flags_rqpn) >> 28) & 3) ? IBV_WC_GRH : 0; in mlx5_cq_read_wc_flags()
/freebsd/contrib/ofed/libirdma/
H A Dirdma_uverbs.c789 entry->wc_flags |= IBV_WC_GRH; in irdma_process_cqe()
1063 wc_flags |= IBV_WC_GRH; in irdma_wc_read_wc_flags()
/freebsd/contrib/ofed/libibverbs/
H A Dverbs.c890 if (wc->wc_flags & IBV_WC_GRH) { in ibv_init_ah_from_wc()
H A Dverbs.h461 IBV_WC_GRH = 1 << 0, enumerator