Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Duar.c91 bitmap_free(up->fp_bitmap); in up_rel_func()
116 up->fp_bitmap = bitmap_zalloc_node(bfregs, GFP_KERNEL, node); in alloc_uars_page()
117 if (!up->fp_bitmap) in alloc_uars_page()
124 set_bit(i, up->fp_bitmap); in alloc_uars_page()
159 bitmap_free(up->fp_bitmap); in alloc_uars_page()
237 bitmap = up->fp_bitmap; in alloc_bfreg()
314 bitmap = up->fp_bitmap; in mlx5_free_bfreg()
/linux-6.1.9/include/linux/mlx5/
Ddriver.h395 unsigned long *fp_bitmap; member