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

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c1191 struct mlx5_flow_table *next_ft, *first_ft; local
1196 first_ft = list_first_entry_or_null(&prio->node.children,
1198 if (!first_ft || first_ft->level > ft->level) {
1203 next_ft = first_ft ? first_ft : find_next_chained_ft(&prio->node);

Completed in 136 milliseconds