Home
last modified time | relevance | path

Searched refs:IB_QP_SET_QKEY (Results 1 – 5 of 5) sorted by relevance

/linux/include/rdma/
H A Dib_mad.h98 #define IB_QP_SET_QKEY 0x80000000 macro
/linux/drivers/infiniband/hw/mlx4/
H A Dqp.c2414 context->qkey = cpu_to_be32(IB_QP_SET_QKEY); in __mlx4_ib_modify_qp()
3393 dseg->qkey = cpu_to_be32(IB_QP_SET_QKEY); in set_tunnel_datagram_seg()
H A Dmad.c660 wr.remote_qkey = IB_QP_SET_QKEY; in mlx4_ib_send_to_slave()
/linux/drivers/infiniband/core/
H A Dmad.c899 mad_send_wr->send_wr.remote_qkey = IB_QP_SET_QKEY; in ib_create_send_mad()
H A Duverbs_cmd.c1852 if (cmd->base.qkey & IB_QP_SET_QKEY && in modify_qp()