Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/ata/
Dlibata-scsi.c122 struct ata_port *ap = ata_shost_to_port(shost); in ata_scsi_lpm_store()
161 struct ata_port *ap = ata_shost_to_port(shost); in ata_scsi_lpm_show()
184 ap = ata_shost_to_port(sdev->host); in ata_scsi_park_show()
233 ap = ata_shost_to_port(sdev->host); in ata_scsi_park_store()
286 ap = ata_shost_to_port(sdev->host); in ata_ncq_prio_enable_show()
319 ap = ata_shost_to_port(sdev->host); in ata_ncq_prio_enable_store()
406 struct ata_port *ap = ata_shost_to_port(shost); in ata_scsi_em_message_store()
417 struct ata_port *ap = ata_shost_to_port(shost); in ata_scsi_em_message_show()
432 struct ata_port *ap = ata_shost_to_port(shost); in ata_scsi_em_message_type_show()
445 struct ata_port *ap = ata_shost_to_port(sdev->host); in ata_scsi_activity_show()
[all …]
Dlibahci.c259 struct ata_port *ap = ata_shost_to_port(shost); in ahci_show_host_caps()
269 struct ata_port *ap = ata_shost_to_port(shost); in ahci_show_host_cap2()
279 struct ata_port *ap = ata_shost_to_port(shost); in ahci_show_host_version()
289 struct ata_port *ap = ata_shost_to_port(shost); in ahci_show_port_cmd()
304 struct ata_port *ap = ata_shost_to_port(shost); in ahci_read_em_buffer()
364 struct ata_port *ap = ata_shost_to_port(shost); in ahci_store_em_buffer()
407 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()
1901 struct ata_port *ap = ata_shost_to_port(sdev->host); in nv_swncq_slave_config()
Dlibata-eh.c542 struct ata_port *ap = ata_shost_to_port(host); in ata_scsi_error()
/Linux-v4.19/include/linux/
Dlibata.h1768 static inline struct ata_port *ata_shost_to_port(struct Scsi_Host *host) in ata_shost_to_port() function