Searched refs:next_ft (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| H A D | fs_chains.c | 70 struct mlx5_flow_table *next_ft; member 172 ft_attr.next_ft = chains_default_ft(chains); in mlx5_chains_create_table() 376 struct mlx5_flow_table *next_ft) in mlx5_chains_add_miss_rule() argument 388 dest.ft = next_ft; in mlx5_chains_add_miss_rule() 390 if (chains->chains_mapping && next_ft == chains_end_ft(chains) && in mlx5_chains_add_miss_rule() 402 struct mlx5_flow_table *next_ft) in mlx5_chains_update_prio_prevs() argument 422 next_ft); in mlx5_chains_update_prio_prevs() 442 pos->next_ft = next_ft; in mlx5_chains_update_prio_prevs() 472 struct mlx5_flow_table *next_ft; in mlx5_chains_create_prio() local 503 next_ft = (chain == mlx5_chains_get_nf_ft_chain(chains)) ? in mlx5_chains_create_prio() [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | fs_cmd.h | 42 struct mlx5_flow_table *next_ft); 48 struct mlx5_flow_table *next_ft);
|
| H A D | fs_cmd.c | 54 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 284 struct mlx5_flow_table *next_ft) in mlx5_cmd_create_flow_table() argument 323 if (next_ft) { in mlx5_cmd_create_flow_table() 328 flow_table_context.table_miss_id, next_ft->id); in mlx5_cmd_create_flow_table() 338 if (next_ft) in mlx5_cmd_create_flow_table() 341 next_ft->id); in mlx5_cmd_create_flow_table() 385 struct mlx5_flow_table *next_ft) in mlx5_cmd_modify_flow_table() argument 398 if (next_ft) { in mlx5_cmd_modify_flow_table() 400 flow_table_context.lag_master_next_table_id, next_ft->id); in mlx5_cmd_modify_flow_table() [all …]
|
| H A D | fs_core.c | 632 list_del(&rule->next_ft); in del_sw_hw_dup_rule() 656 list_del(&rule->next_ft); in del_sw_hw_rule() 1282 list_for_each_entry(iter, &new_next_ft->fwd_rules, next_ft) { in connect_fwd_rules() 1298 struct mlx5_flow_table *next_ft, *first_ft; in connect_flow_table() local 1310 next_ft = first_ft ? first_ft : find_next_chained_ft(&prio->node); in connect_flow_table() 1311 err = connect_fwd_rules(dev, ft, next_ft); in connect_flow_table() 1343 struct mlx5_flow_table *next_ft; in __mlx5_create_flow_table() local 1381 next_ft = unmanaged ? ft_attr->next_ft : in __mlx5_create_flow_table() 1385 err = root->cmds->create_flow_table(root, ft, ft_attr, next_ft); in __mlx5_create_flow_table() 1537 INIT_LIST_HEAD(&rule->next_ft); in alloc_rule() [all …]
|
| H A D | fs_core.h | 172 struct list_head next_ft; member
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| H A D | fs_hws.c | 175 struct mlx5_flow_table *next_ft) in mlx5_fs_set_ft_default_miss() argument 184 if (!next_ft && !ft->fs_hws_table.miss_ft_set) in mlx5_fs_set_ft_default_miss() 187 next_tbl = next_ft ? next_ft->fs_hws_table.hws_table : NULL; in mlx5_fs_set_ft_default_miss() 244 struct mlx5_flow_table *next_ft) in mlx5_cmd_hws_create_flow_table() argument 253 next_ft); in mlx5_cmd_hws_create_flow_table() 280 if (next_ft) { in mlx5_cmd_hws_create_flow_table() 281 err = mlx5_fs_set_ft_default_miss(ns, ft, next_ft); in mlx5_cmd_hws_create_flow_table() 326 struct mlx5_flow_table *next_ft) in mlx5_cmd_hws_modify_flow_table() argument 329 return mlx5_fs_cmd_get_fw_cmds()->modify_flow_table(ns, ft, next_ft); in mlx5_cmd_hws_modify_flow_table() 331 return mlx5_fs_set_ft_default_miss(ns, ft, next_ft); in mlx5_cmd_hws_modify_flow_table()
|
| /linux/include/linux/mlx5/ |
| H A D | fs.h | 232 struct mlx5_flow_table *next_ft; member
|