Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/
Dmegaraid.c88 static int hba_count; variable
3010 if( put_user(hba_count, (u32 __user *)uioc.uioc_uaddr) ) in megadev_ioctl()
3018 return hba_count; in megadev_ioctl()
3025 if( (adapno = GETADAP(uioc.adapno)) >= hba_count ) in megadev_ioctl()
3039 if( (adapno = GETADAP(uioc.adapno)) >= hba_count ) in megadev_ioctl()
3086 if( (adapno = GETADAP(uioc.adapno)) >= hba_count ) in megadev_ioctl()
4135 if (hba_count >= MAX_CONTROLLERS) in megaraid_probe_one()
4338 mega_hbas[hba_count].is_bios_enabled = 1; in megaraid_probe_one()
4339 mega_hbas[hba_count].hostdata_addr = adapter; in megaraid_probe_one()
4393 hba_soft_state[hba_count] = adapter; in megaraid_probe_one()
[all …]