Lines Matching defs:host
405 if (link->ap->host->flags & ATA_HOST_NO_PART)
408 if (link->ap->host->flags & ATA_HOST_NO_SSC)
411 if (link->ap->host->flags & ATA_HOST_NO_DEVSLP)
646 * spin_lock_irqsave(host lock)
698 * There is single host link but if a PMP is attached to it,
715 * anything other than physical link handling, the default host
731 * Should be called before host is registered.
860 ap = ata_shost_to_port(sdev->host);
893 ap = ata_shost_to_port(sdev->host);
978 struct ata_port *ap = ata_shost_to_port(sdev->host);
992 struct ata_port *ap = ata_shost_to_port(sdev->host);
1048 queue_depth = min(queue_depth, sdev->host->can_queue);
1076 struct ata_port *ap = ata_shost_to_port(sdev->host);
1084 * @host: ATA host container for all SAS ports
1085 * @port_info: Information from low-level host driver
1086 * @shost: SCSI host that the scsi device is attached to
1095 struct ata_port *ata_sas_port_alloc(struct ata_host *host,
1101 ap = ata_port_alloc(host);
1106 ap->lock = &host->lock;
1270 unsigned int max_queue = ap->host->n_tags;
1301 * spin_lock_irqsave(host lock)