Lines Matching defs:host
16 * Abstract: Contain all routines that are required for FSA host/adapter
341 * support host to adapter commuication. All queue accesses happen through
459 * Define the highest level of host to adapter communication routines.
460 * These routines will support host to adapter FS commuication. These
507 * will have a debug mode where the adapter can notify the host
508 * it had a problem and the host can log that fact.
968 * This block completes a cdb which orginated on the host and we
982 * This handles the case when the host has aborted the I/O
1480 struct Scsi_Host *host = aac->scsi_host_ptr;
1488 * - host is locked, unless called by the aacraid thread.
1498 spin_unlock_irq(host->host_lock);
1593 if ((quirks & AAC_QUIRK_34SG) && (host->sg_tablesize > 34)) {
1594 host->sg_tablesize = 34;
1595 host->max_sectors = (host->sg_tablesize * 8) + 112;
1597 if ((quirks & AAC_QUIRK_17SG) && (host->sg_tablesize > 17)) {
1598 host->sg_tablesize = 17;
1599 host->max_sectors = (host->sg_tablesize * 8) + 112;
1607 scsi_host_complete_all_commands(host, DID_RESET);
1623 spin_lock_irq(host->host_lock);
1632 struct Scsi_Host *host = aac->scsi_host_ptr;
1650 scsi_host_block(host);
1655 spin_lock_irqsave(host->host_lock, flagv);
1659 spin_unlock_irqrestore(host->host_lock, flagv);
1661 unblock_retval = scsi_host_unblock(host, SDEV_RUNNING);