/linux-4.1.27/drivers/infiniband/hw/ehca/ |
D | ehca_qp.c | 465 int qp_type, max_send_sge, max_recv_sge, ret; in internal_create_qp() local 486 qp_type = init_attr->qp_type; in internal_create_qp() 497 if (qp_type & 0x80) { in internal_create_qp() 500 parms.ll_comp_flags = qp_type & LLQP_COMP_MASK; in internal_create_qp() 502 qp_type &= 0x1F; in internal_create_qp() 503 init_attr->qp_type &= 0x1F; in internal_create_qp() 509 if (qp_type == IB_QPT_UC) { in internal_create_qp() 540 if (qp_type != IB_QPT_UD && in internal_create_qp() 541 qp_type != IB_QPT_UC && in internal_create_qp() 542 qp_type != IB_QPT_RC && in internal_create_qp() [all …]
|
D | ehca_mcast.c | 67 if (ibqp->qp_type != IB_QPT_UD) { in ehca_attach_mcast() 68 ehca_err(ibqp->device, "invalid qp_type=%x", ibqp->qp_type); in ehca_attach_mcast() 104 if (ibqp->qp_type != IB_QPT_UD) { in ehca_detach_mcast() 105 ehca_err(ibqp->device, "invalid qp_type %x", ibqp->qp_type); in ehca_detach_mcast()
|
D | ehca_sqp.c | 75 switch (qp_init_attr->qp_type) { in ehca_define_sqp() 98 qp_init_attr->qp_type); in ehca_define_sqp()
|
D | ehca_reqs.c | 220 switch (qp->qp_type) { in ehca_write_swqe() 254 if (qp->qp_type == IB_QPT_SMI || in ehca_write_swqe() 255 qp->qp_type == IB_QPT_GSI) in ehca_write_swqe() 257 if (qp->qp_type == IB_QPT_GSI) { in ehca_write_swqe() 303 ehca_gen_err("Invalid qptype=%x", qp->qp_type); in ehca_write_swqe()
|
D | ehca_classes.h | 190 u32 qp_type; member 409 u32 qp_type; member
|
D | ehca_main.c | 565 qp_init_attr.qp_type = IB_QPT_GSI; in ehca_create_aqp1()
|
/linux-4.1.27/drivers/infiniband/hw/mlx5/ |
D | qp.c | 74 static int is_qp0(enum ib_qp_type qp_type) in is_qp0() argument 76 return qp_type == IB_QPT_SMI; in is_qp0() 79 static int is_qp1(enum ib_qp_type qp_type) in is_qp1() argument 81 return qp_type == IB_QPT_GSI; in is_qp1() 84 static int is_sqp(enum ib_qp_type qp_type) in is_sqp() argument 86 return is_qp0(qp_type) || is_qp1(qp_type); in is_sqp() 136 qp->ibqp.qp_type); in mlx5_ib_read_user_wqe() 264 static int sq_overhead(enum ib_qp_type qp_type) in sq_overhead() argument 268 switch (qp_type) { in sq_overhead() 313 size = sq_overhead(attr->qp_type); in calc_send_wqe() [all …]
|
D | odp.c | 441 switch (qp->ibqp.qp_type) { in mlx5_ib_mr_initiator_pfault_handler() 484 qp->ibqp.qp_type, opcode); in mlx5_ib_mr_initiator_pfault_handler() 518 switch (qp->ibqp.qp_type) { in mlx5_ib_mr_responder_pfault_handler() 527 qp->ibqp.qp_type); in mlx5_ib_mr_responder_pfault_handler()
|
D | main.c | 1011 init_attr->qp_type = MLX5_IB_QPT_REG_UMR; in create_umr_res() 1022 qp->qp_type = MLX5_IB_QPT_REG_UMR; in create_umr_res()
|
/linux-4.1.27/drivers/infiniband/hw/mlx4/ |
D | qp.c | 247 if (qp->ibqp.qp_type == IB_QPT_UD) { in post_nop_wqe() 604 if (attr->qp_type == IB_QPT_XRC_INI || attr->qp_type == IB_QPT_XRC_TGT) in qp_has_rq() 629 enum mlx4_ib_qp_type qp_type = (enum mlx4_ib_qp_type) init_attr->qp_type; in create_qp_common() local 638 if (init_attr->qp_type == IB_QPT_GSI) in create_qp_common() 639 qp_type = MLX4_IB_QPT_PROXY_GSI; in create_qp_common() 643 qp_type = MLX4_IB_QPT_PROXY_SMI_OWNER; in create_qp_common() 645 qp_type = MLX4_IB_QPT_PROXY_SMI; in create_qp_common() 660 qp_type = MLX4_IB_QPT_TUN_GSI; in create_qp_common() 664 qp_type = MLX4_IB_QPT_TUN_SMI_OWNER; in create_qp_common() 666 qp_type = MLX4_IB_QPT_TUN_SMI; in create_qp_common() [all …]
|
D | mad.c | 646 err = mlx4_ib_send_to_slave(dev, slave, port, wc->qp->qp_type, wc, grh, mad); in mlx4_ib_demux_mad() 717 err = mlx4_ib_send_to_slave(dev, slave, port, wc->qp->qp_type, wc, grh, mad); in mlx4_ib_demux_mad() 1125 size = (tun_qp->qp->qp_type == IB_QPT_UD) ? in mlx4_ib_post_pv_qp_buf() 1392 enum ib_qp_type qp_type, int is_tun) in mlx4_ib_alloc_pv_bufs() argument 1398 if (qp_type > IB_QPT_GSI) in mlx4_ib_alloc_pv_bufs() 1401 tun_qp = &ctx->qp[qp_type]; in mlx4_ib_alloc_pv_bufs() 1459 tun_qp->proxy_qpt = qp_type; in mlx4_ib_alloc_pv_bufs() 1486 enum ib_qp_type qp_type, int is_tun) in mlx4_ib_free_pv_qp_bufs() argument 1492 if (qp_type > IB_QPT_GSI) in mlx4_ib_free_pv_qp_bufs() 1495 tun_qp = &ctx->qp[qp_type]; in mlx4_ib_free_pv_qp_bufs() [all …]
|
D | cq.c | 725 if (wc->qp->qp_type == IB_QPT_XRC_TGT) { in mlx4_ib_poll_one()
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib_ud.c | 68 sqptype = sqp->ibqp.qp_type == IB_QPT_GSI ? in qib_ud_loopback() 69 IB_QPT_UD : sqp->ibqp.qp_type; in qib_ud_loopback() 70 dqptype = qp->ibqp.qp_type == IB_QPT_GSI ? in qib_ud_loopback() 71 IB_QPT_UD : qp->ibqp.qp_type; in qib_ud_loopback() 212 wc.pkey_index = qp->ibqp.qp_type == IB_QPT_GSI ? in qib_ud_loopback() 348 if (qp->ibqp.qp_type == IB_QPT_SMI) in qib_make_ud_req() 364 bth0 |= qp->ibqp.qp_type == IB_QPT_SMI ? QIB_DEFAULT_P_KEY : in qib_make_ud_req() 365 qib_get_pkey(ibp, qp->ibqp.qp_type == IB_QPT_GSI ? in qib_make_ud_req() 571 wc.pkey_index = qp->ibqp.qp_type == IB_QPT_GSI ? in qib_ud_rcv()
|
D | qib_ruc.c | 410 qp->ibqp.qp_type != sqp->ibqp.qp_type) { in qib_ruc_loopback() 416 if (sqp->ibqp.qp_type == IB_QPT_RC) in qib_ruc_loopback() 576 if (qp->ibqp.qp_type == IB_QPT_UC) in qib_ruc_loopback() 619 if (sqp->ibqp.qp_type == IB_QPT_RC) { in qib_ruc_loopback() 725 if ((qp->ibqp.qp_type == IB_QPT_RC || in qib_do_send() 726 qp->ibqp.qp_type == IB_QPT_UC) && in qib_do_send() 732 if (qp->ibqp.qp_type == IB_QPT_RC) in qib_do_send() 734 else if (qp->ibqp.qp_type == IB_QPT_UC) in qib_do_send() 784 if (qp->ibqp.qp_type == IB_QPT_UD || in qib_send_complete() 785 qp->ibqp.qp_type == IB_QPT_SMI || in qib_send_complete() [all …]
|
D | qib_qp.c | 437 if (qp->ibqp.qp_type == IB_QPT_UD || in clear_mr_refs() 438 qp->ibqp.qp_type == IB_QPT_SMI || in clear_mr_refs() 439 qp->ibqp.qp_type == IB_QPT_GSI) in clear_mr_refs() 450 if (qp->ibqp.qp_type != IB_QPT_RC) in clear_mr_refs() 588 if (!ib_modify_qp_is_ok(cur_state, new_state, ibqp->qp_type, in qib_modify_qp() 617 if (qp->ibqp.qp_type == IB_QPT_SMI || in qib_modify_qp() 618 qp->ibqp.qp_type == IB_QPT_GSI || in qib_modify_qp() 719 qib_reset_qp(qp, ibqp->qp_type); in qib_modify_qp() 735 if (qp->ibqp.qp_type == IB_QPT_RC) in qib_modify_qp() 900 init_attr->qp_type = qp->ibqp.qp_type; in qib_query_qp() [all …]
|
D | qib_verbs.c | 368 } else if (qp->ibqp.qp_type == IB_QPT_UC) { in qib_post_one_send() 371 } else if (qp->ibqp.qp_type != IB_QPT_RC) { in qib_post_one_send() 421 if (qp->ibqp.qp_type == IB_QPT_UC || in qib_post_one_send() 422 qp->ibqp.qp_type == IB_QPT_RC) { in qib_post_one_send() 573 switch (qp->ibqp.qp_type) { in qib_qp_rcv() 1087 else if (qp->ibqp.qp_type == IB_QPT_RC) { in sdma_complete() 1359 } else if (qp->ibqp.qp_type == IB_QPT_RC) { in qib_verbs_send_pio() 1397 if (qp->ibqp.qp_type == IB_QPT_SMI || in qib_verbs_send()
|
D | qib_driver.c | 370 switch (qp->ibqp.qp_type) { in qib_rcv_hdrerr()
|
D | qib_sdma.c | 669 if (qp->ibqp.qp_type == IB_QPT_RC) { in qib_sdma_verbs_send()
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
D | ipath_ruc.c | 318 if (sqp->ibqp.qp_type == IB_QPT_RC) in ipath_ruc_loopback() 457 if (qp->ibqp.qp_type == IB_QPT_UC) in ipath_ruc_loopback() 493 if (sqp->ibqp.qp_type == IB_QPT_RC) { in ipath_ruc_loopback() 520 qp->ibqp.qp_type == IB_QPT_SMI) { in want_buffer() 646 if ((qp->ibqp.qp_type == IB_QPT_RC || in ipath_do_send() 647 qp->ibqp.qp_type == IB_QPT_UC) && in ipath_do_send() 653 if (qp->ibqp.qp_type == IB_QPT_RC) in ipath_do_send() 655 else if (qp->ibqp.qp_type == IB_QPT_UC) in ipath_do_send()
|
D | ipath_qp.c | 465 if (!ib_modify_qp_is_ok(cur_state, new_state, ibqp->qp_type, in ipath_modify_qp() 527 ipath_reset_qp(qp, ibqp->qp_type); in ipath_modify_qp() 536 if (qp->ibqp.qp_type == IB_QPT_RC) in ipath_modify_qp() 666 init_attr->qp_type = qp->ibqp.qp_type; in ipath_query_qp() 780 switch (init_attr->qp_type) { in ipath_create_qp() 810 if (sg_list_sz && (init_attr->qp_type == IB_QPT_UD || in ipath_create_qp() 811 init_attr->qp_type == IB_QPT_SMI || in ipath_create_qp() 812 init_attr->qp_type == IB_QPT_GSI)) { in ipath_create_qp() 862 init_attr->qp_type); in ipath_create_qp() 870 ipath_reset_qp(qp, init_attr->qp_type); in ipath_create_qp()
|
D | ipath_verbs.c | 349 if (qp->ibqp.qp_type != IB_QPT_SMI && in ipath_post_one_send() 368 if (qp->ibqp.qp_type == IB_QPT_UC) { in ipath_post_one_send() 371 } else if (qp->ibqp.qp_type == IB_QPT_UD) { in ipath_post_one_send() 418 if (qp->ibqp.qp_type == IB_QPT_UC || in ipath_post_one_send() 419 qp->ibqp.qp_type == IB_QPT_RC) { in ipath_post_one_send() 550 switch (qp->ibqp.qp_type) { in ipath_qp_rcv() 1341 if (qp->ibqp.qp_type == IB_QPT_SMI || in ipath_verbs_send()
|
D | ipath_ud.c | 350 if (qp->ibqp.qp_type == IB_QPT_SMI) in ipath_make_ud_req() 366 bth0 |= qp->ibqp.qp_type == IB_QPT_SMI ? IPATH_DEFAULT_P_KEY : in ipath_make_ud_req()
|
/linux-4.1.27/include/rdma/ |
D | rdma_cm.h | 154 enum ib_qp_type qp_type; member 169 enum ib_qp_type qp_type);
|
D | ib_mad.h | 465 enum ib_qp_type qp_type, 496 enum ib_qp_type qp_type,
|
D | ib_cm.h | 124 enum ib_qp_type qp_type; member 369 enum ib_qp_type qp_type; member
|
D | ib_verbs.h | 827 enum ib_qp_type qp_type; member 836 enum ib_qp_type qp_type; member 1262 enum ib_qp_type qp_type; member
|
/linux-4.1.27/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_verbs.c | 1144 if ((attrs->qp_type != IB_QPT_GSI) && in ocrdma_check_qp_params() 1145 (attrs->qp_type != IB_QPT_RC) && in ocrdma_check_qp_params() 1146 (attrs->qp_type != IB_QPT_UC) && in ocrdma_check_qp_params() 1147 (attrs->qp_type != IB_QPT_UD)) { in ocrdma_check_qp_params() 1149 __func__, dev->id, attrs->qp_type); in ocrdma_check_qp_params() 1153 if ((attrs->qp_type != IB_QPT_GSI) && in ocrdma_check_qp_params() 1190 if (ibpd->uobject && attrs->qp_type == IB_QPT_GSI) { in ocrdma_check_qp_params() 1193 __func__, dev->id, attrs->qp_type); in ocrdma_check_qp_params() 1197 if (attrs->qp_type == IB_QPT_GSI && dev->gsi_qp_created) { in ocrdma_check_qp_params() 1203 if ((attrs->qp_type != IB_QPT_GSI) && (dev->gsi_qp_created)) { in ocrdma_check_qp_params() [all …]
|
D | ocrdma.h | 406 enum ib_qp_type qp_type; member
|
D | ocrdma_main.c | 577 if (qp && qp->ibqp.qp_type != IB_QPT_GSI) { in ocrdma_close()
|
D | ocrdma_hw.c | 2322 switch (attrs->qp_type) { in ocrdma_mbx_create_qp() 2516 } else if (qp->qp_type == IB_QPT_GSI || qp->qp_type == IB_QPT_UD) { in ocrdma_set_qp_params()
|
/linux-4.1.27/include/uapi/rdma/ |
D | ib_user_cm.h | 134 __u32 qp_type; member 238 __u32 qp_type; member
|
D | rdma_netlink.h | 55 __u8 qp_type; member
|
D | rdma_user_cm.h | 85 __u8 qp_type; member
|
D | ib_user_verbs.h | 494 __u8 qp_type; member 505 __u8 qp_type; member
|
/linux-4.1.27/drivers/infiniband/core/ |
D | verbs.c | 411 qp->qp_type = real_qp->qp_type; in __ib_open_qp() 425 if (qp_open_attr->qp_type != IB_QPT_XRC_TGT) in ib_open_qp() 455 qp->qp_type = qp_init_attr->qp_type; in ib_create_qp() 458 if (qp_init_attr->qp_type == IB_QPT_XRC_TGT) { in ib_create_qp() 478 if (qp_init_attr->qp_type == IB_QPT_XRC_INI) { in ib_create_qp() 1350 if (gid->raw[0] != 0xff || qp->qp_type != IB_QPT_UD) in ib_attach_mcast() 1366 if (gid->raw[0] != 0xff || qp->qp_type != IB_QPT_UD) in ib_detach_mcast()
|
D | ucma.c | 261 if (cm_id->qp_type == IB_QPT_UD) in ucma_event_handler() 350 static int ucma_get_qp_type(struct rdma_ucm_create_id *cmd, enum ib_qp_type *qp_type) in ucma_get_qp_type() argument 354 *qp_type = IB_QPT_RC; in ucma_get_qp_type() 358 *qp_type = IB_QPT_UD; in ucma_get_qp_type() 361 *qp_type = cmd->qp_type; in ucma_get_qp_type() 374 enum ib_qp_type qp_type; in ucma_create_id() local 383 ret = ucma_get_qp_type(&cmd, &qp_type); in ucma_create_id() 394 ctx->cm_id = rdma_create_id(ucma_event_handler, ctx, cmd.ps, qp_type); in ucma_create_id()
|
D | cm_msgs.h | 176 enum ib_qp_type qp_type) in cm_req_set_qp_type() argument 178 switch(qp_type) { in cm_req_set_qp_type() 540 static inline __be32 cm_rep_get_qpn(struct cm_rep_msg *rep_msg, enum ib_qp_type qp_type) in cm_rep_get_qpn() argument 542 return (qp_type == IB_QPT_XRC_INI) ? in cm_rep_get_qpn()
|
D | cma.c | 493 enum ib_qp_type qp_type) in rdma_create_id() argument 506 id_priv->id.qp_type = qp_type; in rdma_create_id() 574 if (id->qp_type == IB_QPT_UD) in rdma_create_qp() 717 if (id_priv->id.qp_type == IB_QPT_UD) { in cma_ib_init_qp_attr() 740 if (!id_priv->cm_id.ib || (id_priv->id.qp_type == IB_QPT_UD)) in rdma_init_qp_attr() 1208 listen_id->ps, ib_event->param.req_rcvd.qp_type); in cma_new_conn_id() 1293 (ib_event->param.req_rcvd.qp_type == id->qp_type)) || in cma_check_req_qp_type() 1295 (id->qp_type == IB_QPT_UD)) || in cma_check_req_qp_type() 1296 (!id->qp_type)); in cma_check_req_qp_type() 1353 (conn_id->id.qp_type != IB_QPT_UD)) in cma_req_handler() [all …]
|
D | cm.c | 227 enum ib_qp_type qp_type; member 901 if (cm_id_priv->qp_type == IB_QPT_XRC_TGT) in cm_destroy_id() 1025 cm_req_set_qp_type(req_msg, param->qp_type); in cm_format_req() 1034 if (param->qp_type != IB_QPT_XRC_INI) { in cm_format_req() 1097 if (param->qp_type != IB_QPT_RC && param->qp_type != IB_QPT_UC && in cm_validate_req_param() 1098 param->qp_type != IB_QPT_XRC_INI) in cm_validate_req_param() 1163 cm_id_priv->qp_type = param->qp_type; in ib_send_cm_req() 1305 param->qp_type = cm_req_get_qp_type(req_msg); in cm_format_req_event() 1600 cm_id_priv->qp_type = cm_req_get_qp_type(req_msg); in cm_req_handler() 1630 if (cm_id_priv->qp_type != IB_QPT_XRC_TGT) { in cm_format_rep() [all …]
|
D | uverbs_cmd.c | 1646 if (cmd.qp_type == IB_QPT_RAW_PACKET && !capable(CAP_NET_RAW)) in ib_uverbs_create_qp() 1660 if (cmd.qp_type == IB_QPT_XRC_TGT) { in ib_uverbs_create_qp() 1668 if (cmd.qp_type == IB_QPT_XRC_INI) { in ib_uverbs_create_qp() 1706 attr.qp_type = cmd.qp_type; in ib_uverbs_create_qp() 1719 if (cmd.qp_type == IB_QPT_XRC_TGT) in ib_uverbs_create_qp() 1729 if (cmd.qp_type != IB_QPT_XRC_TGT) { in ib_uverbs_create_qp() 1738 qp->qp_type = attr.qp_type; in ib_uverbs_create_qp() 1856 attr.qp_type = cmd.qp_type; in ib_uverbs_open_qp() 2012 static int modify_qp_mask(enum ib_qp_type qp_type, int mask) in modify_qp_mask() argument 2014 switch (qp_type) { in modify_qp_mask() [all …]
|
D | mad.c | 128 static int get_spl_qp_index(enum ib_qp_type qp_type) in get_spl_qp_index() argument 130 switch (qp_type) in get_spl_qp_index() 196 enum ib_qp_type qp_type, in ib_register_mad_agent() argument 217 qpn = get_spl_qp_index(qp_type); in ib_register_mad_agent() 221 qp_type); in ib_register_mad_agent() 288 if (qp_type == IB_QPT_SMI) { in ib_register_mad_agent() 492 enum ib_qp_type qp_type, in ib_register_mad_snoop() argument 509 qpn = get_spl_qp_index(qp_type); in ib_register_mad_snoop() 2870 enum ib_qp_type qp_type) in create_mad_qp() argument 2883 qp_init_attr.qp_type = qp_type; in create_mad_qp() [all …]
|
D | ucm.c | 210 ureq->qp_type = kreq->qp_type; in ib_ucm_event_req_get() 763 param.qp_type = cmd.qp_type; in ib_ucm_send_req()
|
/linux-4.1.27/drivers/infiniband/hw/usnic/ |
D | usnic_ib_verbs.c | 371 switch (qp_grp->ibqp.qp_type) { in usnic_ib_query_qp() 376 usnic_err("Unexpected qp_type %d\n", qp_grp->ibqp.qp_type); in usnic_ib_query_qp() 486 if (init_attr->qp_type != IB_QPT_UD) { in usnic_ib_create_qp() 488 us_ibdev->ib_dev.name, init_attr->qp_type); in usnic_ib_create_qp()
|
/linux-4.1.27/drivers/infiniband/ulp/ipoib/ |
D | ipoib_verbs.c | 142 .qp_type = IB_QPT_UD in ipoib_transport_dev_init()
|
D | ipoib_cm.c | 260 .qp_type = IB_QPT_RC, in ipoib_cm_create_rx_qp() 1032 .qp_type = IB_QPT_RC, in ipoib_cm_create_tx_qp() 1065 req.qp_type = qp->qp_type; in ipoib_cm_send_req()
|
/linux-4.1.27/drivers/infiniband/hw/amso1100/ |
D | c2_provider.c | 244 switch (init_attr->qp_type) { in c2_create_qp() 266 init_attr->qp_type); in c2_create_qp()
|
D | c2_qp.c | 433 qp->ibqp.qp_type = IB_QPT_RC; in c2_alloc_qp()
|
/linux-4.1.27/drivers/infiniband/hw/mthca/ |
D | mthca_provider.c | 521 switch (init_attr->qp_type) { in mthca_create_qp() 568 init_attr->qp_type, init_attr->sq_sig_type, in mthca_create_qp() 598 qp->ibqp.qp_num = init_attr->qp_type == IB_QPT_SMI ? 0 : 1; in mthca_create_qp()
|
D | mthca_qp.c | 651 if (ibqp->qp_type == IB_QPT_RC && in __mthca_modify_qp() 863 if (!ib_modify_qp_is_ok(cur_state, new_state, ibqp->qp_type, attr_mask, in mthca_modify_qp()
|
/linux-4.1.27/net/9p/ |
D | trans_rdma.c | 740 qp_attr.qp_type = IB_QPT_RC; in rdma_create_trans()
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | resource_tracker.c | 710 u32 qp_type; in update_vport_qp_param() local 716 qp_type = (be32_to_cpu(qpc->flags) >> 16) & 0xff; in update_vport_qp_param() 726 if (qp_type == MLX4_QP_ST_UD || in update_vport_qp_param() 727 (qp_type == MLX4_QP_ST_MLX && mlx4_is_eth(dev, port))) { in update_vport_qp_param() 2935 u32 qp_type; in verify_qp_parameters() local 2943 qp_type = (be32_to_cpu(qp_ctx->flags) >> 16) & 0xff; in verify_qp_parameters() 2953 switch (qp_type) { in verify_qp_parameters()
|
/linux-4.1.27/net/rds/ |
D | ib_cm.c | 345 attr.qp_type = IB_QPT_RC; in rds_ib_setup_qp()
|
D | iw_cm.c | 199 attr->qp_type = IB_QPT_RC; in rds_iw_init_qp_attrs()
|
/linux-4.1.27/drivers/infiniband/ulp/iser/ |
D | iser_verbs.c | 484 init_attr.qp_type = IB_QPT_RC; in iser_create_ib_conn_res()
|
/linux-4.1.27/drivers/infiniband/ulp/srp/ |
D | ib_srp.c | 530 init_attr->qp_type = IB_QPT_RC; in srp_create_ch_ib() 723 req->param.qp_type = ch->qp->qp_type; in srp_send_req()
|
/linux-4.1.27/net/sunrpc/xprtrdma/ |
D | svc_rdma_transport.c | 932 qp_attr.qp_type = IB_QPT_RC; in svc_rdma_accept()
|
D | verbs.c | 745 ep->rep_attr.qp_type = IB_QPT_RC; in rpcrdma_ep_create()
|
/linux-4.1.27/drivers/infiniband/hw/cxgb3/ |
D | iwch_provider.c | 902 if (attrs->qp_type != IB_QPT_RC) in iwch_create_qp()
|
/linux-4.1.27/drivers/infiniband/hw/nes/ |
D | nes_verbs.c | 1138 switch (init_attr->qp_type) { in nes_create_qp() 1408 nes_debug(NES_DBG_QP, "Invalid QP type: %d\n", init_attr->qp_type); in nes_create_qp()
|
/linux-4.1.27/drivers/infiniband/hw/cxgb4/ |
D | qp.c | 1624 if (attrs->qp_type != IB_QPT_RC) in c4iw_create_qp()
|
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/ |
D | o2iblnd.c | 770 init_qp_attr->qp_type = IB_QPT_RC; in kiblnd_create_conn()
|
/linux-4.1.27/drivers/infiniband/ulp/srpt/ |
D | ib_srpt.c | 2052 qp_init->qp_type = IB_QPT_RC; in srpt_create_ch_ib()
|
/linux-4.1.27/drivers/infiniband/ulp/isert/ |
D | ib_isert.c | 170 attr.qp_type = IB_QPT_RC; in isert_create_qp()
|