Searched refs:cqd (Results 1 – 2 of 2) sorted by relevance
70 struct mlx5e_cq_decomp *cqd = &rq->cqd; in mlx5e_read_title_slot() local71 struct mlx5_cqe64 *title = &cqd->title; in mlx5e_read_title_slot()74 cqd->left = be32_to_cpu(title->byte_cnt); in mlx5e_read_title_slot()75 cqd->wqe_counter = be16_to_cpu(title->wqe_counter); in mlx5e_read_title_slot()80 struct mlx5e_cq_decomp *cqd, in mlx5e_read_mini_arr_slot() argument83 mlx5e_read_cqe_slot(wq, cqcc, cqd->mini_arr); in mlx5e_read_mini_arr_slot()84 cqd->mini_arr_idx = 0; in mlx5e_read_mini_arr_slot()115 struct mlx5e_cq_decomp *cqd = &rq->cqd; in mlx5e_decompress_cqe() local116 struct mlx5_mini_cqe8 *mini_cqe = &cqd->mini_arr[cqd->mini_arr_idx]; in mlx5e_decompress_cqe()117 struct mlx5_cqe64 *title = &cqd->title; in mlx5e_decompress_cqe()[all …]
661 struct mlx5e_cq_decomp cqd; member