Lines Matching defs:hba_count
88 static int hba_count;
3010 if( put_user(hba_count, (u32 __user *)uioc.uioc_uaddr) )
3018 return hba_count;
3025 if( (adapno = GETADAP(uioc.adapno)) >= hba_count )
3039 if( (adapno = GETADAP(uioc.adapno)) >= hba_count )
3086 if( (adapno = GETADAP(uioc.adapno)) >= hba_count )
4135 if (hba_count >= MAX_CONTROLLERS)
4338 mega_hbas[hba_count].is_bios_enabled = 1;
4339 mega_hbas[hba_count].hostdata_addr = adapter;
4393 hba_soft_state[hba_count] = adapter;
4400 i = hba_count;
4447 mega_create_proc_entry(hba_count, mega_proc_dir_entry);
4454 hba_count++;
4549 hba_count--;