Searched refs:max_klm_per_umr (Results 1 – 1 of 1) sorted by relevance
1132 int max_num_of_umr_per_wqe, max_hd_per_wqe, max_klm_per_umr, rest; in mlx5e_shampo_icosq_sz() local1137 max_klm_per_umr = MLX5E_MAX_KLM_PER_WQE(mdev); in mlx5e_shampo_icosq_sz()1139 max_num_of_umr_per_wqe = max_hd_per_wqe / max_klm_per_umr; in mlx5e_shampo_icosq_sz()1140 rest = max_hd_per_wqe % max_klm_per_umr; in mlx5e_shampo_icosq_sz()1141 wqebbs = MLX5E_KLM_UMR_WQEBBS(max_klm_per_umr) * max_num_of_umr_per_wqe; in mlx5e_shampo_icosq_sz()