Home
last modified time | relevance | path

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

/linux/drivers/ata/
H A Dlibahci.c1422 if (pp->fbs_enabled && pp->fbs_last_dev != pmp) { in ahci_exec_polled_cmd()
1470 if (!ata_is_host_link(link) && pp->fbs_enabled) { in ahci_do_softreset()
1677 if (!sata_pmp_attached(ap) || pp->fbs_enabled) in ahci_pmp_qc_defer()
1730 BUG_ON(!pp->fbs_enabled); in ahci_fbs_dec_intr()
1758 if (pp->fbs_enabled) { in ahci_error_intr()
1869 if (pp->fbs_enabled) { in ahci_qc_complete()
1937 if (pp->fbs_enabled) in ahci_handle_port_interrupt()
2058 if (pp->fbs_enabled && pp->fbs_last_dev != qc->dev->link->pmp) { in ahci_qc_issue()
2079 if (pp->fbs_enabled) in ahci_qc_fill_rtf()
2133 if (!pp->fbs_enabled) { in ahci_qc_ncq_fill_rtf()
[all …]
H A Dahci.h321 bool fbs_enabled; /* set iff FBS is enabled */ member