Home
last modified time | relevance | path

Searched refs:ata_shost_to_port (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/ata/
Dlibata-scsi.c119 struct ata_port *ap = ata_shost_to_port(shost); in ata_scsi_lpm_store()
158 struct ata_port *ap = ata_shost_to_port(shost); in ata_scsi_lpm_show()
181 ap = ata_shost_to_port(sdev->host); in ata_scsi_park_show()
230 ap = ata_shost_to_port(sdev->host); in ata_scsi_park_store()
285 struct ata_port *ap = ata_shost_to_port(shost); in ata_scsi_em_message_store()
296 struct ata_port *ap = ata_shost_to_port(shost); in ata_scsi_em_message_show()
311 struct ata_port *ap = ata_shost_to_port(shost); in ata_scsi_em_message_type_show()
324 struct ata_port *ap = ata_shost_to_port(sdev->host); in ata_scsi_activity_show()
338 struct ata_port *ap = ata_shost_to_port(sdev->host); in ata_scsi_activity_store()
415 struct ata_port *ap = ata_shost_to_port(sdev->host); in ata_scsi_unlock_native_capacity()
[all …]
Dlibahci.c230 struct ata_port *ap = ata_shost_to_port(shost); in ahci_show_host_caps()
240 struct ata_port *ap = ata_shost_to_port(shost); in ahci_show_host_cap2()
250 struct ata_port *ap = ata_shost_to_port(shost); in ahci_show_host_version()
261 struct ata_port *ap = ata_shost_to_port(shost); in ahci_show_port_cmd()
271 struct ata_port *ap = ata_shost_to_port(shost); in ahci_read_em_buffer()
327 struct ata_port *ap = ata_shost_to_port(shost); in ahci_store_em_buffer()
367 struct ata_port *ap = ata_shost_to_port(shost); in ahci_show_em_supported()
Dsata_svw.c326 ap = ata_shost_to_port(shost); in k2_sata_show_info()
Dpata_macio.c796 struct ata_port *ap = ata_shost_to_port(sdev->host); in pata_macio_slave_config()
Dsata_nv.c675 struct ata_port *ap = ata_shost_to_port(sdev->host); in nv_adma_slave_config()
1918 struct ata_port *ap = ata_shost_to_port(sdev->host); in nv_swncq_slave_config()
Dlibata-eh.c525 struct ata_port *ap = ata_shost_to_port(host); in ata_scsi_timed_out()
592 struct ata_port *ap = ata_shost_to_port(host); in ata_scsi_error()
/linux-4.4.14/include/linux/
Dlibata.h1733 static inline struct ata_port *ata_shost_to_port(struct Scsi_Host *host) in ata_shost_to_port() function