Home
last modified time | relevance | path

Searched refs:qkey (Results 1 – 25 of 26) sorted by relevance

12

/drivers/infiniband/hw/ipath/
Dipath_ud.c80 sqp->qkey : swqe->wr.wr.ud.remote_qkey) != qp->qkey)) { in ipath_ud_loopback()
381 qp->qkey : wqe->wr.wr.ud.remote_qkey); in ipath_make_ud_req()
416 u32 qkey; in ipath_ud_rcv() local
425 qkey = be32_to_cpu(ohdr->u.ud.deth[0]); in ipath_ud_rcv()
438 qkey = be32_to_cpu(((__be32 *) data)[1]); in ipath_ud_rcv()
442 qkey = be32_to_cpu(ohdr->u.ud.deth[0]); in ipath_ud_rcv()
458 if (unlikely(qkey != qp->qkey)) { in ipath_ud_rcv()
Dipath_qp.c325 qp->qkey = 0; in ipath_reset_qp()
590 qp->qkey = attr->qkey; in ipath_modify_qp()
628 attr->qkey = qp->qkey; in ipath_query_qp()
Dipath_verbs.h424 u32 qkey; /* QKEY for this QP (for UD or RD) */ member
/drivers/infiniband/hw/mthca/
Dmthca_wqe.h70 __be32 qkey; member
77 __be32 qkey; member
Dmthca_qp.c150 __be32 qkey; member
303 sqp->qkey = attr->qkey; in store_attrs()
469 qp_attr->qkey = be32_to_cpu(context->qkey); in mthca_query_qp()
770 qp_context->qkey = cpu_to_be32(attr->qkey); in __mthca_modify_qp()
1534 sqp->ud_header.deth.qkey = cpu_to_be32(wr->wr.ud.remote_qkey & 0x80000000 ? in build_mlx_header()
1535 sqp->qkey : wr->wr.ud.remote_qkey); in build_mlx_header()
1595 useg->qkey = cpu_to_be32(wr->wr.ud.remote_qkey); in set_tavor_ud_seg()
1604 useg->qkey = cpu_to_be32(wr->wr.ud.remote_qkey); in set_arbel_ud_seg()
Dmthca_provider.h290 u32 qkey; member
/drivers/infiniband/ulp/ipoib/
Dipoib_verbs.c57 qp_attr->qkey = priv->qkey; in ipoib_mcast_attach()
86 qp_attr.qkey = 0; in ipoib_init_qp()
Dipoib_multicast.c199 priv->qkey = be32_to_cpu(priv->broadcast->mcmember.qkey); in ipoib_mcast_join_finish()
201 priv->tx_wr.wr.ud.remote_qkey = priv->qkey; in ipoib_mcast_join_finish()
473 rec.qkey = priv->broadcast->mcmember.qkey; in ipoib_mcast_join()
Dipoib.h311 u32 qkey; member
/drivers/infiniband/core/
Duverbs_marshall.c58 dst->qkey = src->qkey; in ib_copy_qp_attr_to_user()
Dcma.c146 u32 qkey; member
302 struct rdma_dev_addr *dev_addr, u32 *qkey) in cma_set_qkey() argument
309 *qkey = RDMA_UDP_QKEY; in cma_set_qkey()
314 *qkey = be32_to_cpu(rec.qkey); in cma_set_qkey()
347 &id_priv->qkey); in cma_acquire_dev()
581 qp_attr->qkey = id_priv->qkey; in cma_ib_init_qp_attr()
2204 if (id_priv->qkey != rep->qkey) { in cma_sidr_rep_handler()
2213 event.param.ud.qkey = rep->qkey; in cma_sidr_rep_handler()
2488 rep.qkey = id_priv->qkey; in cma_send_sidr_rep()
2650 event.param.ud.qkey = be32_to_cpu(multicast->rec.qkey); in cma_ib_mc_handler()
[all …]
Ducm.c256 urep->qkey = krep->qkey; in ib_ucm_event_sidr_rep_get()
1074 param.qkey = cmd.qkey; in ib_ucm_send_sidr_rep()
Dud_header.c166 { STRUCT_FIELD(deth, qkey),
Dmulticast.c287 if (comp_mask & IB_SA_MCMEMBER_REC_QKEY && src->qkey != dst->qkey) in cmp_rec()
Duverbs_cmd.c1196 resp.qkey = attr->qkey; in ib_uverbs_query_qp()
1286 attr->qkey = cmd.qkey; in ib_uverbs_modify_qp()
Ducma.c221 dst->qkey = src->qkey; in ucma_copy_ud_event()
Dcm_msgs.h800 __be32 qkey; member
Dcm.c3016 sidr_rep_msg->qkey = cpu_to_be32(param->qkey); in cm_format_sidr_rep()
3080 param->qkey = be32_to_cpu(sidr_rep_msg->qkey); in cm_format_sidr_rep_event()
Dsa_query.c232 { MCMEMBER_REC_FIELD(qkey),
/drivers/infiniband/hw/mlx4/
Dqp.c63 u32 qkey; member
833 sqp->qkey = attr->qkey; in store_sqp_attrs()
1051 context->qkey = cpu_to_be32(attr->qkey); in __mlx4_ib_modify_qp()
1276 sqp->ud_header.deth.qkey = cpu_to_be32(wr->wr.ud.remote_qkey & 0x80000000 ? in build_mlx_header()
1277 sqp->qkey : wr->wr.ud.remote_qkey); in build_mlx_header()
1416 dseg->qkey = cpu_to_be32(wr->wr.ud.remote_qkey); in set_datagram_seg()
1888 qp_attr->qkey = be32_to_cpu(context.qkey); in mlx4_ib_query_qp()
/drivers/infiniband/hw/ehca/
Dehca_classes.h198 u32 qkey; member
410 u32 qkey; member
Dehca_qp.c895 resp.qkey = my_qp->qkey; in internal_create_qp()
1292 .qkey = 0 in internal_modify_qp()
1476 mqpcb->qkey = attr->qkey; in internal_modify_qp()
1755 my_qp->qkey = attr->qkey; in internal_modify_qp()
1931 qp_attr->qkey = qpcb->qkey; in ehca_query_qp()
Dehca_classes_pSeries.h89 u32 qkey; /* 00 */ member
Dehca_reqs.c228 remote_qkey = qp->qkey; in ehca_write_swqe()
/drivers/s390/cio/
Dqdio_setup.c362 irq_ptr->qdr->qkey = PAGE_DEFAULT_KEY; in setup_qdr()

12