Searched refs:sq_sig_type (Results 1 – 19 of 19) sorted by relevance
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_gsi.c | 43 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 D | mlx5_ib_qp.c | 1668 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 D | mlx5_ib_main.c | 2828 init_attr->sq_sig_type = IB_SIGNAL_ALL_WR; in create_umr_res()
|
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_verbs.c | 140 .sq_sig_type = IB_SIGNAL_ALL_WR, in ipoib_transport_dev_init()
|
H A D | ipoib_cm.c | 219 .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 D | sdp_cma.c | 81 .sq_sig_type = IB_SIGNAL_REQ_WR, in sdp_init_qp()
|
/freebsd/sys/dev/mthca/ |
H A D | mthca_provider.c | 523 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 D | mthca_qp.c | 506 qp_init_attr->sq_sig_type = qp->sq_policy; in mthca_query_qp()
|
/freebsd/sys/dev/iser/ |
H A D | iser_verbs.c | 452 init_attr.sq_sig_type = IB_SIGNAL_REQ_WR; in iser_create_ib_conn_res()
|
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | qp.c | 1802 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/qlnx/qlnxr/ |
H A D | qlnxr_verbs.c | 1952 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 D | irdma_kcompat.c | 824 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 D | mlx4_ib_qp.c | 726 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 D | mlx4_ib_mad.c | 1769 qp_init_attr.init_attr.sq_sig_type = IB_SIGNAL_ALL_WR; in create_pv_sqp()
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_uverbs_cmd.c | 1381 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 D | ib_mad.c | 3069 qp_init_attr.sq_sig_type = IB_SIGNAL_ALL_WR; in create_mad_qp()
|
/freebsd/sys/contrib/rdma/krping/ |
H A D | krping.c | 629 init_attr.sq_sig_type = IB_SIGNAL_REQ_WR; in krping_create_qp()
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_verbs.h | 1051 enum ib_sig_type sq_sig_type; member
|
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | ib_verbs.c | 2106 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()
|