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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic79xx_osm.c698 reset_scb->flags |= SCB_PACKETIZED;
1455 scb->flags |= SCB_PACKETIZED;
2175 if ((pending_scb->flags & SCB_PACKETIZED) != 0) {
H A Daic79xx.h576 SCB_PACKETIZED = 0x00800, enumerator in enum:__anon6343
H A Daic79xx_inline.h271 if ((scb->flags & SCB_PACKETIZED) != 0) {
H A Daic79xx_core.c1212 scb->flags &= ~SCB_PACKETIZED;
1834 packetized = (scb->flags & SCB_PACKETIZED) != 0;
3639 && (scb->flags & SCB_PACKETIZED) == 0
5979 & (SCB_PACKETIZED|SCB_ACTIVE)) == SCB_ACTIVE

Completed in 110 milliseconds