Searched refs:mlx5_fc_create (Results 1 – 6 of 6) sorted by relevance
214 struct mlx5_fc *mlx5_fc_create(struct mlx5_core_dev *dev, bool aging) in mlx5_fc_create() function246 EXPORT_SYMBOL(mlx5_fc_create);
1492 vport->ingress.drop_counter = mlx5_fc_create(dev, false); in esw_vport_create_drop_counters()1502 vport->egress.drop_counter = mlx5_fc_create(dev, false); in esw_vport_create_drop_counters()
94 counter = mlx5_fc_create(esw->dev, true); in mlx5_eswitch_add_offloaded_rule()
717 counter = mlx5_fc_create(dev, true); in mlx5e_tc_add_nic_flow()
189 struct mlx5_fc *mlx5_fc_create(struct mlx5_core_dev *dev, bool aging);
3209 mcounters->hw_cntrs_hndl = mlx5_fc_create( in flow_counters_set_data()