Searched refs:overhead_ud_lso (Results 1 – 1 of 1) sorted by relevance
907 u32 max_overhead_xrc, overhead_ud_lso, a, b; in mlx5_ib_calc_max_sq_overhead() local920 overhead_ud_lso = sizeof(struct mlx5_wqe_ctrl_seg); in mlx5_ib_calc_max_sq_overhead()921 overhead_ud_lso += sizeof(struct mlx5_wqe_eth_pad); in mlx5_ib_calc_max_sq_overhead()922 overhead_ud_lso += sizeof(struct mlx5_wqe_eth_seg); in mlx5_ib_calc_max_sq_overhead()923 overhead_ud_lso += sizeof(struct mlx5_wqe_datagram_seg); in mlx5_ib_calc_max_sq_overhead()925 return max(max_overhead_xrc, overhead_ud_lso); in mlx5_ib_calc_max_sq_overhead()