Lines Matching defs:host
88 struct Scsi_Host *shost = conn->session->host;
671 struct iscsi_host *ihost = shost_priv(session->host);
1371 * if the host is being removed bypass the connection
1674 int iscsi_queuecommand(struct Scsi_Host *host, struct scsi_cmnd *sc)
1686 ihost = shost_priv(host);
1951 struct Scsi_Host *shost = conn->session->host;
2271 * then let the host reset code handle this
2747 * iscsi_host_add - add host to system
2748 * @shost: scsi host
2752 * to add a host to the system.
2767 * iscsi_host_alloc - allocate a host and driver data
2768 * @sht: scsi host template
2769 * @dd_data_size: driver host data size
2814 * iscsi_host_remove - remove host and sessions
2815 * @shost: scsi host
2860 printk(KERN_ERR "Invalid state. Cannot notify host removal "
2861 "of session teardown event because host already "
2875 * iscsi_session_setup - create iscsi cls session and host and session
2877 * @shost: scsi host
2885 * a session per scsi host.
2921 session->host = shost;
2981 * iscsi_session_teardown - destroy session, host, and cls_session
2988 struct Scsi_Host *shost = session->host;
3085 * like scsi-mls remove + put host