Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/core/
H A Duverbs_std_types_qp.c50 if (!create_flags || qp_type == IB_QPT_DRIVER) in check_creation_flags()
H A Duverbs_cmd.c1306 case IB_QPT_DRIVER: in create_qp()
/openbmc/linux/drivers/infiniband/hw/efa/
H A Defa_verbs.c609 if (init_attr->qp_type != IB_QPT_DRIVER && in efa_qp_validate_attr()
902 if (qp->ibqp.qp_type == IB_QPT_DRIVER) in efa_modify_qp_validate()
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dqp.c2769 if (attr->qp_type == IB_QPT_DRIVER && !MLX5_CAP_GEN(dev->mdev, dct)) in check_qp_type()
2782 case IB_QPT_DRIVER: in check_qp_type()
2814 case IB_QPT_DRIVER: in check_valid_flow()
2892 if (qp->type != IB_QPT_DRIVER) in process_vendor_flags()
/openbmc/linux/include/rdma/
H A Dib_verbs.h1126 IB_QPT_DRIVER = IB_UVERBS_QPT_DRIVER, enumerator