Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/aac/
H A Daacreg.h255 #define AAC_FIBSTATE_FROMADAP (1<<6) /* sent from the adapter */ macro
H A Daac.c1068 if (fib->Header.XferState & AAC_FIBSTATE_FROMADAP) { in aac_command_thread()