Home
last modified time | relevance | path

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

/linux/drivers/ata/
H A Dlibata-sata.c929 struct ata_port *ap = ata_shost_to_port(shost); in ata_scsi_lpm_supported_show()
948 struct ata_port *ap = ata_shost_to_port(shost); in ata_scsi_lpm_store()
981 struct ata_port *ap = ata_shost_to_port(shost); in ata_scsi_lpm_show()
1031 struct ata_port *ap = ata_shost_to_port(sdev->host); in ata_ncq_prio_supported_show()
1083 struct ata_port *ap = ata_shost_to_port(sdev->host); in ata_ncq_prio_enable_show()
1153 struct ata_port *ap = ata_shost_to_port(sdev->host); in ata_ncq_prio_enable_store()
1194 struct ata_port *ap = ata_shost_to_port(shost); in ata_scsi_em_message_store()
1205 struct ata_port *ap = ata_shost_to_port(shost); in ata_scsi_em_message_show()
1220 struct ata_port *ap = ata_shost_to_port(shost); in ata_scsi_em_message_type_show()
1233 struct ata_port *ap = ata_shost_to_port(sde in ata_scsi_activity_show()
[all...]
H A Dlibata-scsi.c103 ap = ata_shost_to_port(sdev->host); in ata_scsi_park_show()
152 ap = ata_shost_to_port(sdev->host); in ata_scsi_park_store()
393 struct ata_port *ap = ata_shost_to_port(sdev->host); in ata_scsi_unlock_native_capacity()
718 return ata_sas_scsi_ioctl(ata_shost_to_port(scsidev->host), in ata_scsi_ioctl()
1143 struct ata_port *ap = ata_shost_to_port(sdev->host); in ata_scsi_sdev_init()
1181 struct ata_port *ap = ata_shost_to_port(sdev->host); in ata_scsi_sdev_configure()
1207 struct ata_port *ap = ata_shost_to_port(sdev->host); in ata_scsi_sdev_destroy()
4391 ap = ata_shost_to_port(shost); in ata_scsi_queuecmd()
4810 struct ata_port *ap = ata_shost_to_port(shost); in ata_scsi_user_scan()
H A Dlibahci.c265 struct ata_port *ap = ata_shost_to_port(shost); in ahci_show_host_caps()
275 struct ata_port *ap = ata_shost_to_port(shost); in ahci_show_host_cap2()
285 struct ata_port *ap = ata_shost_to_port(shost); in ahci_show_host_version()
295 struct ata_port *ap = ata_shost_to_port(shost); in ahci_show_port_cmd()
310 struct ata_port *ap = ata_shost_to_port(shost); in ahci_read_em_buffer()
370 struct ata_port *ap = ata_shost_to_port(shost); in ahci_store_em_buffer()
413 struct ata_port *ap = ata_shost_to_port(shost); in ahci_show_em_supported()
H A Dsata_svw.c311 ap = ata_shost_to_port(shost); in k2_sata_show_info()
H A Dsata_nv.c669 struct ata_port *ap = ata_shost_to_port(sdev->host); in nv_adma_sdev_configure()
1877 struct ata_port *ap = ata_shost_to_port(sdev->host); in nv_swncq_sdev_configure()
/linux/include/linux/
H A Dlibata.h1929 static inline struct ata_port *ata_shost_to_port(struct Scsi_Host *host) in ata_shost_to_port() function