Home
last modified time | relevance | path

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

/linux-6.15/drivers/infiniband/hw/mlx5/
H A Drestrack.c173 if (qp->type < IB_QPT_DRIVER) in fill_res_qp_entry()
193 return nla_put_u8(msg, RDMA_NLDEV_ATTR_RES_TYPE, IB_QPT_DRIVER); in fill_res_qp_entry()
H A Dqp.c2771 if (attr->qp_type == IB_QPT_DRIVER && !MLX5_CAP_GEN(dev->mdev, dct)) in check_qp_type()
2784 case IB_QPT_DRIVER: in check_qp_type()
2816 case IB_QPT_DRIVER: in check_valid_flow()
2917 if (qp->type != IB_QPT_DRIVER) in process_vendor_flags()
/linux-6.15/drivers/infiniband/core/
H A Drestrack.c207 if (qp->qp_type >= IB_QPT_DRIVER) in rdma_restrack_add()
H A Duverbs_std_types_qp.c50 if (!create_flags || qp_type == IB_QPT_DRIVER) in check_creation_flags()
H A Duverbs_cmd.c1323 case IB_QPT_DRIVER: in create_qp()
/linux-6.15/drivers/infiniband/hw/efa/
H A Defa_verbs.c652 if (init_attr->qp_type != IB_QPT_DRIVER && in efa_qp_validate_attr()
961 if (qp->ibqp.qp_type == IB_QPT_DRIVER) in efa_modify_qp_validate()
/linux-6.15/include/rdma/
H A Dib_verbs.h1142 IB_QPT_DRIVER = IB_UVERBS_QPT_DRIVER, enumerator