| /freebsd-13.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()
|
| /freebsd-13.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-13.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-13.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-13.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-13.1/contrib/ofed/libibverbs/examples/ |
| H A D | ud_pingpong.c | 67 int send_flags; member 309 ctx->send_flags = IBV_SEND_SIGNALED; in pp_init_ctx() 393 ctx->send_flags |= IBV_SEND_INLINE; in pp_init_ctx() 524 .send_flags = ctx->send_flags, in pp_post_send()
|
| H A D | uc_pingpong.c | 66 int send_flags; member 313 ctx->send_flags = IBV_SEND_SIGNALED; in pp_init_ctx() 381 ctx->send_flags |= IBV_SEND_INLINE; in pp_init_ctx() 507 .send_flags = ctx->send_flags, in pp_post_send()
|
| H A D | rc_pingpong.c | 74 int send_flags; member 341 ctx->send_flags = IBV_SEND_SIGNALED; in pp_init_ctx() 451 ctx->send_flags |= IBV_SEND_INLINE; in pp_init_ctx() 577 .send_flags = ctx->send_flags, in pp_post_send()
|
| H A D | srq_pingpong.c | 69 int send_flags; member 364 ctx->send_flags = IBV_SEND_SIGNALED; in pp_init_ctx() 446 ctx->send_flags |= IBV_SEND_INLINE; in pp_init_ctx() 587 .send_flags = ctx->send_flags, in pp_post_send()
|
| /freebsd-13.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-13.1/sys/dev/mthca/ |
| H A D | mthca_qp.c | 1516 sqp->ud_header.bth.solicited_event = !!(wr->wr.send_flags & IB_SEND_SOLICITED); in build_mlx_header() 1647 ((wr->send_flags & IB_SEND_SIGNALED) ? in mthca_tavor_post_send() 1649 ((wr->send_flags & IB_SEND_SOLICITED) ? in mthca_tavor_post_send() 1764 ((wr->send_flags & IB_SEND_FENCE) ? in mthca_tavor_post_send() 1770 f0 = wr->send_flags & IB_SEND_FENCE ? in mthca_tavor_post_send() 1986 ((wr->send_flags & IB_SEND_SIGNALED) ? in mthca_arbel_post_send() 1988 ((wr->send_flags & IB_SEND_SOLICITED) ? in mthca_arbel_post_send() 1990 ((wr->send_flags & IB_SEND_IP_CSUM) ? in mthca_arbel_post_send() 2105 ((wr->send_flags & IB_SEND_FENCE) ? in mthca_arbel_post_send() 2111 f0 = wr->send_flags & IB_SEND_FENCE ? in mthca_arbel_post_send()
|
| /freebsd-13.1/sys/dev/mlx5/mlx5_ib/ |
| H A D | mlx5_ib_mr.c | 610 umrwr->wr.send_flags = 0; in prep_umr_reg_wqe() 621 umrwr->wr.send_flags = MLX5_IB_SEND_UMR_UNREG | MLX5_IB_SEND_UMR_FAIL_IF_FREE; in prep_umr_unreg_wqe() 832 wr.wr.send_flags = MLX5_IB_SEND_UMR_FAIL_IF_FREE | in mlx5_ib_update_mtt() 1078 umrwr.wr.send_flags = MLX5_IB_SEND_UMR_FAIL_IF_FREE; in rereg_umr() 1088 umrwr.wr.send_flags |= MLX5_IB_SEND_UMR_UPDATE_TRANSLATION; in rereg_umr() 1096 umrwr.wr.send_flags |= MLX5_IB_SEND_UMR_UPDATE_PD; in rereg_umr() 1101 umrwr.wr.send_flags |= MLX5_IB_SEND_UMR_UPDATE_ACCESS; in rereg_umr()
|
| H A D | mlx5_ib_gsi.c | 36 int send_flags; member 85 wr->send_flags & IB_SEND_SIGNALED) in generate_completions()
|
| H A D | mlx5_ib_qp.c | 3041 if (wr->send_flags & IB_SEND_IP_CSUM) in set_eth_seg() 3252 if (wr->send_flags & MLX5_IB_SEND_UMR_FAIL_IF_FREE) in set_reg_umr_segment() 3257 if (!(wr->send_flags & MLX5_IB_SEND_UMR_UNREG)) { in set_reg_umr_segment() 3268 if (wr->send_flags & MLX5_IB_SEND_UMR_UPDATE_PD) in set_reg_umr_segment() 3322 if (wr->send_flags & MLX5_IB_SEND_UMR_UNREG) { in set_reg_mkey_segment() 3744 if (unlikely(wr->wr.send_flags & IB_SEND_INLINE)) { in set_reg_wr() 3806 wr->send_flags & IB_SEND_FENCE)) in get_fence() 3810 if (wr->send_flags & IB_SEND_FENCE) in get_fence() 3850 wr->send_flags & IB_SEND_SIGNALED, in begin_wqe() 3851 wr->send_flags & IB_SEND_SOLICITED); in begin_wqe() [all …]
|
| /freebsd-13.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-13.1/sys/dev/cxgbe/iw_cxgbe/ |
| H A D | qp.c | 418 if (wr->send_flags & IB_SEND_SOLICITED) in build_rdma_send() 427 if (wr->send_flags & IB_SEND_SOLICITED) in build_rdma_send() 444 if (wr->send_flags & IB_SEND_INLINE) { in build_rdma_send() 487 if (wr->send_flags & IB_SEND_INLINE) { in build_rdma_write() 814 if (wr->send_flags & IB_SEND_SOLICITED) in c4iw_post_send() 816 if (wr->send_flags & IB_SEND_SIGNALED || qhp->sq_sig_all) in c4iw_post_send() 822 if (wr->send_flags & IB_SEND_FENCE) in c4iw_post_send() 875 if (wr->send_flags & IB_SEND_FENCE) in c4iw_post_send() 893 swsqe->signaled = (wr->send_flags & IB_SEND_SIGNALED) || in c4iw_post_send()
|
| /freebsd-13.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-13.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 | 537 priv->tx_wr.wr.send_flags |= IB_SEND_IP_CSUM; in ipoib_send() 539 priv->tx_wr.wr.send_flags &= ~IB_SEND_IP_CSUM; in ipoib_send()
|
| /freebsd-13.1/sys/dev/qlnx/qlnxr/ |
| H A D | qlnxr_cm.c | 609 udh->bth.solicited_event = !!(swr->send_flags & IB_SEND_SOLICITED); in qlnxr_gsi_build_header() 738 !!(wr->send_flags & IB_SEND_SIGNALED); in qlnxr_gsi_post_send()
|
| /freebsd-13.1/sys/contrib/rdma/krping/ |
| H A D | krping.c | 491 cb->sq_wr.send_flags = IB_SEND_SIGNALED; in krping_setup_wr() 497 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() 1815 inv.send_flags = IB_SEND_SIGNALED; in krping_fr_test()
|