Home
last modified time | relevance | path

Searched refs:hba_count (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/scsi/
H A Dmegaraid.c88 static int hba_count; variable
3005 if( put_user(hba_count, (u32 __user *)uioc.uioc_uaddr) ) in megadev_ioctl()
3013 return hba_count; in megadev_ioctl()
3020 if( (adapno = GETADAP(uioc.adapno)) >= hba_count ) in megadev_ioctl()
3034 if( (adapno = GETADAP(uioc.adapno)) >= hba_count ) in megadev_ioctl()
3081 if( (adapno = GETADAP(uioc.adapno)) >= hba_count ) in megadev_ioctl()
4128 if (hba_count >= MAX_CONTROLLERS) in megaraid_probe_one()
4331 mega_hbas[hba_count].is_bios_enabled = 1; in megaraid_probe_one()
4332 mega_hbas[hba_count].hostdata_addr = adapter; in megaraid_probe_one()
4386 hba_soft_state[hba_count] = adapter; in megaraid_probe_one()
[all …]