Home
last modified time | relevance | path

Searched refs:IB_QPT_RC (Results 1 – 25 of 36) sorted by relevance

12

/linux-3.4.99/drivers/infiniband/core/
Dverbs.c485 [IB_QPT_RC] = (IB_QP_PKEY_INDEX |
513 [IB_QPT_RC] = (IB_QP_PKEY_INDEX |
535 [IB_QPT_RC] = (IB_QP_AV |
558 [IB_QPT_RC] = (IB_QP_ALT_PATH |
582 [IB_QPT_RC] = (IB_QP_TIMEOUT |
604 [IB_QPT_RC] = (IB_QP_CUR_STATE |
637 [IB_QPT_RC] = (IB_QP_CUR_STATE |
662 [IB_QPT_RC] = IB_QP_EN_SQD_ASYNC_NOTIFY,
682 [IB_QPT_RC] = (IB_QP_CUR_STATE |
712 [IB_QPT_RC] = (IB_QP_PORT |
Dcm_msgs.h176 case 0: return IB_QPT_RC; in cm_req_get_qp_type()
/linux-3.4.99/drivers/infiniband/hw/ipath/
Dipath_ruc.c318 if (sqp->ibqp.qp_type == IB_QPT_RC) in ipath_ruc_loopback()
493 if (sqp->ibqp.qp_type == IB_QPT_RC) { in ipath_ruc_loopback()
646 if ((qp->ibqp.qp_type == IB_QPT_RC || in ipath_do_send()
653 if (qp->ibqp.qp_type == IB_QPT_RC) in ipath_do_send()
Dipath_qp.c338 if (type == IB_QPT_RC) { in ipath_reset_qp()
536 if (qp->ibqp.qp_type == IB_QPT_RC) in ipath_modify_qp()
782 case IB_QPT_RC: in ipath_create_qp()
Dipath_verbs.c419 qp->ibqp.qp_type == IB_QPT_RC) { in ipath_post_one_send()
560 case IB_QPT_RC: in ipath_qp_rcv()
/linux-3.4.99/drivers/infiniband/hw/qib/
Dqib_ruc.c416 if (sqp->ibqp.qp_type == IB_QPT_RC) in qib_ruc_loopback()
623 if (sqp->ibqp.qp_type == IB_QPT_RC) { in qib_ruc_loopback()
728 if ((qp->ibqp.qp_type == IB_QPT_RC || in qib_do_send()
735 if (qp->ibqp.qp_type == IB_QPT_RC) in qib_do_send()
Dqib_qp.c374 if (type == IB_QPT_RC) { in qib_reset_qp()
445 if (qp->ibqp.qp_type != IB_QPT_RC) in clear_mr_refs()
730 if (qp->ibqp.qp_type == IB_QPT_RC) in qib_modify_qp()
1014 case IB_QPT_RC: in qib_create_qp()
Dqib_verbs.c369 } else if (qp->ibqp.qp_type != IB_QPT_RC) { in qib_post_one_send()
420 qp->ibqp.qp_type == IB_QPT_RC) { in qib_post_one_send()
573 case IB_QPT_RC: in qib_qp_rcv()
1075 else if (qp->ibqp.qp_type == IB_QPT_RC) { in sdma_complete()
1346 } else if (qp->ibqp.qp_type == IB_QPT_RC) { in qib_verbs_send_pio()
Dqib_driver.c367 case IB_QPT_RC: in qib_rcv_hdrerr()
Dqib_sdma.c662 if (qp->ibqp.qp_type == IB_QPT_RC) { in qib_sdma_verbs_send()
/linux-3.4.99/net/rds/
Drdma_transport.c163 IB_QPT_RC); in rds_rdma_listen_init()
Diw.c230 cm_id = rdma_create_id(NULL, NULL, RDMA_PS_TCP, IB_QPT_RC); in rds_iw_laddr_check()
Diw_cm.c199 attr->qp_type = IB_QPT_RC; in rds_iw_init_qp_attrs()
524 RDMA_PS_TCP, IB_QPT_RC); in rds_iw_conn_connect()
Dib_cm.c336 attr.qp_type = IB_QPT_RC; in rds_ib_setup_qp()
588 RDMA_PS_TCP, IB_QPT_RC); in rds_ib_conn_connect()
Dib.c329 cm_id = rdma_create_id(NULL, NULL, RDMA_PS_TCP, IB_QPT_RC); in rds_ib_laddr_check()
/linux-3.4.99/drivers/infiniband/hw/ehca/
Dehca_qp.c171 case IB_QPT_RC: in ib2ehcaqptype()
246 case IB_QPT_RC: in ibqptype2servicetype()
542 qp_type != IB_QPT_RC && in internal_create_qp()
552 case IB_QPT_RC: in internal_create_qp()
698 if (qp_type == IB_QPT_RC) in internal_create_qp()
728 case IB_QPT_RC: in internal_create_qp()
990 qp_init_attr.qp_type = IB_QPT_RC; in ehca_create_srq()
1425 (ibqp->qp_type == IB_QPT_RC || ibqp->qp_type == IB_QPT_UC)) { in internal_modify_qp()
Dehca_reqs.c269 case IB_QPT_RC: in ehca_write_swqe()
/linux-3.4.99/net/9p/
Dtrans_rdma.c593 IB_QPT_RC); in rdma_create_trans()
659 qp_attr.qp_type = IB_QPT_RC; in rdma_create_trans()
/linux-3.4.99/drivers/infiniband/ulp/iser/
Diser_verbs.c232 init_attr.qp_type = IB_QPT_RC; in iser_create_ib_conn_res()
582 RDMA_PS_TCP, IB_QPT_RC); in iser_connect()
/linux-3.4.99/drivers/infiniband/hw/mlx4/
Dqp.c284 case IB_QPT_RC: in send_wqe_overhead()
791 case IB_QPT_RC: in mlx4_ib_create_qp()
869 case IB_QPT_RC: return MLX4_QP_ST_RC; in to_mlx4_st()
1753 case IB_QPT_RC: in mlx4_ib_post_send()
2116 if (qp->ibqp.qp_type == IB_QPT_RC || qp->ibqp.qp_type == IB_QPT_UC) { in mlx4_ib_query_qp()
/linux-3.4.99/net/sunrpc/xprtrdma/
Dsvc_rdma_transport.c693 IB_QPT_RC); in svc_rdma_create()
917 qp_attr.qp_type = IB_QPT_RC; in svc_rdma_accept()
Dverbs.c391 id = rdma_create_id(rpcrdma_conn_upcall, xprt, RDMA_PS_TCP, IB_QPT_RC); in rpcrdma_create_id()
696 ep->rep_attr.qp_type = IB_QPT_RC; in rpcrdma_ep_create()
/linux-3.4.99/drivers/infiniband/hw/amso1100/
Dc2_provider.c245 case IB_QPT_RC: in c2_create_qp()
Dc2_qp.c431 qp->ibqp.qp_type = IB_QPT_RC; in c2_alloc_qp()
/linux-3.4.99/drivers/infiniband/ulp/ipoib/
Dipoib_cm.c259 .qp_type = IB_QPT_RC, in ipoib_cm_create_rx_qp()
1029 .qp_type = IB_QPT_RC, in ipoib_cm_create_tx_qp()

12