Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dfs_chains.c70 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-v6.1/drivers/net/ethernet/mellanox/mlx5/core/steering/
Dfs_dr.c30 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()
92 if (next_ft) { in mlx5_cmd_dr_create_flow_table()
93 err = set_miss_action(ns, ft, next_ft); in mlx5_cmd_dr_create_flow_table()
135 struct mlx5_flow_table *next_ft) in mlx5_cmd_dr_modify_flow_table() argument
138 return mlx5_fs_cmd_get_fw_cmds()->modify_flow_table(ns, ft, next_ft); in mlx5_cmd_dr_modify_flow_table()
140 return set_miss_action(ns, ft, next_ft); in mlx5_cmd_dr_modify_flow_table()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_cmd.c54 struct mlx5_flow_table *next_ft) in mlx5_cmd_stub_create_flow_table() argument
71 struct mlx5_flow_table *next_ft) in mlx5_cmd_stub_modify_flow_table() argument
264 struct mlx5_flow_table *next_ft) in mlx5_cmd_create_flow_table() argument
301 if (next_ft) { in mlx5_cmd_create_flow_table()
306 flow_table_context.table_miss_id, next_ft->id); in mlx5_cmd_create_flow_table()
316 if (next_ft) in mlx5_cmd_create_flow_table()
319 next_ft->id); in mlx5_cmd_create_flow_table()
359 struct mlx5_flow_table *next_ft) in mlx5_cmd_modify_flow_table() argument
372 if (next_ft) { in mlx5_cmd_modify_flow_table()
374 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.c576 list_del(&rule->next_ft); in del_sw_hw_rule()
1069 list_for_each_entry(iter, &new_next_ft->fwd_rules, next_ft) { in connect_fwd_rules()
1085 struct mlx5_flow_table *next_ft, *first_ft; in connect_flow_table() local
1097 next_ft = first_ft ? first_ft : find_next_chained_ft(prio); in connect_flow_table()
1098 err = connect_fwd_rules(dev, ft, next_ft); in connect_flow_table()
1130 struct mlx5_flow_table *next_ft; in __mlx5_create_flow_table() local
1171 next_ft = unmanaged ? ft_attr->next_ft : in __mlx5_create_flow_table()
1175 err = root->cmds->create_flow_table(root, ft, ft_attr, next_ft); in __mlx5_create_flow_table()
1327 INIT_LIST_HEAD(&rule->next_ft); in alloc_rule()
2063 struct mlx5_flow_table *next_ft = NULL; in mlx5_add_flow_rules() local
[all …]
Dfs_core.h170 struct list_head next_ft; member
/Linux-v6.1/include/linux/mlx5/
Dfs.h184 struct mlx5_flow_table *next_ft; member