Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/aic94xx/
Daic94xx_dev.c33 #define FIND_FREE_DDB(_ha) find_first_zero_bit((_ha)->hw_prof.ddb_bitmap, \
35 #define SET_DDB(_ddb, _ha) set_bit(_ddb, (_ha)->hw_prof.ddb_bitmap)
36 #define CLEAR_DDB(_ddb, _ha) clear_bit(_ddb, (_ha)->hw_prof.ddb_bitmap)
Daic94xx_init.c600 if (asd_ha->hw_prof.ddb_bitmap) in asd_destroy_ha_caches()
601 kfree(asd_ha->hw_prof.ddb_bitmap); in asd_destroy_ha_caches()
602 asd_ha->hw_prof.ddb_bitmap = NULL; in asd_destroy_ha_caches()
Daic94xx_hwi.h119 void *ddb_bitmap; member
Daic94xx_hwi.c612 asd_ha->hw_prof.ddb_bitmap = kzalloc(bitmap_bytes, GFP_KERNEL); in asd_init_ctxmem()
613 if (!asd_ha->hw_prof.ddb_bitmap) in asd_init_ctxmem()
Daic94xx_seq.c1154 set_bit(0, asd_ha->hw_prof.ddb_bitmap); in asd_init_ddb_0()