Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Dqp.c359 int mlx5_core_qp_query(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp, in mlx5_core_qp_query() function
378 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.4.14/include/linux/mlx5/
Dqp.h629 int mlx5_core_qp_query(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp,
/linux-4.4.14/drivers/infiniband/hw/mlx5/
Dqp.c3049 err = mlx5_core_qp_query(dev->mdev, &qp->mqp, outb, sizeof(*outb)); in mlx5_ib_query_qp()