Symbol: IB_SIGNAL_ALL_WR
sys/dev/bnxt/bnxt_re/ib_verbs.c
2094
qplqp->sig_type = ((init_attr->sq_sig_type == IB_SIGNAL_ALL_WR) ?
sys/dev/bnxt/bnxt_re/ib_verbs.c
2875
qp_init_attr->sq_sig_type = qplib_qp->sig_type ? IB_SIGNAL_ALL_WR :
sys/dev/cxgbe/iw_cxgbe/qp.c
1802
qhp->sq_sig_all = attrs->sq_sig_type == IB_SIGNAL_ALL_WR;
sys/dev/cxgbe/iw_cxgbe/qp.c
1973
init_attr->sq_sig_type = qhp->sq_sig_all ? IB_SIGNAL_ALL_WR : 0;
sys/dev/irdma/irdma_kcompat.c
843
iwqp->sig_all = (init_attr->sq_sig_type == IB_SIGNAL_ALL_WR) ? 1 : 0;
sys/dev/mlx4/mlx4_ib/mlx4_ib_mad.c
1802
qp_init_attr.init_attr.sq_sig_type = IB_SIGNAL_ALL_WR;
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
3518
IB_SIGNAL_ALL_WR : IB_SIGNAL_REQ_WR;
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
726
if (init_attr->sq_sig_type == IB_SIGNAL_ALL_WR)
sys/dev/mlx5/mlx5_ib/mlx5_ib_gsi.c
82
if (gsi->sq_sig_type == IB_SIGNAL_ALL_WR ||
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
2866
init_attr->sq_sig_type = IB_SIGNAL_ALL_WR;
sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c
1668
if (init_attr->sq_sig_type == IB_SIGNAL_ALL_WR)
sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c
1776
if (init_attr->sq_sig_type == IB_SIGNAL_ALL_WR) {
sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c
4628
IB_SIGNAL_ALL_WR : IB_SIGNAL_REQ_WR;
sys/dev/mthca/mthca_qp.c
711
if (qp->sq_policy == IB_SIGNAL_ALL_WR)
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
2180
qp->signaled = (attrs->sq_sig_type == IB_SIGNAL_ALL_WR) ? true : false;
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
2400
params->signal_all = (attrs->sq_sig_type == IB_SIGNAL_ALL_WR);
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
2966
in_params.signal_all = (attrs->sq_sig_type == IB_SIGNAL_ALL_WR);
sys/ofed/drivers/infiniband/core/ib_mad.c
3073
qp_init_attr.sq_sig_type = IB_SIGNAL_ALL_WR;
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
1392
attr.sq_sig_type = cmd->sq_sig_all ? IB_SIGNAL_ALL_WR :
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
1725
resp.sq_sig_all = init_attr->sq_sig_type == IB_SIGNAL_ALL_WR;
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_cm.c
217
.sq_sig_type = IB_SIGNAL_ALL_WR,
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_cm.c
930
.sq_sig_type = IB_SIGNAL_ALL_WR,
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_verbs.c
140
.sq_sig_type = IB_SIGNAL_ALL_WR,