SCB_PACKETIZED    434 drivers/scsi/aic7xxx/aic79xx_core.c 	if ((scb->flags & SCB_PACKETIZED) != 0) {
SCB_PACKETIZED   1970 drivers/scsi/aic7xxx/aic79xx_core.c 			scb->flags &= ~SCB_PACKETIZED;
SCB_PACKETIZED   2589 drivers/scsi/aic7xxx/aic79xx_core.c 				packetized = (scb->flags & SCB_PACKETIZED) != 0;
SCB_PACKETIZED   4429 drivers/scsi/aic7xxx/aic79xx_core.c 	 && (scb->flags & SCB_PACKETIZED) == 0
SCB_PACKETIZED   6767 drivers/scsi/aic7xxx/aic79xx_core.c 		  & (SCB_PACKETIZED|SCB_ACTIVE)) == SCB_ACTIVE
SCB_PACKETIZED    846 drivers/scsi/aic7xxx/aic79xx_osm.c 		reset_scb->flags |= SCB_PACKETIZED;
SCB_PACKETIZED   1609 drivers/scsi/aic7xxx/aic79xx_osm.c 		scb->flags |= SCB_PACKETIZED;
SCB_PACKETIZED   2297 drivers/scsi/aic7xxx/aic79xx_osm.c 		if ((pending_scb->flags & SCB_PACKETIZED) != 0) {