Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Dalloc.c213 struct mlx4_zone_entry { struct
250 struct mlx4_zone_entry *it; in mlx4_zone_add_one()
251 struct mlx4_zone_entry *zone = kmalloc(sizeof(*zone), GFP_KERNEL); in mlx4_zone_add_one()
286 static int __mlx4_zone_remove_one_entry(struct mlx4_zone_entry *entry) in __mlx4_zone_remove_one_entry()
293 struct mlx4_zone_entry *next = list_first_entry(&entry->list, in __mlx4_zone_remove_one_entry()
308 struct mlx4_zone_entry *it; in __mlx4_zone_remove_one_entry()
324 struct mlx4_zone_entry *zone, *tmp; in mlx4_zone_allocator_destroy()
339 static u32 __mlx4_alloc_from_zone(struct mlx4_zone_entry *zone, int count, in __mlx4_alloc_from_zone()
345 struct mlx4_zone_entry *curr_node; in __mlx4_alloc_from_zone()
362 struct mlx4_zone_entry *it = curr_node; in __mlx4_alloc_from_zone()
[all …]