Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/aic94xx/
Daic94xx_dev.c16 #define FIND_FREE_DDB(_ha) find_first_zero_bit((_ha)->hw_prof.ddb_bitmap, \
18 #define SET_DDB(_ddb, _ha) set_bit(_ddb, (_ha)->hw_prof.ddb_bitmap)
19 #define CLEAR_DDB(_ddb, _ha) clear_bit(_ddb, (_ha)->hw_prof.ddb_bitmap)
Daic94xx_hwi.h101 void *ddb_bitmap; member
Daic94xx_init.c573 kfree(asd_ha->hw_prof.ddb_bitmap); in asd_destroy_ha_caches()
574 asd_ha->hw_prof.ddb_bitmap = NULL; in asd_destroy_ha_caches()
Daic94xx_hwi.c599 asd_ha->hw_prof.ddb_bitmap = kzalloc(bitmap_bytes, GFP_KERNEL); in asd_init_ctxmem()
600 if (!asd_ha->hw_prof.ddb_bitmap) in asd_init_ctxmem()
Daic94xx_seq.c1139 set_bit(0, asd_ha->hw_prof.ddb_bitmap); in asd_init_ddb_0()