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

/drivers/scsi/aic7xxx/
H A Daic79xx_osm.c846 reset_scb->flags |= SCB_PACKETIZED;
1613 scb->flags |= SCB_PACKETIZED;
2316 if ((pending_scb->flags & SCB_PACKETIZED) != 0) {
H A Daic79xx.h579 SCB_PACKETIZED = 0x00800, enumerator in enum:__anon4055
H A Daic79xx_core.c442 if ((scb->flags & SCB_PACKETIZED) != 0) {
1978 scb->flags &= ~SCB_PACKETIZED;
2595 packetized = (scb->flags & SCB_PACKETIZED) != 0;
4435 && (scb->flags & SCB_PACKETIZED) == 0
6781 & (SCB_PACKETIZED|SCB_ACTIVE)) == SCB_ACTIVE

Completed in 95 milliseconds