Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/steering/
Dfs_dr.c29 struct mlx5_flow_table *next_ft) in set_miss_action() argument
36 next_tbl = next_ft ? next_ft->fs_dr_table.dr_table : NULL; in set_miss_action()
66 struct mlx5_flow_table *next_ft) in mlx5_cmd_dr_create_flow_table() argument
74 next_ft); in mlx5_cmd_dr_create_flow_table()
86 if (next_ft) { in mlx5_cmd_dr_create_flow_table()
87 err = set_miss_action(ns, ft, next_ft); in mlx5_cmd_dr_create_flow_table()
127 struct mlx5_flow_table *next_ft) in mlx5_cmd_dr_modify_flow_table() argument
129 return set_miss_action(ns, ft, next_ft); in mlx5_cmd_dr_modify_flow_table()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_cmd.c53 struct mlx5_flow_table *next_ft) in mlx5_cmd_stub_create_flow_table() argument
66 struct mlx5_flow_table *next_ft) in mlx5_cmd_stub_modify_flow_table() argument
190 struct mlx5_flow_table *next_ft) in mlx5_cmd_create_flow_table() argument
220 if (next_ft) { in mlx5_cmd_create_flow_table()
225 flow_table_context.table_miss_id, next_ft->id); in mlx5_cmd_create_flow_table()
235 if (next_ft) in mlx5_cmd_create_flow_table()
238 next_ft->id); in mlx5_cmd_create_flow_table()
270 struct mlx5_flow_table *next_ft) in mlx5_cmd_modify_flow_table() argument
284 if (next_ft) { in mlx5_cmd_modify_flow_table()
286 flow_table_context.lag_master_next_table_id, next_ft->id); in mlx5_cmd_modify_flow_table()
[all …]
Dfs_cmd.h42 struct mlx5_flow_table *next_ft);
48 struct mlx5_flow_table *next_ft);
Dfs_core.c486 list_del(&rule->next_ft); in del_sw_hw_rule()
955 list_for_each_entry(iter, &new_next_ft->fwd_rules, next_ft) { in connect_fwd_rules()
967 struct mlx5_flow_table *next_ft; in connect_flow_table() local
977 next_ft = find_next_chained_ft(prio); in connect_flow_table()
978 err = connect_fwd_rules(dev, ft, next_ft); in connect_flow_table()
1009 struct mlx5_flow_table *next_ft = NULL; in __mlx5_create_flow_table() local
1046 next_ft = find_next_chained_ft(fs_prio); in __mlx5_create_flow_table()
1048 err = root->cmds->create_flow_table(root, ft, log_table_sz, next_ft); in __mlx5_create_flow_table()
1182 INIT_LIST_HEAD(&rule->next_ft); in alloc_rule()
1867 struct mlx5_flow_table *next_ft = NULL; in mlx5_add_flow_rules() local
[all …]
Dfs_core.h143 struct list_head next_ft; member