Searched refs:cqcc (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_rx.c | 55 static inline void mlx5e_read_cqe_slot(struct mlx5e_cq *cq, u32 cqcc, in mlx5e_read_cqe_slot() argument 58 u32 ci = mlx5_cqwq_ctr2ix(&cq->wq, cqcc); in mlx5e_read_cqe_slot() 64 struct mlx5e_cq *cq, u32 cqcc) in mlx5e_read_title_slot() argument 66 mlx5e_read_cqe_slot(cq, cqcc, &cq->title); in mlx5e_read_title_slot() 72 static inline void mlx5e_read_mini_arr_slot(struct mlx5e_cq *cq, u32 cqcc) in mlx5e_read_mini_arr_slot() argument 74 mlx5e_read_cqe_slot(cq, cqcc, cq->mini_arr); in mlx5e_read_mini_arr_slot() 78 static inline void mlx5e_cqes_update_owner(struct mlx5e_cq *cq, u32 cqcc, int n) in mlx5e_cqes_update_owner() argument 82 u8 op_own = mlx5_cqwq_get_ctr_wrap_cnt(wq, cqcc) & 1; in mlx5e_cqes_update_owner() 83 u32 ci = mlx5_cqwq_ctr2ix(wq, cqcc); in mlx5e_cqes_update_owner() 104 struct mlx5e_cq *cq, u32 cqcc) in mlx5e_decompress_cqe() argument [all …]
|