Lines Matching refs:hba_count
110 static int hba_count = 0; variable
205 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()
976 pHba->unit = hba_count; in adpt_install_hba()
977 sprintf(pHba->name, "dpti%d", hba_count); in adpt_install_hba()
978 hba_count++; in adpt_install_hba()
1009 hba_count-1, base_addr_virt, in adpt_install_hba()
1014 hba_count-1, pDev->irq, in adpt_install_hba()
1058 hba_count--; in adpt_i2o_delete_hba()
1107 if(hba_count <= 0){ in adpt_i2o_delete_hba()
1598 if (minor >= hba_count) { in adpt_open()
1632 if (minor >= hba_count) { in adpt_close()
3062 (hba_count) * sizeof(struct i2o_sys_tbl_entry); in adpt_i2o_build_sys_table()
3071 sys_tbl->num_entries = hba_count; in adpt_i2o_build_sys_table()