Lines Matching defs:host
407 if (link->ap->host->flags & ATA_HOST_NO_PART)
410 if (link->ap->host->flags & ATA_HOST_NO_SSC)
413 if (link->ap->host->flags & ATA_HOST_NO_DEVSLP)
645 * spin_lock_irqsave(host lock)
700 * There is single host link but if a PMP is attached to it,
717 * anything other than physical link handling, the default host
733 * Should be called before host is registered.
857 struct ata_port *ap = ata_shost_to_port(sdev->host);
881 struct ata_port *ap = ata_shost_to_port(sdev->host);
913 ap = ata_shost_to_port(sdev->host);
1008 struct ata_port *ap = ata_shost_to_port(sdev->host);
1022 struct ata_port *ap = ata_shost_to_port(sdev->host);
1074 max_queue_depth = min(ATA_MAX_QUEUE, sdev->host->can_queue);
1118 struct ata_port *ap = ata_shost_to_port(sdev->host);
1126 * @host: ATA host container for all SAS ports
1127 * @port_info: Information from low-level host driver
1128 * @shost: SCSI host that the scsi device is attached to
1137 struct ata_port *ata_sas_port_alloc(struct ata_host *host,
1143 ap = ata_port_alloc(host);
1148 ap->lock = &host->lock;
1222 * spin_lock_irqsave(host lock)