Searched refs:next_ft (Results 1 – 7 of 7) sorted by relevance
70 struct mlx5_flow_table *next_ft; member171 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() argument381 dest.ft = next_ft; in mlx5_chains_add_miss_rule()383 if (next_ft == tc_end_ft(chains) && in mlx5_chains_add_miss_rule()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() local506 next_ft = p->key.level == 0 ? p->ft : p->next_ft; in mlx5_chains_create_prio()536 prio_s->next_ft = next_ft; in mlx5_chains_create_prio()[all …]
31 struct mlx5_flow_table *next_ft) in set_miss_action() argument38 next_tbl = next_ft ? next_ft->fs_dr_table.dr_table : NULL; in set_miss_action()67 struct mlx5_flow_table *next_ft) in mlx5_cmd_dr_create_flow_table() argument76 next_ft); in mlx5_cmd_dr_create_flow_table()93 if (next_ft) { in mlx5_cmd_dr_create_flow_table()94 err = set_miss_action(ns, ft, next_ft); in mlx5_cmd_dr_create_flow_table()136 struct mlx5_flow_table *next_ft) in mlx5_cmd_dr_modify_flow_table() argument139 return mlx5_fs_cmd_get_fw_cmds()->modify_flow_table(ns, ft, next_ft); in mlx5_cmd_dr_modify_flow_table()141 return set_miss_action(ns, ft, next_ft); in mlx5_cmd_dr_modify_flow_table()
54 struct mlx5_flow_table *next_ft) in mlx5_cmd_stub_create_flow_table() argument71 struct mlx5_flow_table *next_ft) in mlx5_cmd_stub_modify_flow_table() argument264 struct mlx5_flow_table *next_ft) in mlx5_cmd_create_flow_table() argument299 if (next_ft) { in mlx5_cmd_create_flow_table()304 flow_table_context.table_miss_id, next_ft->id); in mlx5_cmd_create_flow_table()314 if (next_ft) in mlx5_cmd_create_flow_table()317 next_ft->id); in mlx5_cmd_create_flow_table()357 struct mlx5_flow_table *next_ft) in mlx5_cmd_modify_flow_table() argument370 if (next_ft) { in mlx5_cmd_modify_flow_table()383 if (next_ft) { in mlx5_cmd_modify_flow_table()[all …]
42 struct mlx5_flow_table *next_ft);48 struct mlx5_flow_table *next_ft);
605 list_del(&rule->next_ft); in del_sw_hw_rule()1159 struct mlx5_flow_table *next_ft; in __mlx5_create_flow_table() local1200 next_ft = unmanaged ? ft_attr->next_ft : in __mlx5_create_flow_table()1356 INIT_LIST_HEAD(&rule->next_ft); in alloc_rule()2116 if (!next_ft) { in mlx5_add_flow_rules()2131 gen_dest[i].ft = next_ft; in mlx5_add_flow_rules()2142 mutex_lock(&next_ft->lock); in mlx5_add_flow_rules()2144 &next_ft->fwd_rules); in mlx5_add_flow_rules()2145 mutex_unlock(&next_ft->lock); in mlx5_add_flow_rules()2255 struct mlx5_flow_table *next_ft; in disconnect_flow_table() local[all …]
171 struct list_head next_ft; member
199 struct mlx5_flow_table *next_ft; member
Completed in 18 milliseconds