Home
last modified time | relevance | path

Searched refs:sq_sig_type (Results 1 – 19 of 19) sorted by relevance

/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_gsi.c43 enum ib_sig_type sq_sig_type; member
82 if (gsi->sq_sig_type == IB_SIGNAL_ALL_WR || in generate_completions()
163 gsi->sq_sig_type = init_attr->sq_sig_type; in mlx5_ib_gsi_create_qp()
260 .sq_sig_type = gsi->sq_sig_type, in create_gsi_ud_qp()
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()
4623 qp_init_attr->sq_sig_type = qp->sq_signal_bits & MLX5_WQE_CTRL_CQ_UPDATE ? in mlx5_ib_query_qp()
H A Dmlx5_ib_main.c2829 init_attr->sq_sig_type = IB_SIGNAL_ALL_WR; in create_umr_res()
/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/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_cma.c81 .sq_sig_type = IB_SIGNAL_REQ_WR, in sdp_init_qp()
/freebsd/sys/dev/mthca/
H A Dmthca_provider.c523 init_attr->qp_type, init_attr->sq_sig_type, in mthca_create_qp()
552 init_attr->sq_sig_type, &init_attr->cap, in mthca_create_qp()
H A Dmthca_qp.c506 qp_init_attr->sq_sig_type = qp->sq_policy; in mthca_query_qp()
/freebsd/sys/dev/iser/
H A Diser_verbs.c460 init_attr.sq_sig_type = IB_SIGNAL_REQ_WR; in iser_create_ib_conn_res()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c1795 qhp->sq_sig_all = attrs->sq_sig_type == IB_SIGNAL_ALL_WR; in c4iw_create_qp()
1966 init_attr->sq_sig_type = qhp->sq_sig_all ? IB_SIGNAL_ALL_WR : 0; in c4iw_ib_query_qp()
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_verbs.c1952 QL_DPRINT12(ha, "attrs->sq_sig_type = %d\n", attrs->sq_sig_type); in qlnxr_check_qp_attrs()
2221 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/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/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c726 if (init_attr->sq_sig_type == IB_SIGNAL_ALL_WR) in create_qp_common()
3522 qp_init_attr->sq_sig_type = 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/contrib/rdma/krping/
H A Dkrping.c629 init_attr.sq_sig_type = IB_SIGNAL_REQ_WR; in krping_create_qp()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h1051 enum ib_sig_type sq_sig_type; member
/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()