Searched refs:SCB_PACKETIZED (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/aic7xxx/
H A Daic79xx.h594 SCB_PACKETIZED = 0x00800, enumerator in enum:__anon12033
H A Daic79xx_inline.h274 if ((scb->flags & SCB_PACKETIZED) != 0) {
H A Daic79xx_osm.c1027 scb->flags |= SCB_PACKETIZED;
H A Daic79xx.c1122 scb->flags &= ~SCB_PACKETIZED;
1736 packetized = (scb->flags & SCB_PACKETIZED) != 0;
3611 && (scb->flags & SCB_PACKETIZED) == 0
6032 & (SCB_PACKETIZED|SCB_ACTIVE)) == SCB_ACTIVE
9481 if ((scb->flags & SCB_PACKETIZED) != 0) {

Completed in 125 milliseconds