Lines Matching refs:qkey
141 u32 qkey; member
296 static int cma_set_qkey(struct rdma_id_private *id_priv, u32 qkey) in cma_set_qkey() argument
301 if (id_priv->qkey) { in cma_set_qkey()
302 if (qkey && id_priv->qkey != qkey) in cma_set_qkey()
307 if (qkey) { in cma_set_qkey()
308 id_priv->qkey = qkey; in cma_set_qkey()
315 id_priv->qkey = RDMA_UDP_QKEY; in cma_set_qkey()
323 id_priv->qkey = be32_to_cpu(rec.qkey); in cma_set_qkey()
722 qp_attr->qkey = id_priv->qkey; in cma_ib_init_qp_attr()
2688 ret = cma_set_qkey(id_priv, rep->qkey); in cma_sidr_rep_handler()
2698 event.param.ud.qkey = rep->qkey; in cma_sidr_rep_handler()
2982 enum ib_cm_sidr_status status, u32 qkey, in cma_send_sidr_rep() argument
2991 ret = cma_set_qkey(id_priv, qkey); in cma_send_sidr_rep()
2995 rep.qkey = id_priv->qkey; in cma_send_sidr_rep()
3025 conn_param->qkey, in rdma_accept()
3153 status = cma_set_qkey(id_priv, be32_to_cpu(multicast->rec.qkey)); in cma_ib_mc_handler()
3169 event.param.ud.qkey = be32_to_cpu(multicast->rec.qkey); in cma_ib_mc_handler()
3234 rec.qkey = cpu_to_be32(id_priv->qkey); in cma_join_ib_multicast()
3323 mc->multicast.ib->rec.qkey = cpu_to_be32(RDMA_UDP_QKEY); in cma_iboe_join_multicast()