Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ahci/
H A Dahci.c1370 else if (ch->fbs_enabled) { in ahci_ch_intr_main()
1419 if (ch->fbs_enabled) { in ahci_ch_intr_main()
1520 if (ch->fbs_enabled) { in ahci_check_collision()
1535 if (ch->fbs_enabled) { in ahci_check_collision()
1704 if (ch->fbs_enabled) { in ahci_execute_transaction()
1855 ch->fbs_enabled || ch->wrongccs) in ahci_timeout()
1888 if (!ch->fbs_enabled && !ch->wrongccs) { in ahci_timeout()
1940 if (ch->fbs_enabled) { in ahci_end_transaction()
2298 ch->fbs_enabled = (fbs && ch->pm_present) ? 1 : 0; in ahci_start()
2300 ch->fbs_enabled ? AHCI_P_FBS_EN : 0); in ahci_start()
H A Dahci.h435 int fbs_enabled; /* FIS-based switching enabled */ member
/freebsd-12.1/sys/dev/mvs/
H A Dmvs.h556 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()
1106 if (!ch->fbs_enabled) { in mvs_check_collision()