Searched refs:send_flags (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-12-stable/contrib/ofed/librdmacm/examples/
H A Drdma_client.c44 static int send_flags; variable
72 send_flags = IBV_SEND_INLINE;
88 if ((send_flags & IBV_SEND_INLINE) == 0) {
109 ret = rdma_post_send(id, NULL, send_msg, 16, send_mr, send_flags);
130 if ((send_flags & IBV_SEND_INLINE) == 0)
H A Drdma_server.c43 static int send_flags; variable
96 send_flags = IBV_SEND_INLINE;
107 if ((send_flags & IBV_SEND_INLINE) == 0) {
134 ret = rdma_post_send(id, NULL, send_msg, 16, send_mr, send_flags);
149 if ((send_flags & IBV_SEND_INLINE) == 0)
H A Drdma_xclient.c65 wr.send_flags = IBV_SEND_INLINE;
H A Dmckey.c216 send_wr.send_flags = signal_flag;
H A Drping.c383 cb->sq_wr.send_flags = IBV_SEND_SIGNALED;
389 cb->rdma_sq_wr.send_flags = IBV_SEND_SIGNALED;
H A Dcmatose.c196 send_wr.send_flags = 0;
/freebsd-12-stable/contrib/ofed/librdmacm/
H A Drdma_verbs.h126 wr.send_flags = flags;
142 wr.send_flags = flags;
160 wr.send_flags = flags;
243 wr.send_flags = flags;
/freebsd-12-stable/contrib/ofed/libcxgb4/
H A Dqp.c167 if (wr->send_flags & IBV_SEND_SOLICITED)
179 if (wr->send_flags & IBV_SEND_INLINE) {
220 if (wr->send_flags & IBV_SEND_INLINE) {
344 if (wr->send_flags & IBV_SEND_SOLICITED)
346 if (wr->send_flags & IBV_SEND_SIGNALED || qhp->sq_sig_all)
352 if (wr->send_flags & IBV_SEND_FENCE)
388 swsqe->signaled = (wr->send_flags & IBV_SEND_SIGNALED) ||
/freebsd-12-stable/sys/ofed/include/rdma/
H A Drdmavt_qp.h502 wqe->wr.send_flags |= RVT_SEND_RESERVE_USED;
525 if (unlikely(wqe->wr.send_flags & RVT_SEND_RESERVE_USED)) {
526 wqe->wr.send_flags &= ~RVT_SEND_RESERVE_USED;
/freebsd-12-stable/contrib/ofed/libibverbs/examples/
H A Duc_pingpong.c66 int send_flags; member in struct:pingpong_context
309 ctx->send_flags = IBV_SEND_SIGNALED;
377 ctx->send_flags |= IBV_SEND_INLINE;
503 .send_flags = ctx->send_flags,
H A Dud_pingpong.c67 int send_flags; member in struct:pingpong_context
305 ctx->send_flags = IBV_SEND_SIGNALED;
389 ctx->send_flags |= IBV_SEND_INLINE;
520 .send_flags = ctx->send_flags,
H A Drc_pingpong.c74 int send_flags; member in struct:pingpong_context
337 ctx->send_flags = IBV_SEND_SIGNALED;
447 ctx->send_flags |= IBV_SEND_INLINE;
573 .send_flags = ctx->send_flags,
H A Dsrq_pingpong.c69 int send_flags; member in struct:pingpong_context
360 ctx->send_flags = IBV_SEND_SIGNALED;
442 ctx->send_flags |= IBV_SEND_INLINE;
583 .send_flags = ctx->send_flags,
/freebsd-12-stable/contrib/ofed/libmlx4/
H A Dqp.c256 (wr->send_flags & IBV_SEND_SIGNALED ?
258 (wr->send_flags & IBV_SEND_SOLICITED ?
337 if (wr->send_flags & IBV_SEND_IP_CSUM) {
352 if (wr->send_flags & IBV_SEND_IP_CSUM) {
367 if (wr->send_flags & IBV_SEND_INLINE && wr->num_sge) {
443 ctrl->fence_size = (wr->send_flags & IBV_SEND_FENCE ?
/freebsd-12-stable/contrib/ofed/libmlx5/
H A Dqp.c667 if (wr->send_flags & IBV_SEND_FENCE)
677 (wr->send_flags & IBV_SEND_SIGNALED ?
679 (wr->send_flags & IBV_SEND_SOLICITED ?
820 if (wr->send_flags & IBV_SEND_IP_CSUM) {
856 if (wr->send_flags & IBV_SEND_INLINE && wr->num_sge) {
1023 wr.send_flags = mw_bind->send_flags;
/freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_tx.c143 tx_wr.send_flags = IB_SEND_SIGNALED;
145 tx_wr.send_flags |= IB_SEND_SOLICITED;
H A Dsdp_zcopy.c531 wr.send_flags = 0;
544 wr.send_flags = IB_SEND_SIGNALED;
/freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_verbs.c224 priv->tx_wr.wr.send_flags = IB_SEND_SIGNALED;
H A Dipoib_ib.c537 priv->tx_wr.wr.send_flags |= IB_SEND_IP_CSUM;
539 priv->tx_wr.wr.send_flags &= ~IB_SEND_IP_CSUM;
/freebsd-12-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mr.c610 wr->send_flags = 0;
623 wr->send_flags = MLX5_IB_SEND_UMR_UNREG | MLX5_IB_SEND_UMR_FAIL_IF_FREE;
834 wr.wr.send_flags = MLX5_IB_SEND_UMR_FAIL_IF_FREE |
1080 umrwr.wr.send_flags = MLX5_IB_SEND_UMR_FAIL_IF_FREE;
1090 umrwr.wr.send_flags |= MLX5_IB_SEND_UMR_UPDATE_TRANSLATION;
1098 umrwr.wr.send_flags |= MLX5_IB_SEND_UMR_UPDATE_PD;
1103 umrwr.wr.send_flags |= MLX5_IB_SEND_UMR_UPDATE_ACCESS;
H A Dmlx5_ib_qp.c2958 if (wr->send_flags & IB_SEND_IP_CSUM)
3169 if (wr->send_flags & MLX5_IB_SEND_UMR_FAIL_IF_FREE)
3174 if (!(wr->send_flags & MLX5_IB_SEND_UMR_UNREG)) {
3176 if (wr->send_flags & MLX5_IB_SEND_UMR_UPDATE_MTT) {
3181 if (wr->send_flags & MLX5_IB_SEND_UMR_UPDATE_TRANSLATION)
3183 if (wr->send_flags & MLX5_IB_SEND_UMR_UPDATE_ACCESS)
3185 if (wr->send_flags & MLX5_IB_SEND_UMR_UPDATE_PD)
3239 if (wr->send_flags & MLX5_IB_SEND_UMR_UNREG) {
3245 if (!(wr->send_flags & MLX5_IB_SEND_UMR_UPDATE_MTT)) {
3661 if (unlikely(wr->wr.send_flags
[all...]
H A Dmlx5_ib_gsi.c33 int send_flags; member in struct:mlx5_ib_gsi_wr
82 wr->send_flags & IB_SEND_SIGNALED)
/freebsd-12-stable/sys/dev/mthca/
H A Dmthca_qp.c1519 sqp->ud_header.bth.solicited_event = !!(wr->wr.send_flags & IB_SEND_SOLICITED);
1650 ((wr->send_flags & IB_SEND_SIGNALED) ?
1652 ((wr->send_flags & IB_SEND_SOLICITED) ?
1767 ((wr->send_flags & IB_SEND_FENCE) ?
1773 f0 = wr->send_flags & IB_SEND_FENCE ?
1989 ((wr->send_flags & IB_SEND_SIGNALED) ?
1991 ((wr->send_flags & IB_SEND_SOLICITED) ?
1993 ((wr->send_flags & IB_SEND_IP_CSUM) ?
2108 ((wr->send_flags & IB_SEND_FENCE) ?
2114 f0 = wr->send_flags
[all...]
/freebsd-12-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c418 if (wr->send_flags & IB_SEND_SOLICITED)
427 if (wr->send_flags & IB_SEND_SOLICITED)
444 if (wr->send_flags & IB_SEND_INLINE) {
487 if (wr->send_flags & IB_SEND_INLINE) {
814 if (wr->send_flags & IB_SEND_SOLICITED)
816 if (wr->send_flags & IB_SEND_SIGNALED || qhp->sq_sig_all)
822 if (wr->send_flags & IB_SEND_FENCE)
875 if (wr->send_flags & IB_SEND_FENCE)
893 swsqe->signaled = (wr->send_flags & IB_SEND_SIGNALED) ||
/freebsd-12-stable/contrib/ofed/libibverbs/
H A Dcompat-1_0.c89 int send_flags; member in struct:ibv_send_wr_1_0
441 real_wr->send_flags = w->send_flags;

Completed in 161 milliseconds

12