Lines Matching refs:tpnt
8297 struct Scsi_Host * __init ncr_attach(struct scsi_host_template *tpnt, argument
8306 if (!tpnt->name)
8307 tpnt->name = SCSI_NCR_DRIVER_NAME;
8308 if (!tpnt->shost_attrs)
8309 tpnt->shost_attrs = ncr53c8xx_host_attrs;
8311 tpnt->queuecommand = ncr53c8xx_queue_command;
8312 tpnt->slave_configure = ncr53c8xx_slave_configure;
8313 tpnt->slave_alloc = ncr53c8xx_slave_alloc;
8314 tpnt->eh_bus_reset_handler = ncr53c8xx_bus_reset;
8315 tpnt->can_queue = SCSI_NCR_CAN_QUEUE;
8316 tpnt->this_id = 7;
8317 tpnt->sg_tablesize = SCSI_NCR_SG_TABLESIZE;
8318 tpnt->cmd_per_lun = SCSI_NCR_CMD_PER_LUN;
8319 tpnt->use_clustering = ENABLE_CLUSTERING;
8327 instance = scsi_host_alloc(tpnt, sizeof(*host_data));