Searched refs:n_max (Results 1 – 5 of 5) sorted by relevance
93 uint64_t n_max, uint64_t d_max, in clk_compute_fract_div() argument111 while (d_rem != 0 && n_cur < n_max && d_cur < d_max) { in clk_compute_fract_div()131 if (n_cur > n_max || d_cur > d_max) { in clk_compute_fract_div()
249 uint32_t n_max; member
309 cap->n_max = 1 << qattr->log_max_flow_meter; in mlx5_flow_mtr_cap_get()310 cap->n_shared_max = cap->n_max; in mlx5_flow_mtr_cap_get()316 cap->meter_srtcm_rfc2697_n_max = qattr->srtcm_sup ? cap->n_max : 0; in mlx5_flow_mtr_cap_get()
32 .n_max = PP2_CLS_PLCR_NUM, in mrvl_capabilities_get()
279 printf("cap.n_max %" PRIu32 "\n", cap.n_max); in cmd_show_port_meter_cap_parsed()