Searched refs:mlx5e_tc_table (Results 1 – 6 of 6) sorted by relevance
57 struct mlx5_fs_chains *mlx5e_nic_chains(struct mlx5e_tc_table *tc);370 struct mlx5e_tc_table *mlx5e_tc_table_alloc(void);371 void mlx5e_tc_table_free(struct mlx5e_tc_table *tc);395 static inline struct mlx5e_tc_table *mlx5e_tc_table_alloc(void) { return NULL; } in mlx5e_tc_table_alloc()396 static inline void mlx5e_tc_table_free(struct mlx5e_tc_table *tc) {} in mlx5e_tc_table_free()
77 struct mlx5e_tc_table { struct151 struct mlx5e_tc_table *mlx5e_tc_table_alloc(void) in mlx5e_tc_table_alloc()153 struct mlx5e_tc_table *tc; in mlx5e_tc_table_alloc()159 void mlx5e_tc_table_free(struct mlx5e_tc_table *tc) in mlx5e_tc_table_free()292 struct mlx5e_tc_table *tc = mlx5e_fs_get_tc(priv->fs); in get_act_stats_handle()351 struct mlx5e_tc_table *tc = mlx5e_fs_get_tc(priv->fs); in get_ct_priv()1039 struct mlx5e_tc_table *tc = data; in debugfs_hairpin_num_active_get()1059 struct mlx5e_tc_table *tc = file->private; in debugfs_hairpin_table_dump_show()5083 struct mlx5e_tc_table *tc; in mlx5e_tc_netdev_event()5688 struct mlx5e_tc_table *tc; in mlx5e_tc_update_skb_nic()[all …]
56 struct mlx5e_tc_table *tc;1412 struct mlx5e_tc_table *mlx5e_fs_get_tc(struct mlx5e_flow_steering *fs) in mlx5e_fs_get_tc()
11 struct mlx5e_tc_table;153 void mlx5e_fs_set_tc(struct mlx5e_flow_steering *fs, struct mlx5e_tc_table *tc);154 struct mlx5e_tc_table *mlx5e_fs_get_tc(struct mlx5e_flow_steering *fs);
46 struct mlx5_fs_chains *mlx5e_nic_chains(struct mlx5e_tc_table *tc);
15 struct mlx5e_tc_table *tc = mlx5e_fs_get_tc(priv->fs); in validate_goto_chain()