Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ahci/
H A Dahci.c1396 else if (ch->fbs_enabled) { in ahci_ch_intr_main()
1445 if (ch->fbs_enabled) { in ahci_ch_intr_main()
1546 if (ch->fbs_enabled) { in ahci_check_collision()
1561 if (ch->fbs_enabled) { in ahci_check_collision()
1727 if (ch->fbs_enabled) { in ahci_execute_transaction()
1879 ch->fbs_enabled || ch->wrongccs) in ahci_timeout()
1912 if (!ch->fbs_enabled && !ch->wrongccs) { in ahci_timeout()
1964 if (ch->fbs_enabled) { in ahci_end_transaction()
2322 ch->fbs_enabled = (fbs && ch->pm_present) ? 1 : 0; in ahci_start()
2324 ch->fbs_enabled ? AHCI_P_FBS_EN : 0); in ahci_start()
H A Dahci.h439 int fbs_enabled; /* FIS-based switching enabled */ member
/freebsd-13.1/sys/dev/mvs/
H A Dmvs.h557 int fbs_enabled; /* FIS-based switching enabled */ member
H A Dmvs.c514 ch->fbs_enabled = 0; in mvs_set_edma_mode()
524 ch->fbs_enabled = 1; in mvs_set_edma_mode()
546 if (ch->fbs_enabled) { in mvs_set_edma_mode()
752 if (ch->fbs_enabled) { in mvs_ch_intr()
1105 if (!ch->fbs_enabled) { in mvs_check_collision()