Searched refs:mlx5_core_query_cq (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
D | cq.c | 181 int mlx5_core_query_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, in mlx5_core_query_cq() function 190 EXPORT_SYMBOL(mlx5_core_query_cq);
|
D | debugfs.c | 347 err = mlx5_core_query_cq(dev, cq, out, outlen); in cq_read_field()
|
/Linux-v5.4/include/linux/mlx5/ |
D | cq.h | 190 int mlx5_core_query_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq,
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | health.c | 45 err = mlx5_core_query_cq(priv->mdev, &cq->mcq, out, sizeof(out)); in mlx5e_reporter_cq_diagnose()
|