Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
847 ap = ata_shost_to_port(sdev->host); in ata_ncq_prio_enable_show()
880 ap = ata_shost_to_port(sdev->host); in ata_ncq_prio_enable_store()
926 struct ata_port *ap = ata_shost_to_port(shost); in ata_scsi_em_message_store()
937 struct ata_port *ap = ata_shost_to_port(shost); in ata_scsi_em_message_show()
952 struct ata_port *ap = ata_shost_to_port(shost); in ata_scsi_em_message_type_show()
965 struct ata_port *ap = ata_shost_to_port(sdev->host); in ata_scsi_activity_show()
979 struct ata_port *ap = ata_shost_to_port(sdev->host); in ata_scsi_activity_store()
1063 struct ata_port *ap = ata_shost_to_port(sdev->host); in ata_scsi_change_queue_depth()
Dlibahci.c242 struct ata_port *ap = ata_shost_to_port(shost); in ahci_show_host_caps()
252 struct ata_port *ap = ata_shost_to_port(shost); in ahci_show_host_cap2()
262 struct ata_port *ap = ata_shost_to_port(shost); in ahci_show_host_version()
272 struct ata_port *ap = ata_shost_to_port(shost); in ahci_show_port_cmd()
287 struct ata_port *ap = ata_shost_to_port(shost); in ahci_read_em_buffer()
347 struct ata_port *ap = ata_shost_to_port(shost); in ahci_store_em_buffer()
390 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()
287 struct ata_port *ap = ata_shost_to_port(sdev->host); in ata_scsi_unlock_native_capacity()
601 return ata_sas_scsi_ioctl(ata_shost_to_port(scsidev->host), in ata_scsi_ioctl()
1103 struct ata_port *ap = ata_shost_to_port(sdev->host); in ata_scsi_slave_config()
1132 struct ata_port *ap = ata_shost_to_port(sdev->host); in ata_scsi_slave_destroy()
4107 ap = ata_shost_to_port(shost); in ata_scsi_queuecmd()
4583 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.c659 struct ata_port *ap = ata_shost_to_port(sdev->host); in nv_adma_slave_config()
1882 struct ata_port *ap = ata_shost_to_port(sdev->host); in nv_swncq_slave_config()
Dlibata-eh.c532 struct ata_port *ap = ata_shost_to_port(host); in ata_scsi_error()
/kernel/linux/linux-5.10/include/linux/
Dlibata.h1819 static inline struct ata_port *ata_shost_to_port(struct Scsi_Host *host) in ata_shost_to_port() function