Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/ata/
Dlibata-sata.c786 struct ata_port *ap = ata_shost_to_port(shost); in ata_scsi_lpm_store()
825 struct ata_port *ap = ata_shost_to_port(shost); in ata_scsi_lpm_show()
842 struct ata_port *ap = ata_shost_to_port(sdev->host); in ata_ncq_prio_supported_show()
866 struct ata_port *ap = ata_shost_to_port(sdev->host); in ata_ncq_prio_enable_show()
898 ap = ata_shost_to_port(sdev->host); in ata_ncq_prio_enable_store()
938 struct ata_port *ap = ata_shost_to_port(shost); in ata_scsi_em_message_store()
949 struct ata_port *ap = ata_shost_to_port(shost); in ata_scsi_em_message_show()
964 struct ata_port *ap = ata_shost_to_port(shost); in ata_scsi_em_message_type_show()
977 struct ata_port *ap = ata_shost_to_port(sdev->host); in ata_scsi_activity_show()
991 struct ata_port *ap = ata_shost_to_port(sdev->host); in ata_scsi_activity_store()
[all …]
Dlibahci.c243 struct ata_port *ap = ata_shost_to_port(shost); in ahci_show_host_caps()
253 struct ata_port *ap = ata_shost_to_port(shost); in ahci_show_host_cap2()
263 struct ata_port *ap = ata_shost_to_port(shost); in ahci_show_host_version()
273 struct ata_port *ap = ata_shost_to_port(shost); in ahci_show_port_cmd()
288 struct ata_port *ap = ata_shost_to_port(shost); in ahci_read_em_buffer()
348 struct ata_port *ap = ata_shost_to_port(shost); in ahci_store_em_buffer()
391 struct ata_port *ap = ata_shost_to_port(shost); in ahci_show_em_supported()
Dlibata-scsi.c99 ap = ata_shost_to_port(sdev->host); in ata_scsi_park_show()
148 ap = ata_shost_to_port(sdev->host); in ata_scsi_park_store()
285 struct ata_port *ap = ata_shost_to_port(sdev->host); in ata_scsi_unlock_native_capacity()
605 return ata_sas_scsi_ioctl(ata_shost_to_port(scsidev->host), in ata_scsi_ioctl()
1101 struct ata_port *ap = ata_shost_to_port(sdev->host); in ata_scsi_slave_config()
1130 struct ata_port *ap = ata_shost_to_port(sdev->host); in ata_scsi_slave_destroy()
4052 ap = ata_shost_to_port(shost); in ata_scsi_queuecmd()
4527 struct ata_port *ap = ata_shost_to_port(shost); in ata_scsi_user_scan()
Dsata_svw.c310 ap = ata_shost_to_port(shost); in k2_sata_show_info()
Dpata_macio.c801 struct ata_port *ap = ata_shost_to_port(sdev->host); in pata_macio_slave_config()
Dsata_nv.c665 struct ata_port *ap = ata_shost_to_port(sdev->host); in nv_adma_slave_config()
1888 struct ata_port *ap = ata_shost_to_port(sdev->host); in nv_swncq_slave_config()
Dlibata-eh.c524 struct ata_port *ap = ata_shost_to_port(host); in ata_scsi_error()
/Linux-v5.15/include/linux/
Dlibata.h1827 static inline struct ata_port *ata_shost_to_port(struct Scsi_Host *host) in ata_shost_to_port() function