Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/lib/
Ddm.c15 unsigned long *header_modify_pattern_sw_icm_alloc_blocks; member
66 dm->header_modify_pattern_sw_icm_alloc_blocks = in mlx5_dm_create()
68 if (!dm->header_modify_pattern_sw_icm_alloc_blocks) in mlx5_dm_create()
108 if (dm->header_modify_pattern_sw_icm_alloc_blocks) { in mlx5_dm_cleanup()
109 WARN_ON(!bitmap_empty(dm->header_modify_pattern_sw_icm_alloc_blocks, in mlx5_dm_cleanup()
113 bitmap_free(dm->header_modify_pattern_sw_icm_alloc_blocks); in mlx5_dm_cleanup()
165 block_map = dm->header_modify_pattern_sw_icm_alloc_blocks; in mlx5_dm_sw_icm_alloc()
243 block_map = dm->header_modify_pattern_sw_icm_alloc_blocks; in mlx5_dm_sw_icm_dealloc()