Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Daacreg.h243 #define AAC_FIBSTATE_DONEHOST (1<<10) /* processed by the host */ macro
H A Daac.c615 fib->Header.XferState |= AAC_FIBSTATE_DONEHOST; in aac_command_thread()