Home
last modified time | relevance | path

Searched refs:IB_QP_CREATE_BLOCK_MULTICAST_LOOPBACK (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib_verbs.c204 init_attr.create_flags |= IB_QP_CREATE_BLOCK_MULTICAST_LOOPBACK; in ipoib_transport_dev_init()
/openbmc/linux/drivers/infiniband/hw/mlx4/
H A Dmlx4_ib.h181 MLX4_IB_QP_BLOCK_MULTICAST_LOOPBACK = IB_QP_CREATE_BLOCK_MULTICAST_LOOPBACK,
H A Dqp.c1214 if (init_attr->create_flags & IB_QP_CREATE_BLOCK_MULTICAST_LOOPBACK) in create_qp_common()
4102 qp_init_attr->create_flags |= IB_QP_CREATE_BLOCK_MULTICAST_LOOPBACK; in mlx4_ib_query_qp()
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dqp.c2020 if (qp->flags & IB_QP_CREATE_BLOCK_MULTICAST_LOOPBACK) in create_xrc_tgt_qp()
2309 if (qp->flags & IB_QP_CREATE_BLOCK_MULTICAST_LOOPBACK) in create_user_qp()
2488 if (qp->flags & IB_QP_CREATE_BLOCK_MULTICAST_LOOPBACK) in create_kernel_qp()
2995 IB_QP_CREATE_BLOCK_MULTICAST_LOOPBACK, in process_create_flags()
/openbmc/linux/include/rdma/
H A Dib_verbs.h1145 IB_QP_CREATE_BLOCK_MULTICAST_LOOPBACK = enumerator
/openbmc/linux/drivers/infiniband/core/
H A Duverbs_cmd.c1416 if (attr.create_flags & ~(IB_QP_CREATE_BLOCK_MULTICAST_LOOPBACK | in create_qp()