Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dfs_chains.c70 struct mlx5_flow_table *next_ft; member
171 ft_attr.next_ft = chains_default_ft(chains); in mlx5_chains_create_table()
375 struct mlx5_flow_table *next_ft) in mlx5_chains_add_miss_rule() argument
387 dest.ft = next_ft; in mlx5_chains_add_miss_rule()
389 if (chains->chains_mapping && next_ft == chains_end_ft(chains) && in mlx5_chains_add_miss_rule()
401 struct mlx5_flow_table *next_ft) in mlx5_chains_update_prio_prevs() argument
421 next_ft); in mlx5_chains_update_prio_prevs()
441 pos->next_ft = next_ft; in mlx5_chains_update_prio_prevs()
471 struct mlx5_flow_table *next_ft; in mlx5_chains_create_prio() local
502 next_ft = (chain == mlx5_chains_get_nf_ft_chain(chains)) ? in mlx5_chains_create_prio()
[all …]
H A Dipsec_fs_roce.c284 struct mlx5_flow_table next_ft; in ipsec_fs_roce_tx_mpv_create_ft() local
301 next_ft.id = roce->alias_id; in ipsec_fs_roce_tx_mpv_create_ft()
303 ft_attr.next_ft = &next_ft; in ipsec_fs_roce_tx_mpv_create_ft()
444 struct mlx5_flow_table next_ft; in ipsec_fs_roce_rx_mpv_create() local
524 next_ft.id = roce->alias_id; in ipsec_fs_roce_rx_mpv_create()
529 ft_attr.next_ft = &next_ft; in ipsec_fs_roce_rx_mpv_create()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_cmd.h42 struct mlx5_flow_table *next_ft);
48 struct mlx5_flow_table *next_ft);
H A Dfs_core.c627 list_del(&rule->next_ft); in del_sw_hw_dup_rule()
651 list_del(&rule->next_ft); in del_sw_hw_rule()
1276 list_for_each_entry(iter, &new_next_ft->fwd_rules, next_ft) { in connect_fwd_rules()
1292 struct mlx5_flow_table *next_ft, *first_ft; in connect_flow_table() local
1304 next_ft = first_ft ? first_ft : find_next_chained_ft(&prio->node); in connect_flow_table()
1305 err = connect_fwd_rules(dev, ft, next_ft); in connect_flow_table()
1337 struct mlx5_flow_table *next_ft; in __mlx5_create_flow_table() local
1378 next_ft = unmanaged ? ft_attr->next_ft : in __mlx5_create_flow_table()
1382 err = root->cmds->create_flow_table(root, ft, ft_attr, next_ft); in __mlx5_create_flow_table()
1534 INIT_LIST_HEAD(&rule->next_ft); in alloc_rule()
[all …]