Home
last modified time | relevance | path

Searched refs:C_WAITACT (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/ata/
H A Datavar.h195 #define C_WAITACT 0x0020 /* wakeup when active */ macro
H A Data.c1042 xfer->c_flags |= C_WAITACT; in ata_exec_xfer()
1044 xfer->c_flags &= ~C_WAITACT; in ata_exec_xfer()
1116 if (__predict_false(xfer->c_flags & C_WAITACT)) { in atastart()
1311 if (__predict_false(xfer->c_flags & (C_WAITACT|C_WAITTIMO))) { in ata_free_xfer()
H A Dwd.c699 KASSERT((xfer->c_flags & (C_WAITACT|C_FREE)) == 0); in wdstart1()