• Home
  • Raw
  • Download

Lines Matching refs:hostt

259 	unsigned int supported_mode = shost->hostt->supported_mode;  in show_shost_supported_mode()
299 struct scsi_host_template *sht = shost->hostt; in store_host_reset()
341 !shost->hostt->eh_host_reset_handler)) in store_shost_eh_deadline()
379 shost_rd_attr2(proc_name, hostt->proc_name, "%s\n");
456 mod = sdev->host->hostt->module; in scsi_device_dev_release_usercontext()
516 if (!try_module_get(sdp->host->hostt->module)) in scsi_device_dev_release()
517 sdp->host->hostt->module = NULL; in scsi_device_dev_release()
1028 struct scsi_host_template *sht = sdev->host->hostt; in DECLARE_EVT()
1232 !sdev->host->hostt->change_queue_depth) in scsi_sdev_attr_is_visible()
1236 !sdev->host->hostt->change_queue_depth) in scsi_sdev_attr_is_visible()
1416 if (sdev->host->hostt->sdev_attrs) { in scsi_sysfs_add_sdev()
1417 for (i = 0; sdev->host->hostt->sdev_attrs[i]; i++) { in scsi_sysfs_add_sdev()
1419 sdev->host->hostt->sdev_attrs[i]); in scsi_sysfs_add_sdev()
1425 if (sdev->host->hostt->sdev_groups) { in scsi_sysfs_add_sdev()
1427 sdev->host->hostt->sdev_groups); in scsi_sysfs_add_sdev()
1471 if (sdev->host->hostt->sdev_groups) in __scsi_remove_device()
1473 sdev->host->hostt->sdev_groups); in __scsi_remove_device()
1495 if (sdev->host->hostt->slave_destroy) in __scsi_remove_device()
1496 sdev->host->hostt->slave_destroy(sdev); in __scsi_remove_device()
1616 if (shost->hostt->shost_attrs) { in scsi_sysfs_add_host()
1617 for (i = 0; shost->hostt->shost_attrs[i]; i++) { in scsi_sysfs_add_host()
1619 shost->hostt->shost_attrs[i]); in scsi_sysfs_add_host()