Searched refs:next_ft (Results 1 – 4 of 4) sorted by relevance
70 struct mlx5_flow_table *next_ft; member171 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() argument387 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() argument421 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() local502 next_ft = (chain == mlx5_chains_get_nf_ft_chain(chains)) ? in mlx5_chains_create_prio()[all …]
284 struct mlx5_flow_table next_ft; in ipsec_fs_roce_tx_mpv_create_ft() local301 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() local524 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()
42 struct mlx5_flow_table *next_ft);48 struct mlx5_flow_table *next_ft);
627 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() local1304 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() local1378 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 …]