Lines Matching refs:hba_count
113 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()
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()
1154 if(hba_count <= 0){ in adpt_i2o_delete_hba()
1651 if (minor >= hba_count) { in adpt_open()
1685 if (minor >= hba_count) { in adpt_close()
3123 (hba_count) * sizeof(struct i2o_sys_tbl_entry); in adpt_i2o_build_sys_table()
3133 sys_tbl->num_entries = hba_count; in adpt_i2o_build_sys_table()