Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/aic7xxx/
Daic79xx_osm.c827 reset_scb->flags |= SCB_PACKETIZED; in ahd_linux_dev_reset()
1589 scb->flags |= SCB_PACKETIZED; in ahd_linux_run_command()
2271 if ((pending_scb->flags & SCB_PACKETIZED) != 0) { in ahd_linux_queue_abort_cmd()
Daic79xx.h579 SCB_PACKETIZED = 0x00800, enumerator
Daic79xx_core.c434 if ((scb->flags & SCB_PACKETIZED) != 0) { in ahd_setup_scb_common()
1959 scb->flags &= ~SCB_PACKETIZED; in ahd_handle_seqint()
2577 packetized = (scb->flags & SCB_PACKETIZED) != 0; in ahd_handle_scsiint()
4399 && (scb->flags & SCB_PACKETIZED) == 0 in ahd_setup_initiator_msgout()
6726 & (SCB_PACKETIZED|SCB_ACTIVE)) == SCB_ACTIVE in ahd_free_scb()