Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/mlx5/
Dfs.h227 struct mlx5_fc *mlx5_fc_create(struct mlx5_core_dev *dev, bool aging);
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_counters.c299 struct mlx5_fc *mlx5_fc_create(struct mlx5_core_dev *dev, bool aging) in mlx5_fc_create() function
340 EXPORT_SYMBOL(mlx5_fc_create);
Deswitch.c1655 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()
Den_tc.c937 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()
/Linux-v5.4/drivers/infiniband/hw/mlx5/
Dmain.c3444 mcounters->hw_cntrs_hndl = mlx5_fc_create( in flow_counters_set_data()