Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
Dcq.c177 int mlx5_core_query_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, in mlx5_core_query_cq() function
186 EXPORT_SYMBOL(mlx5_core_query_cq);
Ddebugfs.c335 err = mlx5_core_query_cq(dev, cq, out); in cq_read_field()
/kernel/linux/linux-5.10/include/linux/mlx5/
Dcq.h189 int mlx5_core_query_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq,
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/
Dhealth.c46 err = mlx5_core_query_cq(priv->mdev, &cq->mcq, out); in mlx5e_health_cq_diag_fmsg()