Searched refs:qkey (Results 1 - 25 of 29) sorted by relevance

12

/drivers/infiniband/hw/mthca/
H A Dmthca_wqe.h70 __be32 qkey; member in struct:mthca_tavor_ud_seg
77 __be32 qkey; member in struct:mthca_arbel_ud_seg
H A Dmthca_provider.h291 u32 qkey; member in struct:mthca_sqp
H A Dmthca_qp.c150 __be32 qkey; member in struct:mthca_qp_context
303 sqp->qkey = attr->qkey;
462 qp_attr->qkey = be32_to_cpu(context->qkey);
762 qp_context->qkey = cpu_to_be32(attr->qkey);
1526 sqp->ud_header.deth.qkey = cpu_to_be32(wr->wr.ud.remote_qkey & 0x80000000 ?
1527 sqp->qkey : wr->wr.ud.remote_qkey);
1587 useg->qkey
[all...]
/drivers/infiniband/hw/qib/
H A Dqib_ud.c95 * Check that the qkey matches (except for QP0, see 9.6.1.4.1).
97 * qkey from the QP context instead of the WR (see 10.2.5).
100 u32 qkey; local
102 qkey = (int)swqe->wr.wr.ud.remote_qkey < 0 ?
103 sqp->qkey : swqe->wr.wr.ud.remote_qkey;
104 if (unlikely(qkey != qp->qkey)) {
109 qib_bad_pqkey(ibp, IB_NOTICE_TRAP_BAD_QKEY, qkey,
375 * qkey from the QP context instead of the WR (see 10.2.5).
378 qp->qkey
433 u32 qkey; local
[all...]
H A Dqib_qp.c360 qp->qkey = 0;
812 qp->qkey = attr->qkey;
859 attr->qkey = qp->qkey;
/drivers/infiniband/hw/ipath/
H A Dipath_ud.c75 * Check that the qkey matches (except for QP0, see 9.6.1.4.1).
77 * qkey from the QP context instead of the WR (see 10.2.5).
81 sqp->qkey : swqe->wr.wr.ud.remote_qkey) != qp->qkey)) {
379 * qkey from the QP context instead of the WR (see 10.2.5).
382 qp->qkey : wqe->wr.wr.ud.remote_qkey);
417 u32 qkey; local
426 qkey = be32_to_cpu(ohdr->u.ud.deth[0]);
439 qkey = be32_to_cpu(((__be32 *) data)[1]);
443 qkey
[all...]
H A Dipath_qp.c327 qp->qkey = 0;
592 qp->qkey = attr->qkey;
630 attr->qkey = qp->qkey;
/drivers/infiniband/ulp/ipoib/
H A Dipoib_verbs.c59 qp_attr->qkey = priv->qkey;
88 qp_attr.qkey = 0;
H A Dipoib_multicast.c201 priv->qkey = be32_to_cpu(priv->broadcast->mcmember.qkey);
203 priv->tx_wr.wr.ud.remote_qkey = priv->qkey;
481 rec.qkey = priv->broadcast->mcmember.qkey;
H A Dipoib.h304 u32 qkey; member in struct:ipoib_dev_priv
/drivers/infiniband/core/
H A Duverbs_marshall.c62 dst->qkey = src->qkey;
H A Dcma.c136 u32 qkey; member in struct:rdma_id_private
311 if (id_priv->qkey)
316 id_priv->qkey = RDMA_UDP_QKEY;
324 id_priv->qkey = be32_to_cpu(rec.qkey);
631 qp_attr->qkey = id_priv->qkey;
2473 if (id_priv->qkey != rep->qkey) {
2482 event.param.ud.qkey
[all...]
H A Ducm.c255 urep->qkey = krep->qkey;
1068 param.qkey = cmd.qkey;
H A Dud_header.c202 { STRUCT_FIELD(deth, qkey),
H A Dmulticast.c291 if (comp_mask & IB_SA_MCMEMBER_REC_QKEY && src->qkey != dst->qkey)
H A Dcm_msgs.h829 __be32 qkey; member in struct:cm_sidr_rep_msg
H A Ducma.c242 dst->qkey = src->qkey;
H A Dcm.c3049 sidr_rep_msg->qkey = cpu_to_be32(param->qkey);
3113 param->qkey = be32_to_cpu(sidr_rep_msg->qkey);
H A Dsa_query.c232 { MCMEMBER_REC_FIELD(qkey),
H A Duverbs_cmd.c1693 resp.qkey = attr->qkey;
1797 attr->qkey = cmd.qkey;
/drivers/infiniband/hw/ehca/
H A Dehca_classes_pSeries.h89 u32 qkey; /* 00 */ member in struct:hcp_modify_qp_control_block
H A Dehca_classes.h198 u32 qkey; member in struct:ehca_qp
411 u32 qkey; member in struct:ehca_create_qp_resp
H A Dehca_qp.c900 resp.qkey = my_qp->qkey;
1303 .qkey = 0
1487 mqpcb->qkey = attr->qkey;
1768 my_qp->qkey = attr->qkey;
1944 qp_attr->qkey = qpcb->qkey;
/drivers/infiniband/hw/mlx4/
H A Dqp.c76 u32 qkey; member in struct:mlx4_ib_sqp
916 sqp->qkey = attr->qkey;
1190 context->qkey = cpu_to_be32(attr->qkey);
1456 sqp->ud_header.deth.qkey = cpu_to_be32(wr->wr.ud.remote_qkey & 0x80000000 ?
1457 sqp->qkey : wr->wr.ud.remote_qkey);
1608 dseg->qkey = cpu_to_be32(wr->wr.ud.remote_qkey);
2109 qp_attr->qkey = be32_to_cpu(context.qkey);
[all...]
/drivers/s390/cio/
H A Dqdio_setup.c390 irq_ptr->qdr->qkey = PAGE_DEFAULT_KEY >> 4;

Completed in 407 milliseconds

12