Searched refs:next_ft (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | fs_cmd.c | 56 struct mlx5_flow_table *next_ft, in mlx5_cmd_stub_create_flow_table() argument 70 struct mlx5_flow_table *next_ft) in mlx5_cmd_stub_modify_flow_table() argument 152 struct mlx5_flow_table *next_ft, in mlx5_cmd_create_flow_table() argument 178 if (next_ft) { in mlx5_cmd_create_flow_table() 182 flow_table_context.table_miss_id, next_ft->id); in mlx5_cmd_create_flow_table() 188 if (next_ft) in mlx5_cmd_create_flow_table() 191 next_ft->id); in mlx5_cmd_create_flow_table() 222 struct mlx5_flow_table *next_ft) in mlx5_cmd_modify_flow_table() argument 235 if (next_ft) { in mlx5_cmd_modify_flow_table() 237 flow_table_context.lag_master_next_table_id, next_ft->id); in mlx5_cmd_modify_flow_table() [all …]
|
D | fs_cmd.h | 44 struct mlx5_flow_table *next_ft, 51 struct mlx5_flow_table *next_ft);
|
D | fs_core.c | 420 list_del(&rule->next_ft); in del_sw_hw_rule() 894 list_for_each_entry(iter, &new_next_ft->fwd_rules, next_ft) { in connect_fwd_rules() 906 struct mlx5_flow_table *next_ft; in connect_flow_table() local 916 next_ft = find_next_chained_ft(prio); in connect_flow_table() 917 err = connect_fwd_rules(dev, ft, next_ft); in connect_flow_table() 948 struct mlx5_flow_table *next_ft = NULL; in __mlx5_create_flow_table() local 985 next_ft = find_next_chained_ft(fs_prio); in __mlx5_create_flow_table() 988 next_ft, &ft->id, ft->flags); in __mlx5_create_flow_table() 1120 INIT_LIST_HEAD(&rule->next_ft); in alloc_rule() 1812 struct mlx5_flow_table *next_ft = NULL; in mlx5_add_flow_rules() local [all …]
|
D | fs_core.h | 103 struct list_head next_ft; member
|