Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/lib/
Ddm.c16 unsigned long *header_encap_sw_icm_alloc_blocks; member
64 dm->header_encap_sw_icm_alloc_blocks = in mlx5_dm_create()
66 if (!dm->header_encap_sw_icm_alloc_blocks) in mlx5_dm_create()
88 bitmap_free(dm->header_encap_sw_icm_alloc_blocks); in mlx5_dm_create()
124 if (dm->header_encap_sw_icm_alloc_blocks) { in mlx5_dm_cleanup()
125 WARN_ON(!bitmap_empty(dm->header_encap_sw_icm_alloc_blocks, in mlx5_dm_cleanup()
129 bitmap_free(dm->header_encap_sw_icm_alloc_blocks); in mlx5_dm_cleanup()
196 block_map = dm->header_encap_sw_icm_alloc_blocks; in mlx5_dm_sw_icm_alloc()
279 block_map = dm->header_encap_sw_icm_alloc_blocks; in mlx5_dm_sw_icm_dealloc()