Searched refs:cqd (Results 1 – 2 of 2) sorted by relevance
88 struct mlx5e_cq_decomp *cqd = &rq->cqd; in mlx5e_read_title_slot() local89 struct mlx5_cqe64 *title = &cqd->title; in mlx5e_read_title_slot()92 cqd->left = be32_to_cpu(title->byte_cnt); in mlx5e_read_title_slot()93 cqd->wqe_counter = be16_to_cpu(title->wqe_counter); in mlx5e_read_title_slot()98 struct mlx5e_cq_decomp *cqd, in mlx5e_read_mini_arr_slot() argument101 mlx5e_read_cqe_slot(wq, cqcc, cqd->mini_arr); in mlx5e_read_mini_arr_slot()102 cqd->mini_arr_idx = 0; in mlx5e_read_mini_arr_slot()133 struct mlx5e_cq_decomp *cqd = &rq->cqd; in mlx5e_decompress_cqe() local134 struct mlx5_mini_cqe8 *mini_cqe = &cqd->mini_arr[cqd->mini_arr_idx]; in mlx5e_decompress_cqe()135 struct mlx5_cqe64 *title = &cqd->title; in mlx5e_decompress_cqe()[all …]
644 struct mlx5e_cq_decomp cqd; member