Home
last modified time | relevance | path

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

/src/sys/dev/mlx5/mlx5_core/
H A Dfs_core.h253 struct ida fte_allocator; member
H A Dmlx5_fs_core.c661 ida_free(&fg->fte_allocator, fte->index - fg->start_index); in del_sw_fte()
693 ida_destroy(&fg->fte_allocator); in del_sw_flow_group()
708 index = ida_alloc_max(&fg->fte_allocator, fg->max_ftes, GFP_KERNEL); in insert_fte()
722 ida_free(&fg->fte_allocator, index); in insert_fte()
768 ida_init(&fg->fte_allocator); in alloc_flow_group()