Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_counters.c214 struct mlx5_fc *mlx5_fc_create(struct mlx5_core_dev *dev, bool aging) in mlx5_fc_create() function
246 EXPORT_SYMBOL(mlx5_fc_create);
Deswitch.c1492 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()
Deswitch_offloads.c94 counter = mlx5_fc_create(esw->dev, true); in mlx5_eswitch_add_offloaded_rule()
Den_tc.c717 counter = mlx5_fc_create(dev, true); in mlx5e_tc_add_nic_flow()
/Linux-v4.19/include/linux/mlx5/
Dfs.h189 struct mlx5_fc *mlx5_fc_create(struct mlx5_core_dev *dev, bool aging);
/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dmain.c3209 mcounters->hw_cntrs_hndl = mlx5_fc_create( in flow_counters_set_data()