| /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()
|
| H A D | mthca_provider.h | 245 u32 qkey; member
|
| /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 | 201 __u32 qkey; member 215 __u32 qkey; member
|
| H A D | ib_user_verbs.h | 570 __u32 qkey; member 713 __u32 qkey; member 744 __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/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_qp.c | 732 qp->attr.qkey = attr->qkey; in rxe_qp_from_attr()
|
| /linux/include/rdma/ |
| H A D | rdma_cm.h | 86 u32 qkey; member 94 u32 qkey; member
|
| H A D | ib_cm.h | 235 u32 qkey; member 532 u32 qkey; member
|
| /linux/drivers/infiniband/core/ |
| H A D | cma.c | 623 id_priv->qkey = RDMA_UDP_QKEY; in cma_set_default_qkey() 631 id_priv->qkey = be32_to_cpu(rec.qkey); in cma_set_default_qkey() 639 static int cma_set_qkey(struct rdma_id_private *id_priv, u32 qkey) in cma_set_qkey() argument 641 if (!qkey || in cma_set_qkey() 642 (id_priv->qkey && (id_priv->qkey != qkey))) in cma_set_qkey() 645 id_priv->qkey = qkey; in cma_set_qkey() 1281 qp_attr->qkey = id_priv->qkey; in cma_ib_init_qp_attr() 4278 ret = cma_set_qkey(id_priv, rep->qkey); in cma_sidr_rep_handler() 4291 event.param.ud.qkey = rep->qkey; in cma_sidr_rep_handler() 4647 enum ib_cm_sidr_status status, u32 qkey, in cma_send_sidr_rep() argument [all …]
|
| H A D | multicast.c | 291 if (comp_mask & IB_SA_MCMEMBER_REC_QKEY && src->qkey != dst->qkey) in cmp_rec()
|
| H A D | ucma.c | 257 dst->qkey = src->qkey; in ucma_copy_ud_event() 1115 dst->qkey = (id->route.addr.src_addr.ss_family == AF_IB) ? src->qkey : 0; in ucma_copy_conn_param()
|
| /linux/include/linux/mlx4/ |
| H A D | qp.h | 217 __be32 qkey; member 358 __be32 qkey; member
|
| /linux/samples/bpf/ |
| H A D | ibumad_kern.c | 57 u32 qkey; member
|
| /linux/arch/s390/include/asm/ |
| H A D | qdio.h | 80 u32 qkey : 4; member
|
| /linux/drivers/infiniband/hw/mlx4/ |
| H A D | mcg.c | 88 __be32 qkey; member 391 if (comp_mask & IB_SA_MCMEMBER_REC_QKEY && src->qkey != dst->qkey) in cmp_rec() 1038 be32_to_cpu(group->rec.qkey), in sysfs_show_group()
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | fw.c | 333 u32 size, proxy_qp, qkey; in mlx4_QUERY_FUNC_CAP_wrapper() local 417 !mlx4_get_parav_qkey(dev, proxy_qp, &qkey)) { in mlx4_QUERY_FUNC_CAP_wrapper() 419 MLX4_PUT(outbox->buf, qkey, in mlx4_QUERY_FUNC_CAP_wrapper() 545 u32 size, qkey; in mlx4_QUERY_FUNC_CAP() local 686 MLX4_GET(qkey, outbox, QUERY_FUNC_CAP_PRIV_VF_QKEY_OFFSET); in mlx4_QUERY_FUNC_CAP() 687 func_cap->spec_qps.qp0_qkey = qkey; in mlx4_QUERY_FUNC_CAP()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_tx.c | 925 dseg->av.key.qkey.qkey = cpu_to_be32(dqkey); in mlx5i_txwqe_build_datagram()
|