Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/
Dqp.c351 int mlx5_core_qp_query(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp, in mlx5_core_qp_query() function
370 EXPORT_SYMBOL_GPL(mlx5_core_qp_query);
Ddebugfs.c290 err = mlx5_core_qp_query(dev, qp, out, sizeof(*out)); in qp_read_field()
/linux-4.1.27/include/linux/mlx5/
Dqp.h604 int mlx5_core_qp_query(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp,
/linux-4.1.27/drivers/infiniband/hw/mlx5/
Dqp.c3058 err = mlx5_core_qp_query(dev->mdev, &qp->mqp, outb, sizeof(*outb)); in mlx5_ib_query_qp()