Searched refs:hba_count (Results 1 – 2 of 2) sorted by relevance
113 static int hba_count = 0; variable205 return hba_count-1; in adpt_detect()294 if (hba_count && register_chrdev(DPTI_I2O_MAJOR, DPT_DRIVER, &adpt_fops)) { in adpt_detect()298 return hba_count; in adpt_detect()1021 pHba->unit = hba_count; in adpt_install_hba()1022 sprintf(pHba->name, "dpti%d", hba_count); in adpt_install_hba()1023 hba_count++; in adpt_install_hba()1054 hba_count-1, base_addr_virt, in adpt_install_hba()1059 hba_count-1, pDev->irq, in adpt_install_hba()1105 hba_count--; in adpt_i2o_delete_hba()[all …]
89 static int hba_count; variable3065 if( put_user(hba_count, (u32 __user *)uioc.uioc_uaddr) ) in megadev_ioctl()3073 return hba_count; in megadev_ioctl()3080 if( (adapno = GETADAP(uioc.adapno)) >= hba_count ) in megadev_ioctl()3094 if( (adapno = GETADAP(uioc.adapno)) >= hba_count ) in megadev_ioctl()3141 if( (adapno = GETADAP(uioc.adapno)) >= hba_count ) in megadev_ioctl()4405 mega_hbas[hba_count].is_bios_enabled = 1; in megaraid_probe_one()4406 mega_hbas[hba_count].hostdata_addr = adapter; in megaraid_probe_one()4460 hba_soft_state[hba_count] = adapter; in megaraid_probe_one()4467 i = hba_count; in megaraid_probe_one()[all …]