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
1479 struct Scsi_Host *host = aac->scsi_host_ptr;
1487 * - host is locked, unless called by the aacraid thread.
1497 spin_unlock_irq(host->host_lock);
1592 if ((quirks & AAC_QUIRK_34SG) && (host->sg_tablesize > 34)) {
1593 host->sg_tablesize = 34;
1594 host->max_sectors = (host->sg_tablesize * 8) + 112;
1596 if ((quirks & AAC_QUIRK_17SG) && (host->sg_tablesize > 17)) {
1597 host->sg_tablesize = 17;
1598 host->max_sectors = (host->sg_tablesize * 8) + 112;
1606 scsi_host_complete_all_commands(host, DID_RESET);
1622 spin_lock_irq(host->host_lock);
1631 struct Scsi_Host *host = aac->scsi_host_ptr;
1649 scsi_host_block(host);
1654 spin_lock_irqsave(host->host_lock, flagv);
1658 spin_unlock_irqrestore(host->host_lock, flagv);
1660 unblock_retval = scsi_host_unblock(host, SDEV_RUNNING);