Searched refs:tpnt (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/drivers/scsi/ |
D | st.c | 4255 struct scsi_tape *tpnt = NULL; in st_probe() local 4290 tpnt = kzalloc(sizeof(struct scsi_tape), GFP_KERNEL); in st_probe() 4291 if (tpnt == NULL) { in st_probe() 4296 kref_init(&tpnt->kref); in st_probe() 4297 tpnt->disk = disk; in st_probe() 4298 disk->private_data = &tpnt->driver; in st_probe() 4304 tpnt->driver = &st_template; in st_probe() 4306 tpnt->device = SDp; in st_probe() 4308 tpnt->tape_type = MT_ISSCSI1; in st_probe() 4310 tpnt->tape_type = MT_ISSCSI2; in st_probe() [all …]
|
D | osst.c | 5840 struct osst_tape * tpnt; in osst_probe() local 5883 tpnt = kzalloc(sizeof(struct osst_tape), GFP_ATOMIC); in osst_probe() 5884 if (!tpnt) { in osst_probe() 5898 kfree(tpnt); in osst_probe() 5901 os_scsi_tapes[dev_num] = tpnt; in osst_probe() 5902 tpnt->buffer = buffer; in osst_probe() 5903 tpnt->device = SDp; in osst_probe() 5904 drive->private_data = &tpnt->driver; in osst_probe() 5906 tpnt->driver = &osst_template; in osst_probe() 5907 tpnt->drive = drive; in osst_probe() [all …]
|
D | 53c700.c | 285 NCR_700_detect(struct scsi_host_template *tpnt, in NCR_700_detect() argument 295 if(tpnt->sdev_attrs == NULL) in NCR_700_detect() 296 tpnt->sdev_attrs = NCR_700_dev_attrs; in NCR_700_detect() 315 tpnt->queuecommand = NCR_700_queuecommand; in NCR_700_detect() 316 tpnt->eh_abort_handler = NCR_700_abort; in NCR_700_detect() 317 tpnt->eh_host_reset_handler = NCR_700_host_reset; in NCR_700_detect() 318 tpnt->can_queue = NCR_700_COMMAND_SLOTS_PER_HOST; in NCR_700_detect() 319 tpnt->sg_tablesize = NCR_700_SG_SEGMENTS; in NCR_700_detect() 320 tpnt->cmd_per_lun = NCR_700_CMD_PER_LUN; in NCR_700_detect() 321 tpnt->use_clustering = ENABLE_CLUSTERING; in NCR_700_detect() [all …]
|
D | jazz_esp.c | 134 struct scsi_host_template *tpnt = &scsi_esp_template; in esp_jazz_probe() local 140 host = scsi_host_alloc(tpnt, sizeof(struct esp)); in esp_jazz_probe()
|
D | sun3x_esp.c | 199 struct scsi_host_template *tpnt = &scsi_esp_template; in esp_sun3x_probe() local 205 host = scsi_host_alloc(tpnt, sizeof(struct esp)); in esp_sun3x_probe()
|
D | mac_esp.c | 488 struct scsi_host_template *tpnt = &scsi_esp_template; in esp_mac_probe() local 500 host = scsi_host_alloc(tpnt, sizeof(struct esp)); in esp_mac_probe()
|
D | sun_esp.c | 492 struct scsi_host_template *tpnt = &scsi_esp_template; in esp_sbus_probe_one() local 497 host = scsi_host_alloc(tpnt, sizeof(struct esp)); in esp_sbus_probe_one()
|
D | g_NCR5380.c | 221 static int generic_NCR5380_init_one(struct scsi_host_template *tpnt, in generic_NCR5380_init_one() argument 313 instance = scsi_host_alloc(tpnt, sizeof(struct NCR5380_hostdata)); in generic_NCR5380_init_one()
|
D | ncr53c8xx.c | 8294 struct Scsi_Host * __init ncr_attach(struct scsi_host_template *tpnt, argument 8303 if (!tpnt->name) 8304 tpnt->name = SCSI_NCR_DRIVER_NAME; 8305 if (!tpnt->shost_attrs) 8306 tpnt->shost_attrs = ncr53c8xx_host_attrs; 8308 tpnt->queuecommand = ncr53c8xx_queue_command; 8309 tpnt->slave_configure = ncr53c8xx_slave_configure; 8310 tpnt->slave_alloc = ncr53c8xx_slave_alloc; 8311 tpnt->eh_bus_reset_handler = ncr53c8xx_bus_reset; 8312 tpnt->can_queue = SCSI_NCR_CAN_QUEUE; [all …]
|
D | aha1542.c | 702 static struct Scsi_Host *aha1542_hw_init(struct scsi_host_template *tpnt, struct device *pdev, int … in aha1542_hw_init() argument 715 sh = scsi_host_alloc(tpnt, sizeof(struct aha1542_hostdata)); in aha1542_hw_init()
|
D | zorro_esp.c | 929 struct scsi_host_template *tpnt = &scsi_esp_template; in zorro_esp_probe() local 990 host = scsi_host_alloc(tpnt, sizeof(struct esp)); in zorro_esp_probe()
|
D | ncr53c8xx.h | 1319 extern struct Scsi_Host *ncr_attach(struct scsi_host_template *tpnt, int unit, struct ncr_device *d…
|
/Linux-v4.19/drivers/scsi/pcmcia/ |
D | sym53c500_cs.c | 706 struct scsi_host_template *tpnt = &sym53c500_driver_template; in SYM53C500_config() local 756 host = scsi_host_alloc(tpnt, sizeof(struct sym53c500_data)); in SYM53C500_config()
|
/Linux-v4.19/drivers/scsi/sym53c8xx_2/ |
D | sym_glue.c | 1249 static struct Scsi_Host *sym_attach(struct scsi_host_template *tpnt, int unit, in sym_attach() argument 1271 shost = scsi_host_alloc(tpnt, sizeof(*sym_data)); in sym_attach()
|