Searched refs:mlx5_fc (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | fs_counters.c | 74 static void mlx5_fc_stats_insert(struct rb_root *root, struct mlx5_fc *counter) in mlx5_fc_stats_insert() 80 struct mlx5_fc *this = rb_entry(*new, struct mlx5_fc, node); in mlx5_fc_stats_insert() 99 struct mlx5_fc *first, in mlx5_fc_stats_query() 134 struct mlx5_fc *counter = rb_entry(node, struct mlx5_fc, node); in mlx5_fc_stats_query() 165 struct mlx5_fc *counter = NULL; in mlx5_fc_stats_work() 166 struct mlx5_fc *last = NULL; in mlx5_fc_stats_work() 185 counter = rb_entry(node, struct mlx5_fc, node); in mlx5_fc_stats_work() 206 counter = rb_entry(node, struct mlx5_fc, node); in mlx5_fc_stats_work() 214 struct mlx5_fc *mlx5_fc_create(struct mlx5_core_dev *dev, bool aging) in mlx5_fc_create() 217 struct mlx5_fc *counter; in mlx5_fc_create() [all …]
|
D | fs_core.h | 140 struct mlx5_fc { struct 182 struct mlx5_fc *counter;
|
D | eswitch.h | 70 struct mlx5_fc *drop_counter; 79 struct mlx5_fc *drop_counter;
|
D | eswitch_offloads.c | 54 struct mlx5_fc *counter = NULL; in mlx5_eswitch_add_offloaded_rule() 203 struct mlx5_fc *counter = NULL; in mlx5_eswitch_del_offloaded_rule()
|
D | en_tc.c | 691 struct mlx5_fc *counter = NULL; in mlx5e_tc_add_nic_flow() 797 struct mlx5_fc *counter = NULL; in mlx5e_tc_del_nic_flow() 997 struct mlx5_fc *counter; in mlx5e_tc_update_neigh_used_value() 2929 struct mlx5_fc *counter; in mlx5e_stats_flower()
|
D | eswitch.c | 1127 struct mlx5_fc *counter = vport->ingress.drop_counter; in esw_vport_ingress_config() 1227 struct mlx5_fc *counter = vport->egress.drop_counter; in esw_vport_egress_config()
|
D | fs_core.c | 1458 struct mlx5_fc *mlx5_flow_rule_counter(struct mlx5_flow_handle *handle) in mlx5_flow_rule_counter() 1473 static bool counter_is_valid(struct mlx5_fc *counter, u32 action) in counter_is_valid()
|
/Linux-v4.19/include/linux/mlx5/ |
D | fs.h | 94 struct mlx5_fc *counter; 188 struct mlx5_fc *mlx5_flow_rule_counter(struct mlx5_flow_handle *handler); 189 struct mlx5_fc *mlx5_fc_create(struct mlx5_core_dev *dev, bool aging); 190 void mlx5_fc_destroy(struct mlx5_core_dev *dev, struct mlx5_fc *counter); 191 void mlx5_fc_query_cached(struct mlx5_fc *counter, 193 int mlx5_fc_query(struct mlx5_core_dev *dev, struct mlx5_fc *counter,
|
/Linux-v4.19/drivers/infiniband/hw/mlx5/ |
D | mlx5_ib.h | 827 struct mlx5_fc *hw_cntrs_hndl; 841 struct mlx5_fc *hw_cntrs_hndl;
|
D | main.c | 3135 struct mlx5_fc *fc = read_attr->hw_cntrs_hndl; in read_flow_counters()
|