Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Ddm.c15 unsigned long *header_modify_pattern_sw_icm_alloc_blocks; member
79 dm->header_modify_pattern_sw_icm_alloc_blocks = in mlx5_dm_create()
81 if (!dm->header_modify_pattern_sw_icm_alloc_blocks) in mlx5_dm_create()
132 if (dm->header_modify_pattern_sw_icm_alloc_blocks) { in mlx5_dm_cleanup()
133 WARN_ON(!bitmap_empty(dm->header_modify_pattern_sw_icm_alloc_blocks, in mlx5_dm_cleanup()
137 bitmap_free(dm->header_modify_pattern_sw_icm_alloc_blocks); in mlx5_dm_cleanup()
189 block_map = dm->header_modify_pattern_sw_icm_alloc_blocks; in mlx5_dm_sw_icm_alloc()
274 block_map = dm->header_modify_pattern_sw_icm_alloc_blocks; in mlx5_dm_sw_icm_dealloc()