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

/freebsd-9.3-release/sys/dev/ahci/
H A Dahci.c1582 else if (ch->fbs_enabled) {
1620 if (ch->fbs_enabled) {
1722 if (ch->fbs_enabled) {
1737 if (ch->fbs_enabled) {
1905 if (ch->fbs_enabled) {
2038 ch->fbs_enabled || ch->wrongccs)
2071 if (!ch->fbs_enabled && !ch->wrongccs) {
2124 if (ch->fbs_enabled) {
2482 ch->fbs_enabled = (fbs && ch->pm_present) ? 1 : 0;
2484 ch->fbs_enabled
[all...]
H A Dahci.h415 int fbs_enabled; /* FIS-based switching enabled */ member in struct:ahci_channel
/freebsd-9.3-release/sys/dev/mvs/
H A Dmvs.h554 int fbs_enabled; /* FIS-based switching enabled */ member in struct:mvs_channel
H A Dmvs.c513 ch->fbs_enabled = 0;
523 ch->fbs_enabled = 1;
545 if (ch->fbs_enabled) {
753 if (ch->fbs_enabled) {
1107 if (!ch->fbs_enabled) {

Completed in 61 milliseconds