Searched refs:lro_num_seg (Results 1 – 3 of 3) sorted by relevance
63 S_ASSERT_MLX5_CQE(offsetof(struct mlx5_cqe, lro_num_seg) + 12 ==
1449 if (cqe->lro_num_seg > 1) { in mlx5_rx_burst()1454 pkt->tso_segsz = len / cqe->lro_num_seg; in mlx5_rx_burst()1722 if (cqe->lro_num_seg > 1) { in mlx5_rx_burst_mprq()1726 pkt->tso_segsz = len / cqe->lro_num_seg; in mlx5_rx_burst_mprq()
395 uint8_t lro_num_seg; member