Home
last modified time | relevance | path

Searched refs:SCB_ACTIVE (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/scsi/megaraid/
H A Dmega_common.h82 #define SCB_ACTIVE 0x0001 /* off the free list */ macro
H A Dmegaraid_mbox.c1293 scb->state = SCB_ACTIVE; in megaraid_alloc_scb()
3579 scb->state = SCB_ACTIVE; in megaraid_mbox_mm_command()
/linux/drivers/scsi/aic7xxx/
H A Daic79xx_osm.c830 reset_scb->flags |= SCB_DEVICE_RESET|SCB_RECOVERY_SCB|SCB_ACTIVE; in ahd_linux_dev_reset()
1645 scb->flags |= SCB_ACTIVE; in ahd_linux_run_command()
1764 if ((scb->flags & SCB_ACTIVE) == 0) { in ahd_done()
2219 if ((pending_scb->flags & SCB_ACTIVE) == 0) { in ahd_linux_queue_abort_cmd()
H A Daic7xxx_osm.c1562 scb->flags |= SCB_ACTIVE; in ahc_linux_run_command()
1693 } else if ((scb->flags & SCB_ACTIVE) == 0) { in ahc_done()
2151 if ((pending_scb->flags & SCB_ACTIVE) == 0) { in ahc_linux_queue_recovery_cmd()
H A Daic7xxx.h540 SCB_ACTIVE = 0x0400, enumerator
H A Daic79xx.h577 SCB_ACTIVE = 0x00200, enumerator
H A Daic7xxx_core.c940 && (scb->flags & SCB_ACTIVE) == 0) { in ahc_run_untagged_queue()
941 scb->flags |= SCB_ACTIVE; in ahc_run_untagged_queue()
5864 if ((scb->flags & SCB_ACTIVE) == 0) in ahc_search_qinfifo()
5976 if ((scb->flags & SCB_ACTIVE) == 0) in ahc_search_qinfifo()
6058 if ((scb->flags & SCB_ACTIVE) != 0) in ahc_search_untagged_queues()
6082 if ((scb->flags & SCB_ACTIVE) == 0) in ahc_search_untagged_queues()
6385 if ((scbp->flags & SCB_ACTIVE) == 0) in ahc_abort_scbs()
H A Daic79xx_core.c6686 && (scb->col_scb->flags & SCB_ACTIVE) == 0) { in ahd_get_scb()
6691 scb->flags |= SCB_ACTIVE; in ahd_get_scb()
6726 & (SCB_PACKETIZED|SCB_ACTIVE)) == SCB_ACTIVE in ahd_free_scb()
8170 if ((scb->flags & SCB_ACTIVE) == 0) in ahd_search_qinfifo()
8266 if ((mk_msg_scb->flags & SCB_ACTIVE) == 0) in ahd_search_qinfifo()
8371 if ((scb->flags & SCB_ACTIVE) == 0) in ahd_search_scb_list()
8570 if ((scbp->flags & SCB_ACTIVE) == 0) in ahd_abort_scbs()
/linux/drivers/scsi/
H A Dmegaraid.h213 #define SCB_ACTIVE 0x0001 /* off the free list */ macro
H A Dmegaraid.c438 scb->state = SCB_ACTIVE; in DEF_SCSI_QCMD()
4061 scb->state |= SCB_ACTIVE | SCB_PENDQ; in mega_internal_command()