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()
828 qp_attr->qkey = id_priv->qkey; in cma_ib_init_qp_attr()
3078 ret = cma_set_qkey(id_priv, rep->qkey); in cma_sidr_rep_handler()
3088 event.param.ud.qkey = rep->qkey; in cma_sidr_rep_handler()
3368 enum ib_cm_sidr_status status, u32 qkey, in cma_send_sidr_rep() argument
3377 ret = cma_set_qkey(id_priv, qkey); in cma_send_sidr_rep()
3381 rep.qkey = id_priv->qkey; in cma_send_sidr_rep()
3410 conn_param->qkey, in rdma_accept()
3526 status = cma_set_qkey(id_priv, be32_to_cpu(multicast->rec.qkey)); in cma_ib_mc_handler()
3542 event.param.ud.qkey = be32_to_cpu(multicast->rec.qkey); in cma_ib_mc_handler()
3607 rec.qkey = cpu_to_be32(id_priv->qkey); in cma_join_ib_multicast()
3696 mc->multicast.ib->rec.qkey = cpu_to_be32(RDMA_UDP_QKEY); in cma_iboe_join_multicast()