Searched refs:next_ft (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
D | fs_chains.c | 70 struct mlx5_flow_table *next_ft; member 171 ft_attr.next_ft = tc_default_ft(chains); in mlx5_chains_create_table() 369 struct mlx5_flow_table *next_ft) in mlx5_chains_add_miss_rule() argument 381 dest.ft = next_ft; in mlx5_chains_add_miss_rule() 383 if (next_ft == tc_end_ft(chains) && in mlx5_chains_add_miss_rule() 395 struct mlx5_flow_table *next_ft) in mlx5_chains_update_prio_prevs() argument 415 next_ft); in mlx5_chains_update_prio_prevs() 435 pos->next_ft = next_ft; in mlx5_chains_update_prio_prevs() 465 struct mlx5_flow_table *next_ft; in mlx5_chains_create_prio() local 496 next_ft = (chain == mlx5_chains_get_nf_ft_chain(chains)) ? in mlx5_chains_create_prio() [all …]
|
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | fs_dr.c | 30 struct mlx5_flow_table *next_ft) in set_miss_action() argument 37 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 75 next_ft); in mlx5_cmd_dr_create_flow_table() 91 if (next_ft) { in mlx5_cmd_dr_create_flow_table() 92 err = set_miss_action(ns, ft, next_ft); in mlx5_cmd_dr_create_flow_table() 134 struct mlx5_flow_table *next_ft) in mlx5_cmd_dr_modify_flow_table() argument 137 return mlx5_fs_cmd_get_fw_cmds()->modify_flow_table(ns, ft, next_ft); in mlx5_cmd_dr_modify_flow_table() 139 return set_miss_action(ns, ft, next_ft); in mlx5_cmd_dr_modify_flow_table()
|
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | fs_cmd.c | 54 struct mlx5_flow_table *next_ft) in mlx5_cmd_stub_create_flow_table() argument 69 struct mlx5_flow_table *next_ft) in mlx5_cmd_stub_modify_flow_table() argument 262 struct mlx5_flow_table *next_ft) in mlx5_cmd_create_flow_table() argument 297 if (next_ft) { in mlx5_cmd_create_flow_table() 302 flow_table_context.table_miss_id, next_ft->id); in mlx5_cmd_create_flow_table() 312 if (next_ft) in mlx5_cmd_create_flow_table() 315 next_ft->id); in mlx5_cmd_create_flow_table() 355 struct mlx5_flow_table *next_ft) in mlx5_cmd_modify_flow_table() argument 368 if (next_ft) { in mlx5_cmd_modify_flow_table() 370 flow_table_context.lag_master_next_table_id, next_ft->id); in mlx5_cmd_modify_flow_table() [all …]
|
D | fs_cmd.h | 42 struct mlx5_flow_table *next_ft); 48 struct mlx5_flow_table *next_ft);
|
D | fs_core.c | 559 list_del(&rule->next_ft); in del_sw_hw_rule() 1052 list_for_each_entry(iter, &new_next_ft->fwd_rules, next_ft) { in connect_fwd_rules() 1068 struct mlx5_flow_table *next_ft, *first_ft; in connect_flow_table() local 1080 next_ft = first_ft ? first_ft : find_next_chained_ft(prio); in connect_flow_table() 1081 err = connect_fwd_rules(dev, ft, next_ft); in connect_flow_table() 1113 struct mlx5_flow_table *next_ft; in __mlx5_create_flow_table() local 1154 next_ft = unmanaged ? ft_attr->next_ft : in __mlx5_create_flow_table() 1158 err = root->cmds->create_flow_table(root, ft, ft_attr->max_fte, next_ft); in __mlx5_create_flow_table() 1304 INIT_LIST_HEAD(&rule->next_ft); in alloc_rule() 2040 struct mlx5_flow_table *next_ft = NULL; in mlx5_add_flow_rules() local [all …]
|
D | fs_core.h | 170 struct list_head next_ft; member
|
/linux-5.19.10/include/linux/mlx5/ |
D | fs.h | 181 struct mlx5_flow_table *next_ft; member
|