Home
last modified time | relevance | path

Searched refs:mlx5_cqwq_get_ci (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Dwq.h195 static inline u32 mlx5_cqwq_get_ci(struct mlx5_cqwq *wq) in mlx5_cqwq_get_ci() function
232 u32 ci = mlx5_cqwq_get_ci(wq); in mlx5_cqwq_get_cqe()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/
Dhealth.c64 err = devlink_fmsg_u32_pair_put(fmsg, "ci", mlx5_cqwq_get_ci(&cq->wq)); in mlx5e_health_cq_diag_fmsg()