ddb_bitmap         16 drivers/scsi/aic94xx/aic94xx_dev.c #define FIND_FREE_DDB(_ha) find_first_zero_bit((_ha)->hw_prof.ddb_bitmap, \
ddb_bitmap         18 drivers/scsi/aic94xx/aic94xx_dev.c #define SET_DDB(_ddb, _ha) set_bit(_ddb, (_ha)->hw_prof.ddb_bitmap)
ddb_bitmap         19 drivers/scsi/aic94xx/aic94xx_dev.c #define CLEAR_DDB(_ddb, _ha) clear_bit(_ddb, (_ha)->hw_prof.ddb_bitmap)
ddb_bitmap        599 drivers/scsi/aic94xx/aic94xx_hwi.c 	asd_ha->hw_prof.ddb_bitmap = kzalloc(bitmap_bytes, GFP_KERNEL);
ddb_bitmap        600 drivers/scsi/aic94xx/aic94xx_hwi.c 	if (!asd_ha->hw_prof.ddb_bitmap)
ddb_bitmap        101 drivers/scsi/aic94xx/aic94xx_hwi.h 	void  *ddb_bitmap;
ddb_bitmap        568 drivers/scsi/aic94xx/aic94xx_init.c 	kfree(asd_ha->hw_prof.ddb_bitmap);
ddb_bitmap        569 drivers/scsi/aic94xx/aic94xx_init.c 	asd_ha->hw_prof.ddb_bitmap = NULL;
ddb_bitmap       1136 drivers/scsi/aic94xx/aic94xx_seq.c 	set_bit(0, asd_ha->hw_prof.ddb_bitmap);