Searched refs:max_ksm_per_umr (Results 1 – 1 of 1) sorted by relevance
1074 int max_num_of_umr_per_wqe, max_hd_per_wqe, max_ksm_per_umr, rest; in mlx5e_shampo_icosq_sz() local1079 max_ksm_per_umr = MLX5E_MAX_KSM_PER_WQE(mdev); in mlx5e_shampo_icosq_sz()1081 max_num_of_umr_per_wqe = max_hd_per_wqe / max_ksm_per_umr; in mlx5e_shampo_icosq_sz()1082 rest = max_hd_per_wqe % max_ksm_per_umr; in mlx5e_shampo_icosq_sz()1083 wqebbs = MLX5E_KSM_UMR_WQEBBS(max_ksm_per_umr) * max_num_of_umr_per_wqe; in mlx5e_shampo_icosq_sz()