Home
last modified time | relevance | path

Searched refs:AAC_AIFFLAGS_ALLOCFIBS (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/raid/aac/
HDaacvar.h399 #define AAC_AIFFLAGS_ALLOCFIBS (1 << 5) macro
400 #define AAC_AIFFLAGS_PENDING AAC_AIFFLAGS_ALLOCFIBS
HDaac.c1022 if ((sc->aifflags & AAC_AIFFLAGS_ALLOCFIBS) != 0) { in aac_command_thread()
1026 sc->aifflags &= ~AAC_AIFFLAGS_ALLOCFIBS; in aac_command_thread()
1373 sc->aifflags |= AAC_AIFFLAGS_ALLOCFIBS; in aac_alloc_command()