Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/aic/
H A Daicvar.h69 #define SCB_DISCONNECTED 0x02 macro
H A Daic.c521 scb->flags &= ~SCB_DISCONNECTED; in aic_reconnect()
717 scb->flags |= SCB_DISCONNECTED; in aic_handle_msgin()
1107 if (aic->nexus == scb || scb->flags & SCB_DISCONNECTED) in aic_done()