Searched refs:hba_count (Results 1 - 2 of 2) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Ddpt_i2o.c116 static int hba_count = 0; variable
192 return hba_count-1;
262 if (hba_count && register_chrdev(DPTI_I2O_MAJOR, DPT_DRIVER, &adpt_fops)) {
266 return hba_count;
973 pHba->unit = hba_count;
974 sprintf(pHba->name, "dpti%d", hba_count);
975 hba_count++;
1004 hba_count-1, base_addr_virt, hba_map0_area_size, pDev->irq);
1006 printk(KERN_INFO"Adaptec I2O RAID controller %d irq=%d\n",hba_count-1, pDev->irq);
1051 hba_count
[all...]
H A Dmegaraid.c85 static int hba_count; variable
3429 if( put_user(hba_count, (u32 __user *)uioc.uioc_uaddr) )
3437 return hba_count;
3444 if( (adapno = GETADAP(uioc.adapno)) >= hba_count )
3458 if( (adapno = GETADAP(uioc.adapno)) >= hba_count )
3505 if( (adapno = GETADAP(uioc.adapno)) >= hba_count )
4783 mega_hbas[hba_count].is_bios_enabled = 1;
4784 mega_hbas[hba_count].hostdata_addr = adapter;
4838 hba_soft_state[hba_count] = adapter;
4845 i = hba_count;
[all...]

Completed in 30 milliseconds