Searched refs:max_klm_per_umr (Results 1 – 1 of 1) sorted by relevance
766 int max_num_of_umr_per_wqe, max_hd_per_wqe, max_klm_per_umr, rest; in mlx5e_shampo_icosq_sz() local771 max_klm_per_umr = MLX5E_MAX_KLM_PER_WQE(mdev); in mlx5e_shampo_icosq_sz()773 max_num_of_umr_per_wqe = max_hd_per_wqe / max_klm_per_umr; in mlx5e_shampo_icosq_sz()774 rest = max_hd_per_wqe % max_klm_per_umr; in mlx5e_shampo_icosq_sz()775 wqebbs = MLX5E_KLM_UMR_WQEBBS(max_klm_per_umr) * max_num_of_umr_per_wqe; in mlx5e_shampo_icosq_sz()