Lines Matching refs:qkey
223 u32 qkey; member
387 static int cma_set_qkey(struct rdma_id_private *id_priv, u32 qkey) in cma_set_qkey() argument
392 if (id_priv->qkey) { in cma_set_qkey()
393 if (qkey && id_priv->qkey != qkey) in cma_set_qkey()
398 if (qkey) { in cma_set_qkey()
399 id_priv->qkey = qkey; in cma_set_qkey()
406 id_priv->qkey = RDMA_UDP_QKEY; in cma_set_qkey()
414 id_priv->qkey = be32_to_cpu(rec.qkey); in cma_set_qkey()
831 qp_attr->qkey = id_priv->qkey; in cma_ib_init_qp_attr()
3095 ret = cma_set_qkey(id_priv, rep->qkey); in cma_sidr_rep_handler()
3105 event.param.ud.qkey = rep->qkey; in cma_sidr_rep_handler()
3390 enum ib_cm_sidr_status status, u32 qkey, in cma_send_sidr_rep() argument
3399 ret = cma_set_qkey(id_priv, qkey); in cma_send_sidr_rep()
3403 rep.qkey = id_priv->qkey; in cma_send_sidr_rep()
3432 conn_param->qkey, in rdma_accept()
3548 status = cma_set_qkey(id_priv, be32_to_cpu(multicast->rec.qkey)); in cma_ib_mc_handler()
3564 event.param.ud.qkey = be32_to_cpu(multicast->rec.qkey); in cma_ib_mc_handler()
3629 rec.qkey = cpu_to_be32(id_priv->qkey); in cma_join_ib_multicast()
3718 mc->multicast.ib->rec.qkey = cpu_to_be32(RDMA_UDP_QKEY); in cma_iboe_join_multicast()