Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Daic79xx_openbsd.c385 scb->flags |= SCB_PACKETIZED; in ahd_execute_scb()
H A Daic79xx.h602 SCB_PACKETIZED = 0x00800, enumerator
H A Daic79xx.c1131 scb->flags &= ~SCB_PACKETIZED; in ahd_handle_seqint()
1729 packetized = (scb->flags & SCB_PACKETIZED) != 0; in ahd_handle_scsiint()
3592 && (scb->flags & SCB_PACKETIZED) == 0 in ahd_setup_initiator_msgout()
10054 if ((scb->flags & SCB_PACKETIZED) != 0) { in ahd_setup_scb_common()