Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Dqp.c545 int mlx5_core_qp_query(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp, in mlx5_core_qp_query() function
554 EXPORT_SYMBOL_GPL(mlx5_core_qp_query);
Ddebugfs.c216 err = mlx5_core_qp_query(dev, qp, out, outlen); in qp_read_field()
/Linux-v5.4/include/linux/mlx5/
Dqp.h576 int mlx5_core_qp_query(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp,
/Linux-v5.4/drivers/infiniband/hw/mlx5/
Dqp.c5640 err = mlx5_core_qp_query(dev->mdev, &qp->trans_qp.base.mqp, outb, in query_qp_attr()