/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | a100u2w.h | 235 u8 max_targets; /* SCSI0MAXTags */ member
|
H A D | a100u2w.c | 545 host->max_targets = MAX_TARGETS; in init_orchid() 1154 shost->max_id = host->max_targets; in inia100_probe_one()
|
H A D | storvsc_drv.c | 1905 int max_targets; in storvsc_probe() local 1916 max_targets = STORVSC_IDE_MAX_TARGETS; in storvsc_probe() 1920 max_targets = STORVSC_MAX_TARGETS; in storvsc_probe() 1983 host->max_id = max_targets; in storvsc_probe()
|
H A D | myrs.c | 629 shost->max_id = info->max_targets[0]; in myrs_get_config() 631 if (!info->max_targets[i]) in myrs_get_config() 633 if (shost->max_id < info->max_targets[i]) in myrs_get_config() 634 shost->max_id = info->max_targets[i]; in myrs_get_config() 667 if (!info->max_targets[i]) in myrs_get_config() 671 i, info->max_targets[i]); in myrs_get_config()
|
H A D | myrs.h | 245 unsigned char max_targets[16]; /* Bytes 180-195 */ member
|
H A D | myrb.h | 248 unsigned char max_targets; /* Byte 14 */ member
|
H A D | myrb.c | 1099 shost->max_id = enquiry2->max_targets; in myrb_get_hba_config()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | a100u2w.h | 235 u8 max_targets; /* SCSI0MAXTags */ member
|
H A D | a100u2w.c | 545 host->max_targets = MAX_TARGETS; in init_orchid() 1146 shost->max_id = host->max_targets; in inia100_probe_one()
|
H A D | myrs.c | 626 shost->max_id = info->max_targets[0]; in myrs_get_config() 628 if (!info->max_targets[i]) in myrs_get_config() 630 if (shost->max_id < info->max_targets[i]) in myrs_get_config() 631 shost->max_id = info->max_targets[i]; in myrs_get_config() 664 if (!info->max_targets[i]) in myrs_get_config() 668 i, info->max_targets[i]); in myrs_get_config()
|
H A D | myrs.h | 245 unsigned char max_targets[16]; /* Bytes 180-195 */ member
|
H A D | myrb.h | 248 unsigned char max_targets; /* Byte 14 */ member
|
H A D | myrb.c | 1097 shost->max_id = enquiry2->max_targets; in myrb_get_hba_config()
|
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic7xxx.h | 839 uint16_t max_targets; /* word 19 */ member
|
H A D | aic79xx.h | 884 uint16_t max_targets; /* word 19 */ member
|
H A D | aic7xxx_pci.c | 1409 int max_targ = sc->max_targets & CFMAXTARG; in ahc_parse_pci_eeprom()
|
H A D | aic79xx_core.c | 7623 max_targ = sc->max_targets & CFMAXTARG; in ahd_parse_cfgdata()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7xxx.h | 839 uint16_t max_targets; /* word 19 */ member
|
H A D | aic79xx.h | 884 uint16_t max_targets; /* word 19 */ member
|
H A D | aic7xxx_pci.c | 1409 int max_targ = sc->max_targets & CFMAXTARG; in ahc_parse_pci_eeprom()
|
H A D | aic79xx_core.c | 7622 max_targ = sc->max_targets & CFMAXTARG; in ahd_parse_cfgdata()
|
/kernel/linux/linux-5.10/drivers/scsi/ibmvscsi/ |
H A D | ibmvfc.c | 37 static unsigned int max_targets = IBMVFC_MAX_TARGETS; variable 65 module_param_named(max_targets, max_targets, uint, S_IRUGO); 66 MODULE_PARM_DESC(max_targets, "Maximum allowed targets. " 5007 vhost->disc_buf_sz = sizeof(*vhost->disc_buf) * max_targets; in ibmvfc_alloc_mem() 5130 shost->max_id = max_targets; in ibmvfc_probe()
|
/kernel/linux/linux-6.6/drivers/scsi/ibmvscsi/ |
H A D | ibmvfc.c | 38 static unsigned int max_targets = IBMVFC_MAX_TARGETS; variable 88 module_param_named(max_targets, max_targets, uint, S_IRUGO); 89 MODULE_PARM_DESC(max_targets, "Maximum allowed targets. " 6114 vhost->disc_buf_sz = sizeof(*vhost->disc_buf) * max_targets; in ibmvfc_alloc_mem() 6247 shost->max_id = max_targets; in ibmvfc_probe()
|