/linux-2.6.39/drivers/infiniband/hw/qib/ |
D | qib_ud.c | 100 u32 qkey; in qib_ud_loopback() local 102 qkey = (int)swqe->wr.wr.ud.remote_qkey < 0 ? in qib_ud_loopback() 103 sqp->qkey : swqe->wr.wr.ud.remote_qkey; in qib_ud_loopback() 104 if (unlikely(qkey != qp->qkey)) { in qib_ud_loopback() 109 qib_bad_pqkey(ibp, IB_NOTICE_TRAP_BAD_QKEY, qkey, in qib_ud_loopback() 378 qp->qkey : wqe->wr.wr.ud.remote_qkey); in qib_make_ud_req() 433 u32 qkey; in qib_ud_rcv() local 445 qkey = be32_to_cpu(ohdr->u.ud.deth[0]); in qib_ud_rcv() 481 if (unlikely(qkey != qp->qkey)) { in qib_ud_rcv() 482 qib_bad_pqkey(ibp, IB_NOTICE_TRAP_BAD_QKEY, qkey, in qib_ud_rcv()
|
D | qib_qp.c | 342 qp->qkey = 0; in qib_reset_qp() 788 qp->qkey = attr->qkey; in qib_modify_qp() 835 attr->qkey = qp->qkey; in qib_query_qp()
|
/linux-2.6.39/drivers/infiniband/hw/ipath/ |
D | ipath_ud.c | 81 sqp->qkey : swqe->wr.wr.ud.remote_qkey) != qp->qkey)) { in ipath_ud_loopback() 382 qp->qkey : wqe->wr.wr.ud.remote_qkey); in ipath_make_ud_req() 417 u32 qkey; in ipath_ud_rcv() local 426 qkey = be32_to_cpu(ohdr->u.ud.deth[0]); in ipath_ud_rcv() 439 qkey = be32_to_cpu(((__be32 *) data)[1]); in ipath_ud_rcv() 443 qkey = be32_to_cpu(ohdr->u.ud.deth[0]); in ipath_ud_rcv() 459 if (unlikely(qkey != qp->qkey)) { in ipath_ud_rcv()
|
D | ipath_qp.c | 327 qp->qkey = 0; in ipath_reset_qp() 592 qp->qkey = attr->qkey; in ipath_modify_qp() 630 attr->qkey = qp->qkey; in ipath_query_qp()
|
/linux-2.6.39/include/rdma/ |
D | ib_user_mad.h | 79 __be32 qkey; member 123 __be32 qkey; member
|
D | ib_user_cm.h | 211 __u32 qkey; member 293 __u32 qkey; member
|
D | ib_cm.h | 237 u32 qkey; member 571 u32 qkey; member
|
D | ib_user_verbs.h | 356 __u32 qkey; member 452 __u32 qkey; member 483 __u32 qkey; member
|
D | rdma_cm.h | 102 u32 qkey; member
|
D | rdma_user_cm.h | 147 __u32 qkey; member
|
D | ib_pack.h | 211 __be32 qkey; member
|
D | ib_sa.h | 181 __be32 qkey; member
|
/linux-2.6.39/drivers/infiniband/hw/mthca/ |
D | mthca_wqe.h | 70 __be32 qkey; member 77 __be32 qkey; member
|
D | mthca_qp.c | 150 __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() 1538 sqp->ud_header.deth.qkey = cpu_to_be32(wr->wr.ud.remote_qkey & 0x80000000 ? in build_mlx_header() 1539 sqp->qkey : wr->wr.ud.remote_qkey); in build_mlx_header() 1599 useg->qkey = cpu_to_be32(wr->wr.ud.remote_qkey); in set_tavor_ud_seg() 1608 useg->qkey = cpu_to_be32(wr->wr.ud.remote_qkey); in set_arbel_ud_seg()
|
D | mthca_provider.h | 291 u32 qkey; member
|
/linux-2.6.39/drivers/infiniband/ulp/ipoib/ |
D | ipoib_verbs.c | 59 qp_attr->qkey = priv->qkey; in ipoib_mcast_attach() 88 qp_attr.qkey = 0; in ipoib_init_qp()
|
D | ipoib_multicast.c | 200 priv->qkey = be32_to_cpu(priv->broadcast->mcmember.qkey); in ipoib_mcast_join_finish() 202 priv->tx_wr.wr.ud.remote_qkey = priv->qkey; in ipoib_mcast_join_finish() 481 rec.qkey = priv->broadcast->mcmember.qkey; in ipoib_mcast_join()
|
/linux-2.6.39/include/linux/mlx4/ |
D | qp.h | 143 __be32 qkey; member 223 __be32 qkey; member
|
/linux-2.6.39/drivers/infiniband/core/ |
D | uverbs_marshall.c | 61 dst->qkey = src->qkey; in ib_copy_qp_attr_to_user()
|
D | cma.c | 147 u32 qkey; member 325 if (id_priv->qkey) in cma_set_qkey() 330 id_priv->qkey = RDMA_UDP_QKEY; in cma_set_qkey() 338 id_priv->qkey = be32_to_cpu(rec.qkey); in cma_set_qkey() 643 qp_attr->qkey = id_priv->qkey; in cma_ib_init_qp_attr() 2388 if (id_priv->qkey != rep->qkey) { in cma_sidr_rep_handler() 2397 event.param.ud.qkey = rep->qkey; in cma_sidr_rep_handler() 2676 rep.qkey = id_priv->qkey; in cma_send_sidr_rep() 2838 event.param.ud.qkey = be32_to_cpu(multicast->rec.qkey); in cma_ib_mc_handler() 2898 rec.qkey = cpu_to_be32(RDMA_UDP_QKEY); in cma_join_ib_multicast() [all …]
|
/linux-2.6.39/drivers/infiniband/hw/ehca/ |
D | ehca_classes.h | 198 u32 qkey; member 411 u32 qkey; member
|
D | ehca_qp.c | 900 resp.qkey = my_qp->qkey; in internal_create_qp() 1300 .qkey = 0 in internal_modify_qp() 1484 mqpcb->qkey = attr->qkey; in internal_modify_qp() 1765 my_qp->qkey = attr->qkey; in internal_modify_qp() 1941 qp_attr->qkey = qpcb->qkey; in ehca_query_qp()
|
D | ehca_classes_pSeries.h | 89 u32 qkey; /* 00 */ member
|
/linux-2.6.39/drivers/infiniband/hw/mlx4/ |
D | qp.c | 76 u32 qkey; member 866 sqp->qkey = attr->qkey; in store_sqp_attrs() 1128 context->qkey = cpu_to_be32(attr->qkey); in __mlx4_ib_modify_qp() 1394 sqp->ud_header.deth.qkey = cpu_to_be32(wr->wr.ud.remote_qkey & 0x80000000 ? in build_mlx_header() 1395 sqp->qkey : wr->wr.ud.remote_qkey); in build_mlx_header() 1546 dseg->qkey = cpu_to_be32(wr->wr.ud.remote_qkey); in set_datagram_seg() 2053 qp_attr->qkey = be32_to_cpu(context.qkey); in mlx4_ib_query_qp()
|
/linux-2.6.39/arch/s390/include/asm/ |
D | qdio.h | 80 u32 qkey : 4; member
|