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

12

/freebsd-9.3-release/contrib/ofed/libmthca/src/
H A Dqp.c140 ((wr->send_flags & IBV_SEND_SIGNALED) ?
142 ((wr->send_flags & IBV_SEND_SOLICITED) ?
244 if (wr->send_flags & IBV_SEND_INLINE) {
301 ((wr->send_flags & IBV_SEND_FENCE) ?
307 f0 = wr->send_flags & IBV_SEND_FENCE ?
508 ((wr->send_flags & IBV_SEND_SIGNALED) ?
510 ((wr->send_flags & IBV_SEND_SOLICITED) ?
610 if (wr->send_flags & IBV_SEND_INLINE) {
664 ((wr->send_flags & IBV_SEND_FENCE) ?
670 f0 = wr->send_flags
[all...]
/freebsd-9.3-release/contrib/ofed/libmlx4/src/
H A Dqp.c232 (wr->send_flags & IBV_SEND_SIGNALED ?
234 (wr->send_flags & IBV_SEND_SOLICITED ?
300 if (wr->send_flags & IBV_SEND_INLINE && wr->num_sge) {
376 ctrl->fence_size = (wr->send_flags & IBV_SEND_FENCE ?
/freebsd-9.3-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_qp.c100 if (wr->send_flags & IB_SEND_SOLICITED)
107 if (wr->send_flags & IB_SEND_SOLICITED)
388 if (wr->send_flags & IB_SEND_SOLICITED)
390 if (wr->send_flags & IB_SEND_FENCE)
392 if (wr->send_flags & IB_SEND_SIGNALED)
430 sqp->signaled = (wr->send_flags & IB_SEND_SIGNALED);
551 if (mw_bind->send_flags & IB_SEND_SIGNALED)
577 sqp->signaled = (mw_bind->send_flags & IB_SEND_SIGNALED);
/freebsd-9.3-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_tx.c141 tx_wr.send_flags = IB_SEND_SIGNALED;
143 tx_wr.send_flags |= IB_SEND_SOLICITED;
H A Dsdp_zcopy.c529 wr.send_flags = 0;
542 wr.send_flags = IB_SEND_SIGNALED;
/freebsd-9.3-release/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_verbs.c222 priv->tx_wr.send_flags = IB_SEND_SIGNALED;
H A Dipoib_ib.c527 priv->tx_wr.send_flags |= IB_SEND_IP_CSUM;
529 priv->tx_wr.send_flags &= ~IB_SEND_IP_CSUM;
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c1533 sqp->ud_header.bth.solicited_event = !!(wr->send_flags & IB_SEND_SOLICITED);
1664 ((wr->send_flags & IB_SEND_SIGNALED) ?
1666 ((wr->send_flags & IB_SEND_SOLICITED) ?
1781 ((wr->send_flags & IB_SEND_FENCE) ?
1787 f0 = wr->send_flags & IB_SEND_FENCE ?
2003 ((wr->send_flags & IB_SEND_SIGNALED) ?
2005 ((wr->send_flags & IB_SEND_SOLICITED) ?
2007 ((wr->send_flags & IB_SEND_IP_CSUM) ?
2122 ((wr->send_flags & IB_SEND_FENCE) ?
2128 f0 = wr->send_flags
[all...]
/freebsd-9.3-release/contrib/ofed/libibverbs/include/infiniband/
H A Dverbs.h534 int send_flags; member in struct:ibv_send_wr
568 int send_flags; member in struct:ibv_mw_bind
H A Dkern-abi.h670 __u32 send_flags; member in struct:ibv_kern_send_wr
/freebsd-9.3-release/contrib/ofed/librdmacm/examples/
H A Dmckey.c217 send_wr.send_flags = signal_flag;
H A Drping.c380 cb->sq_wr.send_flags = IBV_SEND_SIGNALED;
386 cb->rdma_sq_wr.send_flags = IBV_SEND_SIGNALED;
H A Dcmatose.c204 send_wr.send_flags = 0;
H A Dudaddy.c215 send_wr.send_flags = signal_flag;
/freebsd-9.3-release/sys/contrib/rdma/
H A Dib_user_verbs.h538 __u32 send_flags; member in struct:ib_uverbs_send_wr
H A Dib_verbs.h641 int send_flags; member in struct:ib_send_wr
704 int send_flags; member in struct:ib_mw_bind
/freebsd-9.3-release/contrib/ofed/libibverbs/examples/
H A Drc_pingpong.c480 .send_flags = IBV_SEND_SIGNALED,
H A Duc_pingpong.c465 .send_flags = IBV_SEND_SIGNALED,
H A Dud_pingpong.c468 .send_flags = IBV_SEND_SIGNALED,
H A Dsrq_pingpong.c534 .send_flags = IBV_SEND_SIGNALED,
/freebsd-9.3-release/sys/ofed/include/rdma/
H A Dib_user_verbs.h545 __u32 send_flags; member in struct:ib_uverbs_send_wr
H A Dib_verbs.h745 int send_flags; member in struct:ib_send_wr
831 int send_flags; member in struct:ib_mw_bind
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dqp.c1604 sqp->ud_header.bth.solicited_event = !!(wr->send_flags & IB_SEND_SOLICITED);
1981 (wr->send_flags & IB_SEND_SIGNALED ?
1983 (wr->send_flags & IB_SEND_SOLICITED ?
1985 ((wr->send_flags & IB_SEND_IP_CSUM) ?
2122 if (wr->send_flags & IB_SEND_INLINE && wr->num_sge) {
2143 ctrl->fence_size = (wr->send_flags & IB_SEND_FENCE ?
/freebsd-9.3-release/sys/contrib/rdma/krping/
H A Dkrping.c379 cb->sq_wr.send_flags = IB_SEND_SIGNALED;
389 cb->rdma_sq_wr.send_flags = IB_SEND_SIGNALED;
/freebsd-9.3-release/contrib/ofed/libibverbs/src/
H A Dcompat-1_0.c91 int send_flags; member in struct:ibv_send_wr_1_0

Completed in 200 milliseconds

12