Home
last modified time | relevance | path

Searched refs:IBV_QPT_RC (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/ofed/librdmacm/
H A Daddrinfo.c60 case IBV_QPT_RC: in ucma_convert_to_ai()
155 rai->ai_qp_type = IBV_QPT_RC; in ucma_convert_to_rai()
H A Dcma.c560 IBV_QPT_UD : IBV_QPT_RC; in rdma_create_id()
H A Drsocket.c873 qp_attr.qp_type = IBV_QPT_RC; in rs_create_ep()
/freebsd/contrib/ofed/librdmacm/examples/
H A Drdma_xclient.c138 hints.ai_qp_type = IBV_QPT_RC; in main()
H A Drdma_xserver.c154 hints.ai_qp_type = IBV_QPT_RC; in main()
H A Dcmtime.c616 hints.ai_qp_type = IBV_QPT_RC; in main()
653 init_qp_attr.qp_type = IBV_QPT_RC; in main()
H A Dcmatose.c137 init_qp_attr.qp_type = IBV_QPT_RC; in init_node()
H A Drping.c490 init_attr.qp_type = IBV_QPT_RC; in rping_create_qp()
/freebsd/contrib/ofed/libmlx4/
H A Dqp.c275 case IBV_QPT_RC: in mlx4_post_send()
624 case IBV_QPT_RC: in mlx4_calc_sq_wqe_size()
717 case IBV_QPT_RC: in mlx4_set_sq_sizes()
/freebsd/contrib/ofed/libmlx5/
H A Dqp.c114 if (qp->ibv_qp->qp_type != IBV_QPT_RC) { in mlx5_copy_to_send_wqe()
695 case IBV_QPT_RC: in _mlx5_post_send()
H A Dverbs.c782 case IBV_QPT_RC: in sq_overhead()
1041 case IBV_QPT_RC: return "HUGE_RC"; in qptype2key()
/freebsd/contrib/ofed/libirdma/
H A Dirdma_uverbs.c1367 if (attr->qp_type != IBV_QPT_RC && attr->qp_type != IBV_QPT_UD) { in irdma_ucreate_qp()
1769 if (ib_qp->qp_type != IBV_QPT_RC) { in irdma_upost_send()
/freebsd/contrib/ofed/libibverbs/examples/
H A Drc_pingpong.c440 .qp_type = IBV_QPT_RC in pp_init_ctx()
H A Dsrq_pingpong.c436 .qp_type = IBV_QPT_RC in pp_init_ctx()
/freebsd/contrib/ofed/libibverbs/
H A Dverbs.h757 IBV_QPT_RC = 2, enumerator