Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dmonitor_stats.c97 static int fill_monitor_counter_q_counter_set1(int cnt, int q_counter, u32 *in) in fill_monitor_counter_q_counter_set1() argument
107 q_counter); in fill_monitor_counter_q_counter_set1()
112 static void mlx5e_set_monitor_counter(struct mlx5_core_dev *mdev, int q_counter) in mlx5e_set_monitor_counter() argument
127 q_counter) in mlx5e_set_monitor_counter()
128 cnt += fill_monitor_counter_q_counter_set1(cnt, q_counter, in); in mlx5e_set_monitor_counter()
148 mlx5e_set_monitor_counter(pos, priv->q_counter[i]); in mlx5e_monitor_counter_init()
/linux/include/linux/mlx5/
H A Dtransobj.h66 u16 q_counter; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c1144 u16 q_counter) in mlx5e_create_rq() argument
1171 MLX5_SET(rqc, rqc, counter_set_id, q_counter); in mlx5e_create_rq()
1385 struct mlx5e_rq_opt_param *rqo, int node, u16 q_counter, in mlx5e_open_rq() argument
1398 err = mlx5e_create_rq(rq, rq_param, q_counter); in mlx5e_open_rq()
2572 u16 q_counter = c->priv->q_counter[c->sd_ix]; in mlx5e_open_rxq_rq() local
2580 q_counter, &c->rq); in mlx5e_open_rxq_rq()
5950 priv->q_counter[i] = in mlx5e_create_q_counters()
5969 if (priv->q_counter[i]) { in mlx5e_destroy_q_counters()
5971 priv->q_counter[i]); in mlx5e_destroy_q_counters()
H A Dtransobj.c285 MLX5_SET(rqc, rqc, counter_set_id, params->q_counter); in mlx5_hairpin_create_rq()