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

/freebsd-11-stable/sys/dev/aac/
H A Daacvar.h396 #define AAC_AIFFLAGS_ALLOCFIBS (1 << 5) macro
397 #define AAC_AIFFLAGS_PENDING AAC_AIFFLAGS_ALLOCFIBS
H A Daac.c1042 if ((sc->aifflags & AAC_AIFFLAGS_ALLOCFIBS) != 0) {
1046 sc->aifflags &= ~AAC_AIFFLAGS_ALLOCFIBS;
1390 sc->aifflags |= AAC_AIFFLAGS_ALLOCFIBS;
/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid_var.h442 #define AAC_AIFFLAGS_ALLOCFIBS (1 << 5) macro
444 AAC_AIFFLAGS_ALLOCFIBS)
H A Daacraid.c1051 if ((sc->aifflags & AAC_AIFFLAGS_ALLOCFIBS) != 0) {
1053 sc->aifflags &= ~AAC_AIFFLAGS_ALLOCFIBS;
1119 sc->aifflags |= AAC_AIFFLAGS_ALLOCFIBS;

Completed in 131 milliseconds