/linux/drivers/infiniband/hw/qib/ |
H A D | qib_ud.c | 112 u32 qkey; in qib_ud_loopback() local 114 qkey = (int)rvt_get_swqe_remote_qkey(swqe) < 0 ? in qib_ud_loopback() 115 sqp->qkey : rvt_get_swqe_remote_qkey(swqe); in qib_ud_loopback() 116 if (unlikely(qkey != qp->qkey)) in qib_ud_loopback() 383 cpu_to_be32((int)rvt_get_swqe_remote_qkey(wqe) < 0 ? qp->qkey : in qib_make_ud_req() 435 u32 qkey; in qib_ud_rcv() local 447 qkey = be32_to_cpu(ohdr->u.ud.deth[0]); in qib_ud_rcv() 483 if (unlikely(qkey != qp->qkey)) in qib_ud_rcv()
|
/linux/include/trace/events/ |
H A D | ib_umad.h | 32 __field(u32, qkey) 62 __entry->qkey = umad_hdr->qkey; 95 be32_to_cpu(__entry->qkey), be16_to_cpu(__entry->lid),
|
/linux/drivers/infiniband/hw/mthca/ |
H A D | mthca_wqe.h | 70 __be32 qkey; member 77 __be32 qkey; member
|
H A D | mthca_qp.c | 151 __be32 qkey; member 305 sqp->qkey = attr->qkey; in store_attrs() 469 qp_attr->qkey = be32_to_cpu(context->qkey); in mthca_query_qp() 780 qp_context->qkey = cpu_to_be32(attr->qkey); in __mthca_modify_qp() 1552 sqp->ud_header.deth.qkey = cpu_to_be32(wr->remote_qkey & 0x80000000 ? in build_mlx_header() 1553 sqp->qkey : wr->remote_qkey); in build_mlx_header() 1613 useg->qkey = cpu_to_be32(wr->remote_qkey); in set_tavor_ud_seg() 1622 useg->qkey = cpu_to_be32(wr->remote_qkey); in set_arbel_ud_seg()
|
/linux/include/uapi/rdma/ |
H A D | ib_user_mad.h | 80 __be32 qkey; member 124 __be32 qkey; member
|
H A D | rdma_user_cm.h | 192 __u32 qkey; member 206 __u32 qkey; member
|
/linux/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_verbs.c | 39 union ib_gid *mgid, u16 mlid, int set_qkey, u32 qkey) in ipoib_mcast_attach() argument 60 qp_attr->qkey = qkey; in ipoib_mcast_attach() 100 qp_attr.qkey = 0; in ipoib_init_qp()
|
H A D | ipoib_multicast.c | 235 priv->broadcast->mcmember.qkey = mcmember->qkey; in ipoib_mcast_join_finish() 250 priv->qkey = be32_to_cpu(priv->broadcast->mcmember.qkey); in ipoib_mcast_join_finish() 252 priv->tx_wr.remote_qkey = priv->qkey; in ipoib_mcast_join_finish() 266 set_qkey, priv->qkey); in ipoib_mcast_join_finish() 509 rec.qkey = priv->broadcast->mcmember.qkey; in ipoib_mcast_join()
|
/linux/include/linux/mlx5/ |
H A D | qp.h | 301 __be32 qkey; member 303 } qkey; member 318 __be32 qkey; member 320 } qkey; member
|
/linux/drivers/infiniband/hw/hfi1/ |
H A D | ipoib_main.c | 106 u32 qkey) in hfi1_ipoib_mcast_attach() argument 121 priv->qkey = qkey; in hfi1_ipoib_mcast_attach()
|
H A D | ud.c | 94 u32 qkey; in ud_loopback() local 96 qkey = (int)rvt_get_swqe_remote_qkey(swqe) < 0 ? in ud_loopback() 97 sqp->qkey : rvt_get_swqe_remote_qkey(swqe); in ud_loopback() 98 if (unlikely(qkey != qp->qkey)) in ud_loopback() 256 cpu_to_be32((int)rvt_get_swqe_remote_qkey(wqe) < 0 ? qp->qkey : in hfi1_make_bth_deth() 894 ib_get_qkey(packet->ohdr) != qp->qkey)) in hfi1_ud_rcv()
|
H A D | ipoib.h | 128 u32 qkey; member
|
/linux/drivers/infiniband/sw/rxe/ |
H A D | rxe_hdr.h | 464 __be32 qkey; member 475 return be32_to_cpu(deth->qkey); in __deth_qkey() 478 static inline void __deth_set_qkey(void *arg, u32 qkey) in __deth_set_qkey() argument 482 deth->qkey = cpu_to_be32(qkey); in __deth_set_qkey() 505 static inline void deth_set_qkey(struct rxe_pkt_info *pkt, u32 qkey) in deth_set_qkey() argument 508 rxe_opcode[pkt->opcode].offset[RXE_DETH], qkey); in deth_set_qkey()
|
H A D | rxe_recv.c | 89 u32 qkey = (qpn == 1) ? GSI_QKEY : qp->attr.qkey; in check_keys() local 91 if (unlikely(deth_qkey(pkt) != qkey)) { in check_keys()
|
/linux/include/rdma/ |
H A D | rdma_cm.h | 79 u32 qkey; member 87 u32 qkey; member
|
H A D | ib_cm.h | 235 u32 qkey; member 543 u32 qkey; member
|
/linux/drivers/infiniband/hw/efa/ |
H A D | efa_com_cmd.h | 48 u32 qkey; member 60 u32 qkey; member
|
H A D | efa_io_defs.h | 113 u32 qkey; member
|
/linux/drivers/infiniband/hw/vmw_pvrdma/ |
H A D | pvrdma_qp.c | 574 qp->qkey = attr->qkey; in pvrdma_modify_qp() 592 cmd->attrs.qkey = attr->qkey; in pvrdma_modify_qp() 784 qp->qkey : ud_wr(wr)->remote_qkey; in pvrdma_post_send() 1002 attr->qkey = resp->attrs.qkey; in pvrdma_query_qp()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
H A D | ipoib.c | 659 u32 qkey) in mlx5i_attach_mcast() argument 675 netdev->name, qkey); in mlx5i_attach_mcast() 676 ipriv->qkey = qkey; in mlx5i_attach_mcast() 709 mlx5i_sq_xmit(sq, skb, &mah->av, dqpn, ipriv->qkey, netdev_xmit_more()); in mlx5i_xmit()
|
H A D | ipoib.h | 59 u32 qkey; member
|
/linux/drivers/infiniband/core/ |
H A D | cma.c | 635 id_priv->qkey = RDMA_UDP_QKEY; in cma_set_default_qkey() 643 id_priv->qkey = be32_to_cpu(rec.qkey); in cma_set_default_qkey() 651 static int cma_set_qkey(struct rdma_id_private *id_priv, u32 qkey) in cma_set_qkey() argument 653 if (!qkey || in cma_set_qkey() 654 (id_priv->qkey && (id_priv->qkey != qkey))) in cma_set_qkey() 657 id_priv->qkey = qkey; in cma_set_qkey() 1258 qp_attr->qkey = id_priv->qkey; in cma_ib_init_qp_attr() 4219 ret = cma_set_qkey(id_priv, rep->qkey); in cma_sidr_rep_handler() 4232 event.param.ud.qkey = rep->qkey; in cma_sidr_rep_handler() 4586 enum ib_cm_sidr_status status, u32 qkey, in cma_send_sidr_rep() argument [all …]
|
H A D | uverbs_marshall.c | 104 dst->qkey = src->qkey; in ib_copy_qp_attr_to_user()
|
H A D | cma_priv.h | 90 u32 qkey; member
|
/linux/include/linux/mlx4/ |
H A D | qp.h | 217 __be32 qkey; member 358 __be32 qkey; member
|