| /src/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()
|
| /src/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()
|
| /src/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()
|
| /src/sys/ofed/include/rdma/ |
| H A D | rdmavt_qp.h | 500 wqe->wr.send_flags |= RVT_SEND_RESERVE_USED; in rvt_qp_wqe_reserve() 523 if (unlikely(wqe->wr.send_flags & RVT_SEND_RESERVE_USED)) { in rvt_qp_wqe_unreserve() 524 wqe->wr.send_flags &= ~RVT_SEND_RESERVE_USED; in rvt_qp_wqe_unreserve()
|
| /src/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()
|
| /src/contrib/ofed/libibverbs/examples/ |
| 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 | 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 | 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()
|
| /src/crypto/krb5/src/appl/gss-sample/ |
| H A D | gss-server.c | 433 int send_flags; in sign_server() local 533 send_flags = TOKEN_MIC; in sign_server() 538 send_flags = TOKEN_NOOP; in sign_server() 550 if (send_token(s, send_flags, send_buf) < 0) in sign_server()
|
| /src/tools/test/stress2/misc/ |
| H A D | syzkaller86.sh | 454 // f: send_flags = 0x0 (4 bytes) 458 // f: send_flags = 0x0 (8 bytes) 507 // f: send_flags = 0x0 (8 bytes)
|
| /src/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()
|
| /src/contrib/ofed/libirdma/ |
| H A D | irdma_uverbs.c | 319 wr.send_flags = mw_bind->send_flags; in irdma_ubind_mw() 1699 if ((ib_wr->send_flags & IBV_SEND_SIGNALED) || in irdma_upost_send() 1702 if (ib_wr->send_flags & IBV_SEND_FENCE) in irdma_upost_send() 1719 if (ib_wr->send_flags & IBV_SEND_SOLICITED) in irdma_upost_send() 1724 if (ib_wr->send_flags & IBV_SEND_SOLICITED) in irdma_upost_send() 1741 if (ib_wr->send_flags & IBV_SEND_INLINE) in irdma_upost_send() 1756 if (ib_wr->send_flags & IBV_SEND_SOLICITED) in irdma_upost_send() 1765 if (ib_wr->send_flags & IBV_SEND_INLINE) in irdma_upost_send()
|
| /src/sys/dev/mthca/ |
| H A D | mthca_qp.c | 1525 sqp->ud_header.bth.solicited_event = !!(wr->wr.send_flags & IB_SEND_SOLICITED); in build_mlx_header() 1656 ((wr->send_flags & IB_SEND_SIGNALED) ? in mthca_tavor_post_send() 1658 ((wr->send_flags & IB_SEND_SOLICITED) ? in mthca_tavor_post_send() 1773 ((wr->send_flags & IB_SEND_FENCE) ? in mthca_tavor_post_send() 1779 f0 = wr->send_flags & IB_SEND_FENCE ? in mthca_tavor_post_send() 1995 ((wr->send_flags & IB_SEND_SIGNALED) ? in mthca_arbel_post_send() 1997 ((wr->send_flags & IB_SEND_SOLICITED) ? in mthca_arbel_post_send() 1999 ((wr->send_flags & IB_SEND_IP_CSUM) ? in mthca_arbel_post_send() 2114 ((wr->send_flags & IB_SEND_FENCE) ? in mthca_arbel_post_send() 2120 f0 = wr->send_flags & IB_SEND_FENCE ? in mthca_arbel_post_send()
|
| /src/sys/dev/mlx5/mlx5_ib/ |
| H A D | mlx5_ib_mr.c | 608 umrwr->wr.send_flags = 0; in prep_umr_reg_wqe() 619 umrwr->wr.send_flags = MLX5_IB_SEND_UMR_UNREG | MLX5_IB_SEND_UMR_FAIL_IF_FREE; in prep_umr_unreg_wqe() 830 wr.wr.send_flags = MLX5_IB_SEND_UMR_FAIL_IF_FREE | in mlx5_ib_update_mtt() 1076 umrwr.wr.send_flags = MLX5_IB_SEND_UMR_FAIL_IF_FREE; in rereg_umr() 1086 umrwr.wr.send_flags |= MLX5_IB_SEND_UMR_UPDATE_TRANSLATION; in rereg_umr() 1094 umrwr.wr.send_flags |= MLX5_IB_SEND_UMR_UPDATE_PD; in rereg_umr() 1099 umrwr.wr.send_flags |= MLX5_IB_SEND_UMR_UPDATE_ACCESS; in rereg_umr()
|
| H A D | mlx5_ib_qp.c | 3067 if (wr->send_flags & IB_SEND_IP_CSUM) in set_eth_seg() 3278 if (wr->send_flags & MLX5_IB_SEND_UMR_FAIL_IF_FREE) in set_reg_umr_segment() 3283 if (!(wr->send_flags & MLX5_IB_SEND_UMR_UNREG)) { in set_reg_umr_segment() 3285 if (wr->send_flags & MLX5_IB_SEND_UMR_UPDATE_MTT) { in set_reg_umr_segment() 3290 if (wr->send_flags & MLX5_IB_SEND_UMR_UPDATE_TRANSLATION) in set_reg_umr_segment() 3292 if (wr->send_flags & MLX5_IB_SEND_UMR_UPDATE_ACCESS) in set_reg_umr_segment() 3294 if (wr->send_flags & MLX5_IB_SEND_UMR_UPDATE_PD) in set_reg_umr_segment() 3348 if (wr->send_flags & MLX5_IB_SEND_UMR_UNREG) { in set_reg_mkey_segment() 3354 if (!(wr->send_flags & MLX5_IB_SEND_UMR_UPDATE_MTT)) { in set_reg_mkey_segment() 3770 if (unlikely(wr->wr.send_flags & IB_SEND_INLINE)) { in set_reg_wr() [all …]
|
| H A D | mlx5_ib_gsi.c | 34 int send_flags; member 83 wr->send_flags & IB_SEND_SIGNALED) in generate_completions()
|
| /src/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()
|
| /src/contrib/ofed/libbnxtre/ |
| H A D | verbs.c | 1857 if (wr->send_flags & IBV_SEND_INLINE) { in bnxt_re_required_slots() 1879 uint32_t send_flags; in bnxt_re_set_hdr_flags() local 1883 send_flags = wr->send_flags; in bnxt_re_set_hdr_flags() 1884 if (send_flags & IBV_SEND_SIGNALED || sqsig) in bnxt_re_set_hdr_flags() 1887 if (send_flags & IBV_SEND_FENCE) in bnxt_re_set_hdr_flags() 1890 if (send_flags & IBV_SEND_SOLICITED) in bnxt_re_set_hdr_flags() 1893 if (send_flags & IBV_SEND_INLINE) in bnxt_re_set_hdr_flags() 1909 if (wr->send_flags & IBV_SEND_INLINE) in bnxt_re_build_tx_sge() 2151 wrid->sig = (wr->send_flags & IBV_SEND_SIGNALED || qp->cap.sqsig) ? in bnxt_re_post_send()
|
| /src/sys/dev/cxgbe/iw_cxgbe/ |
| H A D | qp.c | 419 if (wr->send_flags & IB_SEND_SOLICITED) in build_rdma_send() 428 if (wr->send_flags & IB_SEND_SOLICITED) in build_rdma_send() 445 if (wr->send_flags & IB_SEND_INLINE) { in build_rdma_send() 488 if (wr->send_flags & IB_SEND_INLINE) { in build_rdma_write() 815 if (wr->send_flags & IB_SEND_SOLICITED) in c4iw_post_send() 817 if (wr->send_flags & IB_SEND_SIGNALED || qhp->sq_sig_all) in c4iw_post_send() 823 if (wr->send_flags & IB_SEND_FENCE) in c4iw_post_send() 876 if (wr->send_flags & IB_SEND_FENCE) in c4iw_post_send() 894 swsqe->signaled = (wr->send_flags & IB_SEND_SIGNALED) || in c4iw_post_send()
|
| /src/sys/dev/bnxt/bnxt_re/ |
| H A D | ib_verbs.c | 2990 switch (wr->send_flags) { in bnxt_re_build_raw_send() 3062 if (wr->send_flags & IB_SEND_SOLICITED) in bnxt_re_build_qp1_send() 3312 if (wr->send_flags & IB_SEND_SIGNALED) in bnxt_re_build_send_wqe() 3314 if (wr->send_flags & IB_SEND_FENCE) in bnxt_re_build_send_wqe() 3316 if (wr->send_flags & IB_SEND_SOLICITED) in bnxt_re_build_send_wqe() 3318 if (wr->send_flags & IB_SEND_INLINE) in bnxt_re_build_send_wqe() 3344 if (wr->send_flags & IB_SEND_SIGNALED) in bnxt_re_build_rdma_wqe() 3346 if (wr->send_flags & IB_SEND_FENCE) in bnxt_re_build_rdma_wqe() 3348 if (wr->send_flags & IB_SEND_SOLICITED) in bnxt_re_build_rdma_wqe() 3350 if (wr->send_flags & IB_SEND_INLINE) in bnxt_re_build_rdma_wqe() [all …]
|
| /src/contrib/ofed/libibverbs/ |
| H A D | compat-1_0.c | 88 int send_flags; member 440 real_wr->send_flags = w->send_flags; in post_send_wrapper_1_0()
|