Home
last modified time | relevance | path

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

/Linux-v6.1/include/rdma/
Dib_mad.h98 #define IB_QP_SET_QKEY 0x80000000 macro
/Linux-v6.1/drivers/infiniband/hw/mlx4/
Dqp.c2375 context->qkey = cpu_to_be32(IB_QP_SET_QKEY); in __mlx4_ib_modify_qp()
3354 dseg->qkey = cpu_to_be32(IB_QP_SET_QKEY); in set_tunnel_datagram_seg()
Dmad.c660 wr.remote_qkey = IB_QP_SET_QKEY; in mlx4_ib_send_to_slave()
/Linux-v6.1/drivers/infiniband/core/
Dmad.c904 mad_send_wr->send_wr.remote_qkey = IB_QP_SET_QKEY; in ib_create_send_mad()