Searched refs:cqd (Results 1 – 2 of 2) sorted by relevance
96 struct mlx5e_cq_decomp *cqd = &rq->cqd; in mlx5e_read_title_slot() local97 struct mlx5_cqe64 *title = &cqd->title; in mlx5e_read_title_slot()100 cqd->left = be32_to_cpu(title->byte_cnt); in mlx5e_read_title_slot()101 cqd->wqe_counter = be16_to_cpu(title->wqe_counter); in mlx5e_read_title_slot()106 struct mlx5e_cq_decomp *cqd, in mlx5e_read_mini_arr_slot() argument109 mlx5e_read_cqe_slot(wq, cqcc, cqd->mini_arr); in mlx5e_read_mini_arr_slot()110 cqd->mini_arr_idx = 0; in mlx5e_read_mini_arr_slot()141 struct mlx5e_cq_decomp *cqd = &rq->cqd; in mlx5e_decompress_cqe() local142 struct mlx5_mini_cqe8 *mini_cqe = &cqd->mini_arr[cqd->mini_arr_idx]; in mlx5e_decompress_cqe()143 struct mlx5_cqe64 *title = &cqd->title; in mlx5e_decompress_cqe()[all …]
728 struct mlx5e_cq_decomp cqd; member