Home
last modified time | relevance | path

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

/freebsd/sys/dev/ahci/
H A Dahci.c1393 else if (ch->fbs_enabled) { in ahci_ch_intr_main()
1442 if (ch->fbs_enabled) { in ahci_ch_intr_main()
1543 if (ch->fbs_enabled) { in ahci_check_collision()
1558 if (ch->fbs_enabled) { in ahci_check_collision()
1724 if (ch->fbs_enabled) { in ahci_execute_transaction()
1876 ch->fbs_enabled || ch->wrongccs) in ahci_timeout()
1909 if (!ch->fbs_enabled && !ch->wrongccs) { in ahci_timeout()
1961 if (ch->fbs_enabled) { in ahci_end_transaction()
2320 ch->fbs_enabled = (fbs && ch->pm_present) ? 1 : 0; in ahci_start()
2322 ch->fbs_enabled ? AHCI_P_FBS_EN : 0); in ahci_start()
H A Dahci.h437 int fbs_enabled; /* FIS-based switching enabled */ member
/freebsd/sys/dev/mvs/
H A Dmvs.h555 int fbs_enabled; /* FIS-based switching enabled */ member
H A Dmvs.c511 ch->fbs_enabled = 0; in mvs_set_edma_mode()
521 ch->fbs_enabled = 1; in mvs_set_edma_mode()
543 if (ch->fbs_enabled) { in mvs_set_edma_mode()
747 if (ch->fbs_enabled) { in mvs_ch_intr()
1098 if (!ch->fbs_enabled) { in mvs_check_collision()