Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/ata/
Dacard-ahci.c291 if ((hpriv->cap & HOST_CAP_FBS) && sata_pmp_supported(ap)) { in acard_ahci_port_start()
Dlibata-pmp.c494 if (!sata_pmp_supported(ap)) { in sata_pmp_attach()
Dlibata-sata.c584 if (sata_pmp_supported(link->ap) && ata_is_host_link(link)) { in sata_link_hardreset()
Dlibahci.c2344 if ((hpriv->cap & HOST_CAP_FBS) && sata_pmp_supported(ap)) { in ahci_port_start()
Dlibata-eh.c2437 if (sata_pmp_supported(link->ap) && ata_is_host_link(link)) in ata_eh_followup_srst_needed()
Dsata_mv.c3593 if (sata_pmp_supported(ap)) { in mv_pmp_select()
/Linux-v5.10/include/linux/
Dlibata.h1427 static inline bool sata_pmp_supported(struct ata_port *ap) in sata_pmp_supported() function
1442 static inline bool sata_pmp_supported(struct ata_port *ap) in sata_pmp_supported() function
1460 if (sata_pmp_supported(link->ap) && ata_is_host_link(link)) in sata_srst_pmp()