Lines Matching defs:hba_count
84 static int hba_count;
3024 if( put_user(hba_count, (u32 __user *)uioc.uioc_uaddr) )
3032 return hba_count;
3039 if( (adapno = GETADAP(uioc.adapno)) >= hba_count )
3053 if( (adapno = GETADAP(uioc.adapno)) >= hba_count )
3100 if( (adapno = GETADAP(uioc.adapno)) >= hba_count )
4162 if (hba_count >= MAX_CONTROLLERS)
4365 mega_hbas[hba_count].is_bios_enabled = 1;
4366 mega_hbas[hba_count].hostdata_addr = adapter;
4420 hba_soft_state[hba_count] = adapter;
4427 i = hba_count;
4474 mega_create_proc_entry(hba_count, mega_proc_dir_entry);
4481 hba_count++;
4576 hba_count--;