Lines Matching defs:hba_count
110 static int hba_count = 0;
205 return hba_count-1;
294 if (hba_count && register_chrdev(DPTI_I2O_MAJOR, DPT_DRIVER, &adpt_fops)) {
298 return hba_count;
931 pHba->unit = hba_count;
932 sprintf(pHba->name, "dpti%d", hba_count);
933 hba_count++;
964 hba_count-1, base_addr_virt,
969 hba_count-1, pDev->irq,
1013 hba_count--;
1062 if(hba_count <= 0){
1553 if (minor >= hba_count) {
1587 if (minor >= hba_count) {
2804 (hba_count) * sizeof(struct i2o_sys_tbl_entry);
2813 sys_tbl->num_entries = hba_count;