Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/
Dmegaraid.c88 static int hba_count; variable
3009 if( put_user(hba_count, (u32 __user *)uioc.uioc_uaddr) ) in megadev_ioctl()
3017 return hba_count; in megadev_ioctl()
3024 if( (adapno = GETADAP(uioc.adapno)) >= hba_count ) in megadev_ioctl()
3038 if( (adapno = GETADAP(uioc.adapno)) >= hba_count ) in megadev_ioctl()
3085 if( (adapno = GETADAP(uioc.adapno)) >= hba_count ) in megadev_ioctl()
4134 if (hba_count >= MAX_CONTROLLERS) in megaraid_probe_one()
4337 mega_hbas[hba_count].is_bios_enabled = 1; in megaraid_probe_one()
4338 mega_hbas[hba_count].hostdata_addr = adapter; in megaraid_probe_one()
4392 hba_soft_state[hba_count] = adapter; in megaraid_probe_one()
[all …]