Searched refs:mlx5_fc_create (Results 1 – 5 of 5) sorted by relevance
227 struct mlx5_fc *mlx5_fc_create(struct mlx5_core_dev *dev, bool aging);
299 struct mlx5_fc *mlx5_fc_create(struct mlx5_core_dev *dev, bool aging) in mlx5_fc_create() function340 EXPORT_SYMBOL(mlx5_fc_create);
1655 vport->ingress.drop_counter = mlx5_fc_create(dev, false); in esw_vport_create_drop_counters()1665 vport->egress.drop_counter = mlx5_fc_create(dev, false); in esw_vport_create_drop_counters()
937 counter = mlx5_fc_create(dev, true); in mlx5e_tc_add_nic_flow()1213 counter = mlx5_fc_create(attr->counter_dev, true); in mlx5e_tc_add_fdb_flow()
3444 mcounters->hw_cntrs_hndl = mlx5_fc_create( in flow_counters_set_data()