Searched refs:max_ddbs (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/scsi/aic94xx/
H A Daic94xx_hwi.c241 asd_ha->hw_prof.max_ddbs = asd_get_devctx_size(asd_ha)/ASD_DDB_SIZE;
242 ASD_DPRINTK("max_scbs:%d, max_ddbs:%d\n",
244 asd_ha->hw_prof.max_ddbs);
492 dma_addr -= asd_ha->hw_prof.max_ddbs * ASD_DDB_SIZE;
497 asd_ha->hw_prof.max_ddbs += MAX_DEVS;
510 if (max_devs <= asd_ha->hw_prof.max_ddbs || max_devs > 0xFFFF) {
511 max_devs = asd_ha->hw_prof.max_ddbs;
515 size = (max_devs - asd_ha->hw_prof.max_ddbs + 1) * ASD_DDB_SIZE;
521 max_devs = asd_ha->hw_prof.max_ddbs;
526 dma_addr -= asd_ha->hw_prof.max_ddbs * ASD_DDB_SIZ
[all...]
H A Daic94xx_dev.c17 (_ha)->hw_prof.max_ddbs)
26 if (ddb >= asd_ha->hw_prof.max_ddbs) {
H A Daic94xx_hwi.h97 u32 max_ddbs; member in struct:hw_profile
H A Daic94xx_seq.c540 (u16)asd_ha->hw_prof.max_ddbs);
724 (u16)asd_ha->hw_prof.max_ddbs);
1116 asd_ha->hw_prof.max_ddbs-1);
H A Daic94xx_init.c199 asd_ha->hw_prof.max_ddbs = ASD_MAX_DDBS;
/linux-master/drivers/scsi/qla4xxx/
H A Dql4_os.c3020 int idx = 0, max_ddbs, rval; local
3034 max_ddbs = is_qla40XX(ha) ? MAX_DEV_DB_ENTRIES_40XX :
3037 for (idx = 0; idx < max_ddbs; idx++) {
3080 if (idx == max_ddbs)
6724 int max_ddbs; local
6727 max_ddbs = is_qla40XX(ha) ? MAX_DEV_DB_ENTRIES_40XX :
6748 for (idx = 0; idx < max_ddbs; idx++) {
6762 if (idx == max_ddbs)
6778 int max_ddbs; local
6795 max_ddbs
6881 uint32_t max_ddbs = 0; local
7007 int max_ddbs; local
7115 int max_ddbs; local
7294 uint16_t max_ddbs = 0; local
8441 uint16_t max_ddbs; local
8561 int max_ddbs, idx, ret; local
[all...]
H A Dql4_init.c914 int max_ddbs; local
919 max_ddbs = is_qla40XX(ha) ? MAX_DEV_DB_ENTRIES_40XX :
922 for (idx = 0; idx < max_ddbs; idx = next_idx) {

Completed in 289 milliseconds