Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/aic94xx/
H A 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)
H A Daic94xx_hwi.h101 void *ddb_bitmap; member
H A 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()
H A Daic94xx_hwi.c597 asd_ha->hw_prof.ddb_bitmap = kzalloc(bitmap_bytes, GFP_KERNEL); in asd_init_ctxmem()
598 if (!asd_ha->hw_prof.ddb_bitmap) in asd_init_ctxmem()
H A Daic94xx_seq.c1139 set_bit(0, asd_ha->hw_prof.ddb_bitmap); in asd_init_ddb_0()