Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Dfs_core.h268 struct ida fte_allocator; member
A Dfs_core.c681 ida_free(&fg->fte_allocator, fte->index - fg->start_index); in del_sw_fte()
714 ida_destroy(&fg->fte_allocator); in del_sw_flow_group()
731 index = ida_alloc_max(&fg->fte_allocator, fg->max_ftes - 1, GFP_KERNEL); in insert_fte()
747 ida_free(&fg->fte_allocator, index); in insert_fte()
798 ida_init(&fg->fte_allocator); in alloc_flow_group()

Completed in 11 milliseconds