Home
last modified time | relevance | path

Searched refs:n_max (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_meter.c443 cap->n_max = 1 << (qattr->log_max_num_meter_aso + 1); in mlx5_flow_mtr_cap_get()
448 cap->n_max = 1 << qattr->log_max_flow_meter; in mlx5_flow_mtr_cap_get()
453 cap->n_shared_max = cap->n_max; in mlx5_flow_mtr_cap_get()
459 cap->meter_srtcm_rfc2697_n_max = qattr->flow_meter_old ? cap->n_max : 0; in mlx5_flow_mtr_cap_get()
460 cap->meter_trtcm_rfc2698_n_max = qattr->flow_meter_old ? cap->n_max : 0; in mlx5_flow_mtr_cap_get()
461 cap->meter_trtcm_rfc4115_n_max = qattr->flow_meter_old ? cap->n_max : 0; in mlx5_flow_mtr_cap_get()
463 cap->meter_policy_n_max = cap->n_max; in mlx5_flow_mtr_cap_get()
/dpdk/drivers/net/cnxk/
H A Dcnxk_ethdev_mtr.c202 mtr_capa.n_max += count[i]; in cnxk_nix_mtr_capabilities_get()
204 mtr_capa.meter_srtcm_rfc2697_n_max = mtr_capa.n_max; in cnxk_nix_mtr_capabilities_get()
205 mtr_capa.meter_trtcm_rfc2698_n_max = mtr_capa.n_max; in cnxk_nix_mtr_capabilities_get()
206 mtr_capa.meter_trtcm_rfc4115_n_max = mtr_capa.n_max; in cnxk_nix_mtr_capabilities_get()
207 mtr_capa.meter_policy_n_max = mtr_capa.n_max; in cnxk_nix_mtr_capabilities_get()
/dpdk/lib/ethdev/
H A Drte_mtr.h271 uint32_t n_max; member
/dpdk/drivers/net/mvpp2/
H A Dmrvl_mtr.c32 .n_max = PP2_CLS_PLCR_NUM, in mrvl_capabilities_get()
/dpdk/app/test-pmd/
H A Dcmdline_mtr.c241 printf("cap.n_max %" PRIu32 "\n", cap.n_max); in cmd_show_port_meter_cap_parsed()