Lines Matching defs:title
443 mlx5e_decompress_cqe(struct mlx5e_cq *cq, struct mlx5_cqe64 *title,
449 * initial and common title. See memcpy() in
452 title->byte_cnt = mini->byte_cnt;
453 title->wqe_counter = cpu_to_be16((wqe_counter + i) & cq->wq.sz_m1);
454 title->rss_hash_result = mini->rx_hash_result;
459 title->check_sum = 0;
460 title->op_own = (title->op_own & 0xf0) |
472 struct mlx5_cqe64 title;
477 mlx5e_read_cqe_slot(cq, cq->wq.cc, &title);
478 title_wqe_counter = be16_to_cpu(title.wqe_counter);
479 cqe_count = be32_to_cpu(title.byte_cnt);
488 mlx5e_decompress_cqe(cq, &title,
491 mlx5e_write_cqe_slot(cq, cq->wq.cc + i, &title);