Searched refs:hostt (Results 1 - 25 of 35) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscsi_ioctl.c50 if (host->hostt->info)
51 string = host->hostt->info(host);
53 string = host->hostt->name;
272 if (sdev->host->hostt->ioctl)
273 return sdev->host->hostt->ioctl(sdev, cmd, arg);
H A Dscsi_proc.c64 n = shost->hostt->proc_info(shost, buffer, start, offset, length, 0);
93 ret = shost->hostt->proc_info(shost, page, &start, 0, count, 1);
146 struct scsi_host_template *sht = shost->hostt;
174 if (!shost->hostt->proc_dir)
178 remove_proc_entry(name, shost->hostt->proc_dir);
H A Dscsi_sysfs.c224 unsigned int supported_mode = shost->hostt->supported_mode;
257 shost_rd_attr2(proc_name, hostt->proc_name, "%s\n");
676 struct scsi_host_template *sht = sdev->host->hostt;
736 struct scsi_host_template *sht = sdev->host->hostt;
838 if (sdev->host->hostt->change_queue_depth) {
849 if (sdev->host->hostt->change_queue_type)
865 if (sdev->host->hostt->sdev_attrs) {
866 for (i = 0; sdev->host->hostt->sdev_attrs[i]; i++) {
868 sdev->host->hostt->sdev_attrs[i]);
892 if (sdev->host->hostt
[all...]
H A Dhosts.c203 struct scsi_host_template *sht = shost->hostt;
290 scsi_proc_hostdir_rm(shost->hostt);
375 shost->hostt = sht;
433 scsi_proc_hostdir_add(shost->hostt);
554 "when no workqueue created.\n", shost->hostt->name);
573 "when no workqueue created.\n", shost->hostt->name);
H A Dscsi_netlink.c61 struct scsi_host_template *hostt; member in struct:scsi_nl_drvr
268 if (shost->hostt != driver->hostt) {
392 * @hostt: address of the driver's host template. Used
402 scsi_nl_add_driver(u64 vendor_id, struct scsi_host_template *hostt, argument
419 driver->hostt = hostt;
H A Dscsi_error.c138 else if (scmd->device->host->hostt->eh_timed_out)
139 rtn = scmd->device->host->hostt->eh_timed_out(scmd);
367 struct scsi_host_template *sht = sdev->host->hostt;
403 struct scsi_host_template *sht = sdev->host->hostt;
519 if (!scmd->device->host->hostt->eh_host_reset_handler)
522 rtn = scmd->device->host->hostt->eh_host_reset_handler(scmd);
525 if (!scmd->device->host->hostt->skip_settle_delay)
548 if (!scmd->device->host->hostt->eh_bus_reset_handler)
551 rtn = scmd->device->host->hostt->eh_bus_reset_handler(scmd);
554 if (!scmd->device->host->hostt
[all...]
H A Dscsi_scan.c304 if (shost->hostt->slave_alloc) {
305 ret = shost->hostt->slave_alloc(sdev);
338 if (shost->hostt->target_destroy)
339 shost->hostt->target_destroy(starget);
443 if (shost->hostt->target_alloc) {
444 error = shost->hostt->target_alloc(starget);
882 if (sdev->host->hostt->slave_configure) {
883 ret = sdev->host->hostt->slave_configure(sdev);
1769 if (shost->hostt->scan_finished) {
1771 if (shost->hostt
[all...]
H A Datari_scsi.c684 instance->host_no, instance->hostt->can_queue,
685 instance->hostt->cmd_per_lun,
686 instance->hostt->sg_tablesize,
690 instance->hostt->this_id );
H A Dscsi_tgt_lib.c291 shost->hostt->eh_abort_handler(cmd);
349 err = shost->hostt->transfer_response(cmd, scsi_tgt_cmd_done);
419 err = shost->hostt->eh_abort_handler(cmd);
H A Dscsi.c558 cmd->device->host->hostt->queuecommand);
754 rtn = host->hostt->queuecommand(cmd, scsi_done);
1081 try_module_get(sdev->host->hostt->module);
1098 struct module *module = sdev->host->hostt->module;
H A Draid_class.c70 if (i->f->cookie != sdev->host->hostt)
H A Dsd.c897 if (host->hostt->bios_param)
898 host->hostt->bios_param(sdp, bdev, sdkp->capacity, diskinfo);
1117 if (sdev->host->hostt->compat_ioctl) {
1120 ret = sdev->host->hostt->compat_ioctl(sdev, cmd, (void __user *)arg);
2192 if (sdev->host->hostt->unlock_native_capacity)
2193 sdev->host->hostt->unlock_native_capacity(sdev);
H A Dg_NCR5380.c786 PRINTP("SCSI host number %d : %s\n" ANDP scsi_ptr->host_no ANDP scsi_ptr->hostt->name);
H A Dsg.c1008 return put_user(sdp->device->host->hostt->emulated, ip);
1113 if (sdev->host->hostt->compat_ioctl) {
1116 ret = sdev->host->hostt->compat_ioctl(sdev, cmd_in, (void __user *)arg);
2612 scsidp->host->hostt->emulated);
H A Dscsi_transport_fc.c2250 "when no workqueue created.\n", shost->hostt->name);
2269 "when no workqueue created.\n", shost->hostt->name);
2293 "when no workqueue created.\n", shost->hostt->name);
2312 "when no workqueue created.\n", shost->hostt->name);
3722 if ((shost->hostt->vendor_id == 0L) ||
3724 shost->hostt->vendor_id)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dscsi_netlink.h133 int scsi_nl_add_driver(u64 vendor_id, struct scsi_host_template *hostt,
H A Dscsi_host.h541 struct scsi_host_template *hostt; member in struct:Scsi_Host
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/libfc/
H A Dfc_npiv.c38 vn_port = libfc_host_alloc(shost->hostt, privsize);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/arm/
H A Darxescsi.c217 host->hostt->name, info->info.scsi.type, info->ec->slot_no,
H A Dcumana_2.c285 host->hostt->name, info->info.scsi.type, info->ec->slot_no,
H A Dpowertec.c191 host->hostt->name, info->info.scsi.type, info->ec->slot_no,
H A Deesox.c388 host->hostt->name, info->info.scsi.type, info->ec->slot_no,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/libsas/
H A Dsas_host_smp.c192 memcpy(resp_data + 12, shost->hostt->name,
H A Dsas_scsi_host.c502 if (!shost->hostt->eh_device_reset_handler)
505 res = shost->hostt->eh_device_reset_handler(cmd);
510 if (shost->hostt->eh_bus_reset_handler)
511 return shost->hostt->eh_bus_reset_handler(cmd);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/ibmvscsi/
H A Dibmvstgt.c348 info->port_max_txu[0] = shost->hostt->max_sectors << 9;

Completed in 228 milliseconds

12