| /freebsd-12.1/contrib/ofed/librdmacm/examples/ |
| H A D | rdma_client.c | 44 static int send_flags; variable 72 send_flags = IBV_SEND_INLINE; in run() 88 if ((send_flags & IBV_SEND_INLINE) == 0) { in run() 109 ret = rdma_post_send(id, NULL, send_msg, 16, send_mr, send_flags); in run() 130 if ((send_flags & IBV_SEND_INLINE) == 0) in run()
|
| H A D | rdma_server.c | 43 static int send_flags; variable 96 send_flags = IBV_SEND_INLINE; in run() 107 if ((send_flags & IBV_SEND_INLINE) == 0) { in run() 134 ret = rdma_post_send(id, NULL, send_msg, 16, send_mr, send_flags); in run() 149 if ((send_flags & IBV_SEND_INLINE) == 0) in run()
|
| H A D | rdma_xclient.c | 65 wr.send_flags = IBV_SEND_INLINE; in post_send()
|
| H A D | rping.c | 383 cb->sq_wr.send_flags = IBV_SEND_SIGNALED; in rping_setup_wr() 389 cb->rdma_sq_wr.send_flags = IBV_SEND_SIGNALED; in rping_setup_wr()
|
| H A D | mckey.c | 216 send_wr.send_flags = signal_flag; in post_sends()
|
| /freebsd-12.1/contrib/ofed/librdmacm/ |
| H A D | rdma_verbs.h | 126 wr.send_flags = flags; in rdma_post_sendv() 142 wr.send_flags = flags; in rdma_post_readv() 160 wr.send_flags = flags; in rdma_post_writev() 243 wr.send_flags = flags; in rdma_post_ud_send()
|
| /freebsd-12.1/contrib/ofed/libcxgb4/ |
| H A D | qp.c | 167 if (wr->send_flags & IBV_SEND_SOLICITED) in build_rdma_send() 179 if (wr->send_flags & IBV_SEND_INLINE) { in build_rdma_send() 220 if (wr->send_flags & IBV_SEND_INLINE) { in build_rdma_write() 344 if (wr->send_flags & IBV_SEND_SOLICITED) in c4iw_post_send() 346 if (wr->send_flags & IBV_SEND_SIGNALED || qhp->sq_sig_all) in c4iw_post_send() 352 if (wr->send_flags & IBV_SEND_FENCE) in c4iw_post_send() 388 swsqe->signaled = (wr->send_flags & IBV_SEND_SIGNALED) || in c4iw_post_send()
|
| /freebsd-12.1/sys/ofed/include/rdma/ |
| H A D | rdmavt_qp.h | 502 wqe->wr.send_flags |= RVT_SEND_RESERVE_USED; in rvt_qp_wqe_reserve() 525 if (unlikely(wqe->wr.send_flags & RVT_SEND_RESERVE_USED)) { in rvt_qp_wqe_unreserve() 526 wqe->wr.send_flags &= ~RVT_SEND_RESERVE_USED; in rvt_qp_wqe_unreserve()
|
| /freebsd-12.1/contrib/ofed/libmlx4/ |
| H A D | qp.c | 256 (wr->send_flags & IBV_SEND_SIGNALED ? in mlx4_post_send() 258 (wr->send_flags & IBV_SEND_SOLICITED ? in mlx4_post_send() 337 if (wr->send_flags & IBV_SEND_IP_CSUM) { in mlx4_post_send() 352 if (wr->send_flags & IBV_SEND_IP_CSUM) { in mlx4_post_send() 367 if (wr->send_flags & IBV_SEND_INLINE && wr->num_sge) { in mlx4_post_send() 443 ctrl->fence_size = (wr->send_flags & IBV_SEND_FENCE ? in mlx4_post_send()
|
| /freebsd-12.1/contrib/ofed/libibverbs/examples/ |
| H A D | uc_pingpong.c | 66 int send_flags; member 309 ctx->send_flags = IBV_SEND_SIGNALED; in pp_init_ctx() 377 ctx->send_flags |= IBV_SEND_INLINE; in pp_init_ctx() 503 .send_flags = ctx->send_flags, in pp_post_send()
|
| H A D | ud_pingpong.c | 67 int send_flags; member 305 ctx->send_flags = IBV_SEND_SIGNALED; in pp_init_ctx() 389 ctx->send_flags |= IBV_SEND_INLINE; in pp_init_ctx() 520 .send_flags = ctx->send_flags, in pp_post_send()
|
| H A D | srq_pingpong.c | 69 int send_flags; member 360 ctx->send_flags = IBV_SEND_SIGNALED; in pp_init_ctx() 442 ctx->send_flags |= IBV_SEND_INLINE; in pp_init_ctx() 583 .send_flags = ctx->send_flags, in pp_post_send()
|
| H A D | rc_pingpong.c | 74 int send_flags; member 337 ctx->send_flags = IBV_SEND_SIGNALED; in pp_init_ctx() 447 ctx->send_flags |= IBV_SEND_INLINE; in pp_init_ctx() 573 .send_flags = ctx->send_flags, in pp_post_send()
|
| /freebsd-12.1/contrib/ofed/libmlx5/ |
| H A D | qp.c | 667 if (wr->send_flags & IBV_SEND_FENCE) in _mlx5_post_send() 677 (wr->send_flags & IBV_SEND_SIGNALED ? in _mlx5_post_send() 679 (wr->send_flags & IBV_SEND_SOLICITED ? in _mlx5_post_send() 820 if (wr->send_flags & IBV_SEND_IP_CSUM) { in _mlx5_post_send() 856 if (wr->send_flags & IBV_SEND_INLINE && wr->num_sge) { in _mlx5_post_send() 1023 wr.send_flags = mw_bind->send_flags; in mlx5_bind_mw()
|
| /freebsd-12.1/sys/dev/mthca/ |
| H A D | mthca_qp.c | 1519 sqp->ud_header.bth.solicited_event = !!(wr->wr.send_flags & IB_SEND_SOLICITED); in build_mlx_header() 1650 ((wr->send_flags & IB_SEND_SIGNALED) ? in mthca_tavor_post_send() 1652 ((wr->send_flags & IB_SEND_SOLICITED) ? in mthca_tavor_post_send() 1767 ((wr->send_flags & IB_SEND_FENCE) ? in mthca_tavor_post_send() 1773 f0 = wr->send_flags & IB_SEND_FENCE ? in mthca_tavor_post_send() 1989 ((wr->send_flags & IB_SEND_SIGNALED) ? in mthca_arbel_post_send() 1991 ((wr->send_flags & IB_SEND_SOLICITED) ? in mthca_arbel_post_send() 1993 ((wr->send_flags & IB_SEND_IP_CSUM) ? in mthca_arbel_post_send() 2108 ((wr->send_flags & IB_SEND_FENCE) ? in mthca_arbel_post_send() 2114 f0 = wr->send_flags & IB_SEND_FENCE ? in mthca_arbel_post_send()
|
| /freebsd-12.1/sys/dev/mlx5/mlx5_ib/ |
| H A D | mlx5_ib_mr.c | 607 wr->send_flags = 0; in prep_umr_reg_wqe() 620 wr->send_flags = MLX5_IB_SEND_UMR_UNREG | MLX5_IB_SEND_UMR_FAIL_IF_FREE; in prep_umr_unreg_wqe() 831 wr.wr.send_flags = MLX5_IB_SEND_UMR_FAIL_IF_FREE | in mlx5_ib_update_mtt() 1077 umrwr.wr.send_flags = MLX5_IB_SEND_UMR_FAIL_IF_FREE; in rereg_umr() 1087 umrwr.wr.send_flags |= MLX5_IB_SEND_UMR_UPDATE_TRANSLATION; in rereg_umr() 1095 umrwr.wr.send_flags |= MLX5_IB_SEND_UMR_UPDATE_PD; in rereg_umr() 1100 umrwr.wr.send_flags |= MLX5_IB_SEND_UMR_UPDATE_ACCESS; in rereg_umr()
|
| H A D | mlx5_ib_qp.c | 2958 if (wr->send_flags & IB_SEND_IP_CSUM) in set_eth_seg() 3174 if (!(wr->send_flags & MLX5_IB_SEND_UMR_UNREG)) { in set_reg_umr_segment() 3185 if (wr->send_flags & MLX5_IB_SEND_UMR_UPDATE_PD) in set_reg_umr_segment() 3239 if (wr->send_flags & MLX5_IB_SEND_UMR_UNREG) { in set_reg_mkey_segment() 3741 wr->send_flags & IB_SEND_FENCE)) in get_fence() 3745 if (wr->send_flags & IB_SEND_FENCE) in get_fence() 3770 (wr->send_flags & IB_SEND_SIGNALED ? in begin_wqe() 3772 (wr->send_flags & IB_SEND_SOLICITED ? in begin_wqe() 3934 wr->send_flags &= ~IB_SEND_SIGNALED; in mlx5_ib_post_send() 3935 wr->send_flags |= IB_SEND_SOLICITED; in mlx5_ib_post_send() [all …]
|
| H A D | mlx5_ib_gsi.c | 33 int send_flags; member 82 wr->send_flags & IB_SEND_SIGNALED) in generate_completions()
|
| /freebsd-12.1/sys/ofed/drivers/infiniband/ulp/sdp/ |
| H A D | sdp_tx.c | 143 tx_wr.send_flags = IB_SEND_SIGNALED; in sdp_post_send() 145 tx_wr.send_flags |= IB_SEND_SOLICITED; in sdp_post_send()
|
| H A D | sdp_zcopy.c | 531 wr.send_flags = 0; in sdp_post_rdma_read() 544 wr.send_flags = IB_SEND_SIGNALED; in sdp_post_rdma_read()
|
| /freebsd-12.1/sys/dev/cxgbe/iw_cxgbe/ |
| H A D | qp.c | 416 if (wr->send_flags & IB_SEND_SOLICITED) in build_rdma_send() 425 if (wr->send_flags & IB_SEND_SOLICITED) in build_rdma_send() 442 if (wr->send_flags & IB_SEND_INLINE) { in build_rdma_send() 485 if (wr->send_flags & IB_SEND_INLINE) { in build_rdma_write() 807 if (wr->send_flags & IB_SEND_SOLICITED) in c4iw_post_send() 809 if (wr->send_flags & IB_SEND_SIGNALED || qhp->sq_sig_all) in c4iw_post_send() 815 if (wr->send_flags & IB_SEND_FENCE) in c4iw_post_send() 868 if (wr->send_flags & IB_SEND_FENCE) in c4iw_post_send() 886 swsqe->signaled = (wr->send_flags & IB_SEND_SIGNALED) || in c4iw_post_send()
|
| /freebsd-12.1/contrib/ofed/libibverbs/ |
| H A D | compat-1_0.c | 89 int send_flags; member 441 real_wr->send_flags = w->send_flags; in post_send_wrapper_1_0()
|
| /freebsd-12.1/sys/ofed/drivers/infiniband/ulp/ipoib/ |
| H A D | ipoib_verbs.c | 224 priv->tx_wr.wr.send_flags = IB_SEND_SIGNALED; in ipoib_transport_dev_init()
|
| H A D | ipoib_ib.c | 534 priv->tx_wr.wr.send_flags |= IB_SEND_IP_CSUM; in ipoib_send() 536 priv->tx_wr.wr.send_flags &= ~IB_SEND_IP_CSUM; in ipoib_send()
|
| /freebsd-12.1/sys/contrib/rdma/krping/ |
| H A D | krping.c | 492 cb->sq_wr.send_flags = IB_SEND_SIGNALED; in krping_setup_wr() 498 cb->rdma_sq_wr.wr.send_flags = IB_SEND_SIGNALED; in krping_setup_wr() 810 inv.send_flags = IB_SEND_FENCE; in krping_test_server() 1806 inv.send_flags = IB_SEND_SIGNALED; in krping_fr_test()
|