Searched refs:hba_count (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A Ddpt_i2o.c113 static int hba_count = 0; variable
204 return hba_count-1;
293 if (hba_count && register_chrdev(DPTI_I2O_MAJOR, DPT_DRIVER, &adpt_fops)) {
297 return hba_count;
1109 pHba->unit = hba_count;
1110 sprintf(pHba->name, "dpti%d", hba_count);
1111 hba_count++;
1142 hba_count-1, base_addr_virt,
1147 hba_count-1, pDev->irq,
1193 hba_count
[all...]
H A Dmegaraid.c87 static int hba_count; variable
3358 if( put_user(hba_count, (u32 __user *)uioc.uioc_uaddr) )
3366 return hba_count;
3373 if( (adapno = GETADAP(uioc.adapno)) >= hba_count )
3387 if( (adapno = GETADAP(uioc.adapno)) >= hba_count )
3434 if( (adapno = GETADAP(uioc.adapno)) >= hba_count )
4728 mega_hbas[hba_count].is_bios_enabled = 1;
4729 mega_hbas[hba_count].hostdata_addr = adapter;
4783 hba_soft_state[hba_count] = adapter;
4790 i = hba_count;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A Ddpt_i2o.c113 static int hba_count = 0; variable
204 return hba_count-1;
293 if (hba_count && register_chrdev(DPTI_I2O_MAJOR, DPT_DRIVER, &adpt_fops)) {
297 return hba_count;
1109 pHba->unit = hba_count;
1110 sprintf(pHba->name, "dpti%d", hba_count);
1111 hba_count++;
1142 hba_count-1, base_addr_virt,
1147 hba_count-1, pDev->irq,
1193 hba_count
[all...]
H A Dmegaraid.c87 static int hba_count; variable
3358 if( put_user(hba_count, (u32 __user *)uioc.uioc_uaddr) )
3366 return hba_count;
3373 if( (adapno = GETADAP(uioc.adapno)) >= hba_count )
3387 if( (adapno = GETADAP(uioc.adapno)) >= hba_count )
3434 if( (adapno = GETADAP(uioc.adapno)) >= hba_count )
4728 mega_hbas[hba_count].is_bios_enabled = 1;
4729 mega_hbas[hba_count].hostdata_addr = adapter;
4783 hba_soft_state[hba_count] = adapter;
4790 i = hba_count;
[all...]

Completed in 92 milliseconds