Symbol: IB_SEND_SIGNALED
sys/dev/bnxt/bnxt_re/ib_verbs.c
3312
if (wr->send_flags & IB_SEND_SIGNALED)
sys/dev/bnxt/bnxt_re/ib_verbs.c
3344
if (wr->send_flags & IB_SEND_SIGNALED)
sys/dev/bnxt/bnxt_re/ib_verbs.c
3374
if (wr->send_flags & IB_SEND_SIGNALED)
sys/dev/bnxt/bnxt_re/ib_verbs.c
3388
if (wr->send_flags & IB_SEND_SIGNALED)
sys/dev/bnxt/bnxt_re/ib_verbs.c
3419
if (wr->wr.send_flags & IB_SEND_SIGNALED)
sys/dev/cxgbe/iw_cxgbe/qp.c
817
if (wr->send_flags & IB_SEND_SIGNALED || qhp->sq_sig_all)
sys/dev/cxgbe/iw_cxgbe/qp.c
894
swsqe->signaled = (wr->send_flags & IB_SEND_SIGNALED) ||
sys/dev/irdma/irdma_verbs.c
2458
if ((ib_wr->send_flags & IB_SEND_SIGNALED) || iwqp->sig_all)
sys/dev/iser/iser_verbs.c
930
send_wr.send_flags = signal ? IB_SEND_SIGNALED : 0;
sys/dev/mlx4/mlx4_ib/mlx4_ib_mad.c
1412
wr.wr.send_flags = IB_SEND_SIGNALED;
sys/dev/mlx4/mlx4_ib/mlx4_ib_mad.c
624
wr.wr.send_flags = IB_SEND_SIGNALED;
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
3005
(wr->send_flags & IB_SEND_SIGNALED ?
sys/dev/mlx5/mlx5_ib/mlx5_ib_gsi.c
83
wr->send_flags & IB_SEND_SIGNALED)
sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c
3861
(send_flags & IB_SEND_SIGNALED ?
sys/dev/mthca/mthca_qp.c
1656
((wr->send_flags & IB_SEND_SIGNALED) ?
sys/dev/mthca/mthca_qp.c
1995
((wr->send_flags & IB_SEND_SIGNALED) ?
sys/dev/qlnx/qlnxr/qlnxr_cm.c
715
!!(wr->send_flags & IB_SEND_SIGNALED);
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
4313
!!(wr->send_flags & IB_SEND_SIGNALED) || qp->signaled;
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
4323
comp = (!!(wr->send_flags & IB_SEND_SIGNALED)) ||
sys/ofed/drivers/infiniband/core/ib_mad.c
1050
mad_send_wr->send_wr.wr.send_flags = IB_SEND_SIGNALED;
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_verbs.c
224
priv->tx_wr.wr.send_flags = IB_SEND_SIGNALED;
sys/ofed/drivers/infiniband/ulp/sdp/sdp_tx.c
143
tx_wr.send_flags = IB_SEND_SIGNALED;
sys/ofed/drivers/infiniband/ulp/sdp/sdp_zcopy.c
544
wr.send_flags = IB_SEND_SIGNALED;