Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/aic7xxx/
Daic79xx_osm.c846 reset_scb->flags |= SCB_PACKETIZED; in ahd_linux_dev_reset()
1610 scb->flags |= SCB_PACKETIZED; in ahd_linux_run_command()
2298 if ((pending_scb->flags & SCB_PACKETIZED) != 0) { in ahd_linux_queue_abort_cmd()
Daic79xx.h579 SCB_PACKETIZED = 0x00800, enumerator
Daic79xx_core.c442 if ((scb->flags & SCB_PACKETIZED) != 0) { in ahd_setup_scb_common()
1978 scb->flags &= ~SCB_PACKETIZED; in ahd_handle_seqint()
2595 packetized = (scb->flags & SCB_PACKETIZED) != 0; in ahd_handle_scsiint()
4435 && (scb->flags & SCB_PACKETIZED) == 0 in ahd_setup_initiator_msgout()
6779 & (SCB_PACKETIZED|SCB_ACTIVE)) == SCB_ACTIVE in ahd_free_scb()