Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_meter.c434 struct mlx5_hca_qos_attr *qattr = &priv->sh->cdev->config.hca_attr.qos; in mlx5_flow_mtr_cap_get() local
443 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()
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()