Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c1292 struct mlx5_flow_table *next_ft, *first_ft; in connect_flow_table() local
1297 first_ft = list_first_entry_or_null(&prio->node.children, in connect_flow_table()
1299 if (!first_ft || first_ft->level > ft->level) { in connect_flow_table()
1304 next_ft = first_ft ? first_ft : find_next_chained_ft(&prio->node); in connect_flow_table()