Searched refs:mlx5_core_qp_query (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | qp.c | 359 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);
|
D | debugfs.c | 290 err = mlx5_core_qp_query(dev, qp, out, sizeof(*out)); in qp_read_field()
|
/linux-4.4.14/include/linux/mlx5/ |
D | qp.h | 629 int mlx5_core_qp_query(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp,
|
/linux-4.4.14/drivers/infiniband/hw/mlx5/ |
D | qp.c | 3049 err = mlx5_core_qp_query(dev->mdev, &qp->mqp, outb, sizeof(*outb)); in mlx5_ib_query_qp()
|