Home
last modified time | relevance | path

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

/linux-4.1.27/include/rdma/
Dib_mad.h122 #define IB_QP_SET_QKEY 0x80000000 macro
/linux-4.1.27/drivers/infiniband/hw/mlx4/
Dqp.c1653 context->qkey = cpu_to_be32(IB_QP_SET_QKEY); in __mlx4_ib_modify_qp()
2511 dseg->qkey = cpu_to_be32(IB_QP_SET_QKEY); in set_tunnel_datagram_seg()
Dmad.c593 wr.wr.ud.remote_qkey = IB_QP_SET_QKEY; in mlx4_ib_send_to_slave()
/linux-4.1.27/drivers/infiniband/core/
Dmad.c966 mad_send_wr->send_wr.wr.ud.remote_qkey = IB_QP_SET_QKEY; in ib_create_send_mad()