Home
last modified time | relevance | path

Searched refs:fbs_enabled (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/ata/
Dlibahci.c1381 if (pp->fbs_enabled && pp->fbs_last_dev != pmp) { in ahci_exec_polled_cmd()
1428 if (!ata_is_host_link(link) && pp->fbs_enabled) { in ahci_do_softreset()
1633 if (!sata_pmp_attached(ap) || pp->fbs_enabled) in ahci_pmp_qc_defer()
1686 BUG_ON(!pp->fbs_enabled); in ahci_fbs_dec_intr()
1714 if (pp->fbs_enabled) { in ahci_error_intr()
1858 if (pp->fbs_enabled) in ahci_handle_port_interrupt()
1873 if (pp->fbs_enabled) { in ahci_handle_port_interrupt()
2003 if (pp->fbs_enabled && pp->fbs_last_dev != qc->dev->link->pmp) { in ahci_qc_issue()
2024 if (pp->fbs_enabled) in ahci_qc_fill_rtf()
2187 pp->fbs_enabled = true; in ahci_enable_fbs()
[all …]
Dahci.h316 bool fbs_enabled; /* set iff FBS is enabled */ member
Dacard-ahci.c256 if (pp->fbs_enabled) in acard_ahci_qc_fill_rtf()