Home
last modified time | relevance | path

Searched refs:IB_SIGNAL_ALL_WR (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_verbs.c140 .sq_sig_type = IB_SIGNAL_ALL_WR, in ipoib_transport_dev_init()
H A Dipoib_cm.c219 .sq_sig_type = IB_SIGNAL_ALL_WR, in ipoib_cm_create_rx_qp()
934 .sq_sig_type = IB_SIGNAL_ALL_WR, in ipoib_cm_create_tx_qp()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_gsi.c82 if (gsi->sq_sig_type == IB_SIGNAL_ALL_WR || in generate_completions()
H A Dmlx5_ib_qp.c1668 if (init_attr->sq_sig_type == IB_SIGNAL_ALL_WR) in create_qp_common()
1776 if (init_attr->sq_sig_type == IB_SIGNAL_ALL_WR) { in create_qp_common()
4624 IB_SIGNAL_ALL_WR : IB_SIGNAL_REQ_WR; in mlx5_ib_query_qp()
H A Dmlx5_ib_main.c2828 init_attr->sq_sig_type = IB_SIGNAL_ALL_WR; in create_umr_res()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c1802 qhp->sq_sig_all = attrs->sq_sig_type == IB_SIGNAL_ALL_WR; in c4iw_create_qp()
1973 init_attr->sq_sig_type = qhp->sq_sig_all ? IB_SIGNAL_ALL_WR : 0; in c4iw_ib_query_qp()
/freebsd/sys/dev/irdma/
H A Dirdma_kcompat.c824 iwqp->sig_all = (init_attr->sq_sig_type == IB_SIGNAL_ALL_WR) ? 1 : 0; in irdma_create_qp()
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_verbs.c2221 qp->signaled = (attrs->sq_sig_type == IB_SIGNAL_ALL_WR) ? true : false; in qlnxr_set_common_qp_params()
2441 params->signal_all = (attrs->sq_sig_type == IB_SIGNAL_ALL_WR); in qlnxr_init_common_qp_in_params()
3007 in_params.signal_all = (attrs->sq_sig_type == IB_SIGNAL_ALL_WR); in qlnxr_create_kernel_qp()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c726 if (init_attr->sq_sig_type == IB_SIGNAL_ALL_WR) in create_qp_common()
3524 IB_SIGNAL_ALL_WR : IB_SIGNAL_REQ_WR; in mlx4_ib_query_qp()
H A Dmlx4_ib_mad.c1769 qp_init_attr.init_attr.sq_sig_type = IB_SIGNAL_ALL_WR; in create_pv_sqp()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c1381 attr.sq_sig_type = cmd->sq_sig_all ? IB_SIGNAL_ALL_WR : in create_qp()
1712 resp.sq_sig_all = init_attr->sq_sig_type == IB_SIGNAL_ALL_WR; in ib_uverbs_query_qp()
H A Dib_mad.c3069 qp_init_attr.sq_sig_type = IB_SIGNAL_ALL_WR; in create_mad_qp()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h981 IB_SIGNAL_ALL_WR, enumerator
/freebsd/sys/dev/mthca/
H A Dmthca_qp.c703 if (qp->sq_policy == IB_SIGNAL_ALL_WR) in __mthca_modify_qp()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dib_verbs.c2106 qplqp->sig_type = ((init_attr->sq_sig_type == IB_SIGNAL_ALL_WR) ? in bnxt_re_init_qp_attr()
2888 qp_init_attr->sq_sig_type = qplib_qp->sig_type ? IB_SIGNAL_ALL_WR : in bnxt_re_query_qp()