Home
last modified time | relevance | path

Searched refs:IB_QPT_XRC_TGT (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/drivers/infiniband/core/
H A Duverbs_std_types_qp.c114 case IB_QPT_XRC_TGT: in UVERBS_HANDLER()
221 attr.qp_type != IB_QPT_XRC_TGT) || in UVERBS_HANDLER()
223 attr.qp_type == IB_QPT_XRC_TGT)) in UVERBS_HANDLER()
259 if (attr.qp_type == IB_QPT_XRC_TGT) { in UVERBS_HANDLER()
H A Dcm_msgs.h30 case 1: return IB_QPT_XRC_TGT; in cm_req_get_qp_type()
H A Dverbs.c1155 if (qp_open_attr->qp_type != IB_QPT_XRC_TGT) in ib_open_qp()
1284 if (attr->qp_type == IB_QPT_XRC_TGT) in ib_create_qp_user()
1288 if (attr->qp_type != IB_QPT_XRC_TGT || IS_ERR(qp)) in ib_create_qp_user()
1404 [IB_QPT_XRC_TGT] = (IB_QP_PKEY_INDEX |
1432 [IB_QPT_XRC_TGT] = (IB_QP_PKEY_INDEX |
1458 [IB_QPT_XRC_TGT] = (IB_QP_AV |
1477 [IB_QPT_XRC_TGT] = (IB_QP_ALT_PATH |
1505 [IB_QPT_XRC_TGT] = (IB_QP_TIMEOUT |
1526 [IB_QPT_XRC_TGT] = (IB_QP_CUR_STATE |
1560 [IB_QPT_XRC_TGT] = (IB_QP_CUR_STATE |
[all …]
H A Dcm.c1108 if (cm_id_priv->qp_type == IB_QPT_XRC_TGT) { in cm_destroy_id()
2254 if (cm_id_priv->qp_type != IB_QPT_XRC_TGT) { in cm_format_rep()
4172 cm_id_priv->qp_type == IB_QPT_XRC_TGT) { in cm_init_qp_rtr_attr()
4228 case IB_QPT_XRC_TGT: in cm_init_qp_rts_attr()
H A Duverbs_cmd.c1305 case IB_QPT_XRC_TGT: in create_qp()
1340 if (cmd->qp_type == IB_QPT_XRC_TGT) { in create_qp()
1720 case IB_QPT_XRC_TGT: in modify_qp_mask()
H A Dnldev.c487 qp->qp_type == IB_QPT_XRC_INI || qp->qp_type == IB_QPT_XRC_TGT) { in fill_res_qp_entry_query()
H A Dcma.c2837 if (WARN_ON(id->qp_type != IB_QPT_RC && id->qp_type != IB_QPT_XRC_TGT)) in rdma_set_min_rnr_timer()
/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_qp.c390 if (hr_qp->ibqp.qp_type != IB_QPT_XRC_TGT) in hns_roce_qp_remove()
394 hr_qp->ibqp.qp_type != IB_QPT_XRC_TGT) in hns_roce_qp_remove()
746 if (attr->qp_type == IB_QPT_XRC_TGT || !attr->cap.max_send_wr) in hns_roce_qp_has_sq()
755 attr->qp_type == IB_QPT_XRC_TGT || attr->srq || in hns_roce_qp_has_rq()
1201 case IB_QPT_XRC_TGT: in check_qp_type()
1237 if (init_attr->qp_type == IB_QPT_XRC_TGT) in hns_roce_create_qp()
1262 case IB_QPT_XRC_TGT: in to_hr_qp_type()
H A Dhns_roce_hw_v2.c4259 if (ibqp->qp_type == IB_QPT_XRC_TGT) { in modify_qp_reset_to_init()
4601 (ibqp->qp_type == IB_QPT_RC || ibqp->qp_type == IB_QPT_XRC_TGT) && in modify_qp_init_to_rtr()
5171 if (ibqp->qp_type == IB_QPT_XRC_TGT) in v2_set_flushed_fields()
5363 hr_qp->ibqp.qp_type == IB_QPT_XRC_TGT) { in hns_roce_v2_query_qp()
5416 hr_qp->ibqp.qp_type == IB_QPT_XRC_TGT) && in modify_qp_is_ok()
/openbmc/linux/drivers/infiniband/hw/qedr/
H A Dqedr.h621 if (qp->qp_type == IB_QPT_GSI || qp->qp_type == IB_QPT_XRC_TGT) in qedr_qp_has_sq()
630 qp->qp_type == IB_QPT_XRC_TGT || qedr_qp_has_srq(qp)) in qedr_qp_has_rq()
H A Dverbs.c1200 attrs->qp_type != IB_QPT_XRC_TGT) { in qedr_check_qp_attrs()
1239 (attrs->qp_type != IB_QPT_XRC_TGT) && in qedr_check_qp_attrs()
1720 case IB_QPT_XRC_TGT: in qedr_ib_to_qed_qp_type()
1900 if (qp->qp_type == IB_QPT_XRC_TGT) { in qedr_create_user_qp()
2272 if (attrs->qp_type == IB_QPT_XRC_TGT) in qedr_create_qp()
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dqp.c512 case IB_QPT_XRC_TGT: in sq_overhead()
680 attr->qp_type == IB_QPT_XRC_TGT || attr->srq || in qp_has_rq()
818 case IB_QPT_XRC_TGT: return MLX5_QP_ST_XRC; in to_mlx5_st()
1221 if (attr->srq || (qp->type == IB_QPT_XRC_TGT) || in get_rx_type()
2628 case IB_QPT_XRC_TGT: in get_cqs()
2773 case IB_QPT_XRC_TGT: in check_qp_type()
2839 WARN_ONCE(!pd && attr->qp_type != IB_QPT_XRC_TGT, in check_valid_flow()
3105 case IB_QPT_XRC_TGT: in create_qp()
3556 qp->type == IB_QPT_XRC_TGT) && in mlx5_set_path()
4010 (qp->type == IB_QPT_XRC_INI) || (qp->type == IB_QPT_XRC_TGT) || in qp_supports_affinity()
[all …]
/openbmc/linux/drivers/infiniband/hw/mlx4/
H A Dqp.c524 if (attr->qp_type == IB_QPT_XRC_INI || attr->qp_type == IB_QPT_XRC_TGT) in qp_has_rq()
1221 if (init_attr->qp_type == IB_QPT_XRC_TGT) in create_qp_common()
1344 if (qp->ibqp.qp_type == IB_QPT_XRC_TGT) in get_pd()
1354 case IB_QPT_XRC_TGT: in get_cqs()
1560 case IB_QPT_XRC_TGT: in _mlx4_ib_create_qp()
4051 qp->ibqp.qp_type == IB_QPT_XRC_TGT) { in mlx4_ib_query_qp()
H A Dmlx4_ib.h214 MLX4_IB_QPT_XRC_TGT = IB_QPT_XRC_TGT,
H A Dcq.c722 if (wc->qp->qp_type == IB_QPT_XRC_TGT) { in mlx4_ib_poll_one()
/openbmc/linux/include/rdma/
H A Dib_verbs.h1126 IB_QPT_XRC_TGT = IB_UVERBS_QPT_XRC_TGT, enumerator