Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/ata/
Dlibata-sata.c908 struct ata_port *ap = ata_shost_to_port(shost); in ata_scsi_lpm_store()
947 struct ata_port *ap = ata_shost_to_port(shost); in ata_scsi_lpm_show()
997 struct ata_port *ap = ata_shost_to_port(sdev->host); in ata_ncq_prio_supported_show()
1049 struct ata_port *ap = ata_shost_to_port(sdev->host); in ata_ncq_prio_enable_show()
1119 struct ata_port *ap = ata_shost_to_port(sdev->host); in ata_ncq_prio_enable_store()
1160 struct ata_port *ap = ata_shost_to_port(shost); in ata_scsi_em_message_store()
1171 struct ata_port *ap = ata_shost_to_port(shost); in ata_scsi_em_message_show()
1186 struct ata_port *ap = ata_shost_to_port(shost); in ata_scsi_em_message_type_show()
1199 struct ata_port *ap = ata_shost_to_port(sdev->host); in ata_scsi_activity_show()
1213 struct ata_port *ap = ata_shost_to_port(sdev->host); in ata_scsi_activity_store()
[all …]
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()
389 struct ata_port *ap = ata_shost_to_port(sdev->host); in ata_scsi_unlock_native_capacity()
714 return ata_sas_scsi_ioctl(ata_shost_to_port(scsidev->host), in ata_scsi_ioctl()
1148 struct ata_port *ap = ata_shost_to_port(sdev->host); in ata_scsi_slave_alloc()
1187 struct ata_port *ap = ata_shost_to_port(sdev->host); in ata_scsi_device_configure()
1213 struct ata_port *ap = ata_shost_to_port(sdev->host); in ata_scsi_slave_destroy()
4233 ap = ata_shost_to_port(shost); in ata_scsi_queuecmd()
4708 struct ata_port *ap = ata_shost_to_port(shost); in ata_scsi_user_scan()
Dlibahci.c264 struct ata_port *ap = ata_shost_to_port(shost); in ahci_show_host_caps()
274 struct ata_port *ap = ata_shost_to_port(shost); in ahci_show_host_cap2()
284 struct ata_port *ap = ata_shost_to_port(shost); in ahci_show_host_version()
294 struct ata_port *ap = ata_shost_to_port(shost); in ahci_show_port_cmd()
309 struct ata_port *ap = ata_shost_to_port(shost); in ahci_read_em_buffer()
369 struct ata_port *ap = ata_shost_to_port(shost); in ahci_store_em_buffer()
412 struct ata_port *ap = ata_shost_to_port(shost); in ahci_show_em_supported()
Dsata_svw.c311 ap = ata_shost_to_port(shost); in k2_sata_show_info()
Dsata_nv.c669 struct ata_port *ap = ata_shost_to_port(sdev->host); in nv_adma_device_configure()
1877 struct ata_port *ap = ata_shost_to_port(sdev->host); in nv_swncq_device_configure()
Dpata_macio.c818 struct ata_port *ap = ata_shost_to_port(sdev->host); in pata_macio_device_configure()
Dlibata-eh.c563 struct ata_port *ap = ata_shost_to_port(host); in ata_scsi_error()
/linux-6.12.1/include/linux/
Dlibata.h1923 static inline struct ata_port *ata_shost_to_port(struct Scsi_Host *host) in ata_shost_to_port() function