HomeSort by: relevance | last modified time | path
    Searched refs:SCB_PACKETIZED (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ic/
aic79xx_inline.h 267 if ((scb->flags & SCB_PACKETIZED) != 0) {
aic79xx_osm.c 601 scb->flags |= SCB_PACKETIZED;
aic79xxvar.h 604 SCB_PACKETIZED = 0x00800,
aic79xx.c 1090 scb->flags &= ~(SCB_PACKETIZED);
1680 (scb1->flags & SCB_PACKETIZED) != 0;
3483 && (scb->flags & SCB_PACKETIZED) == 0
5716 & (SCB_PACKETIZED|SCB_ACTIVE)) == SCB_ACTIVE
6850 && (waiting_scb->flags & SCB_PACKETIZED) == 0

Completed in 20 milliseconds