Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dfs_chains.c70 struct mlx5_flow_table *next_ft; member
167 ft_attr.next_ft = tc_default_ft(chains); in mlx5_chains_create_table()
365 struct mlx5_flow_table *next_ft) in mlx5_chains_add_miss_rule() argument
377 dest.ft = next_ft; in mlx5_chains_add_miss_rule()
379 if (next_ft == tc_end_ft(chains) && in mlx5_chains_add_miss_rule()
391 struct mlx5_flow_table *next_ft) in mlx5_chains_update_prio_prevs() argument
411 next_ft); in mlx5_chains_update_prio_prevs()
431 pos->next_ft = next_ft; in mlx5_chains_update_prio_prevs()
461 struct mlx5_flow_table *next_ft; in mlx5_chains_create_prio() local
492 next_ft = (chain == mlx5_chains_get_nf_ft_chain(chains)) ? in mlx5_chains_create_prio()
[all …]
/Linux-v5.15/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
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-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_cmd.c54 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
242 struct mlx5_flow_table *next_ft) in mlx5_cmd_create_flow_table() argument
277 if (next_ft) { in mlx5_cmd_create_flow_table()
282 flow_table_context.table_miss_id, next_ft->id); in mlx5_cmd_create_flow_table()
292 if (next_ft) in mlx5_cmd_create_flow_table()
295 next_ft->id); in mlx5_cmd_create_flow_table()
335 struct mlx5_flow_table *next_ft) in mlx5_cmd_modify_flow_table() argument
348 if (next_ft) { in mlx5_cmd_modify_flow_table()
350 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.c525 list_del(&rule->next_ft); in del_sw_hw_rule()
1011 list_for_each_entry(iter, &new_next_ft->fwd_rules, next_ft) { in connect_fwd_rules()
1027 struct mlx5_flow_table *next_ft, *first_ft; in connect_flow_table() local
1039 next_ft = first_ft ? first_ft : find_next_chained_ft(prio); in connect_flow_table()
1040 err = connect_fwd_rules(dev, ft, next_ft); in connect_flow_table()
1072 struct mlx5_flow_table *next_ft; in __mlx5_create_flow_table() local
1113 next_ft = unmanaged ? ft_attr->next_ft : in __mlx5_create_flow_table()
1117 err = root->cmds->create_flow_table(root, ft, ft_attr->max_fte, next_ft); in __mlx5_create_flow_table()
1263 INIT_LIST_HEAD(&rule->next_ft); in alloc_rule()
1957 struct mlx5_flow_table *next_ft = NULL; in mlx5_add_flow_rules() local
[all …]
Dfs_core.h158 struct list_head next_ft; member
/Linux-v5.15/include/linux/mlx5/
Dfs.h164 struct mlx5_flow_table *next_ft; member