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()
979 pHba->unit = hba_count; in adpt_install_hba()
980 sprintf(pHba->name, "dpti%d", hba_count); in adpt_install_hba()
981 hba_count++; in adpt_install_hba()
1012 hba_count-1, base_addr_virt, in adpt_install_hba()
1017 hba_count-1, pDev->irq, in adpt_install_hba()
1061 hba_count--; in adpt_i2o_delete_hba()
1110 if(hba_count <= 0){ in adpt_i2o_delete_hba()
1602 if (minor >= hba_count) { in adpt_open()
1636 if (minor >= hba_count) { in adpt_close()
3087 (hba_count) * sizeof(struct i2o_sys_tbl_entry); in adpt_i2o_build_sys_table()
3097 sys_tbl->num_entries = hba_count; in adpt_i2o_build_sys_table()