Searched refs:hba_count (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | dpt_i2o.c | 110 static int hba_count = 0; variable 205 return hba_count-1; in adpt_detect() 294 if (hba_count && register_chrdev(DPTI_I2O_MAJOR, DPT_DRIVER, &adpt_fops)) { in adpt_detect() 298 return hba_count; in adpt_detect() 931 pHba->unit = hba_count; in adpt_install_hba() 932 sprintf(pHba->name, "dpti%d", hba_count); in adpt_install_hba() 933 hba_count++; in adpt_install_hba() 964 hba_count-1, base_addr_virt, in adpt_install_hba() 969 hba_count-1, pDev->irq, in adpt_install_hba() 1013 hba_count in adpt_i2o_delete_hba() [all...] |
H A D | megaraid.c | 84 static int hba_count; variable 3024 if( put_user(hba_count, (u32 __user *)uioc.uioc_uaddr) ) in megadev_ioctl() 3032 return hba_count; in megadev_ioctl() 3039 if( (adapno = GETADAP(uioc.adapno)) >= hba_count ) in megadev_ioctl() 3053 if( (adapno = GETADAP(uioc.adapno)) >= hba_count ) in megadev_ioctl() 3100 if( (adapno = GETADAP(uioc.adapno)) >= hba_count ) in megadev_ioctl() 4162 if (hba_count >= MAX_CONTROLLERS) in megaraid_probe_one() 4365 mega_hbas[hba_count].is_bios_enabled = 1; in megaraid_probe_one() 4366 mega_hbas[hba_count].hostdata_addr = adapter; in megaraid_probe_one() 4420 hba_soft_state[hba_count] in megaraid_probe_one() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | megaraid.c | 88 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] in megaraid_probe_one() [all...] |
Completed in 10 milliseconds