Home
last modified time | relevance | path

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

/Linux-v4.19/include/rdma/
Dib_mad.h125 #define IB_QP_SET_QKEY 0x80000000 macro
/Linux-v4.19/drivers/infiniband/hw/mlx4/
Dqp.c2348 context->qkey = cpu_to_be32(IB_QP_SET_QKEY); in __mlx4_ib_modify_qp()
3312 dseg->qkey = cpu_to_be32(IB_QP_SET_QKEY); in set_tunnel_datagram_seg()
Dmad.c642 wr.remote_qkey = IB_QP_SET_QKEY; in mlx4_ib_send_to_slave()
/Linux-v4.19/drivers/infiniband/core/
Dmad.c1086 mad_send_wr->send_wr.remote_qkey = IB_QP_SET_QKEY; in ib_create_send_mad()