Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/buslogic/
H A Dbt.c1578 if ((bccb->flags & BCCB_DEVICE_RESET) == 0) in btdone()
2165 if ((bccb->flags & BCCB_DEVICE_RESET) == 0) { in bttimeout()
2183 if ((bccb->flags & BCCB_DEVICE_RESET) != 0 in bttimeout()
2214 bccb->flags |= BCCB_DEVICE_RESET; in bttimeout()
H A Dbtreg.h551 BCCB_DEVICE_RESET = 0x2, enumerator