Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/megaraid/
Dmega_common.h86 #define SCB_ACTIVE 0x0001 /* off the free list */ macro
Dmegaraid_mbox.c1308 scb->state = SCB_ACTIVE; in megaraid_alloc_scb()
3656 scb->state = SCB_ACTIVE; in megaraid_mbox_mm_command()
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic79xx_osm.c844 reset_scb->flags |= SCB_DEVICE_RESET|SCB_RECOVERY_SCB|SCB_ACTIVE; in ahd_linux_dev_reset()
1662 scb->flags |= SCB_ACTIVE; in ahd_linux_run_command()
1781 if ((scb->flags & SCB_ACTIVE) == 0) { in ahd_done()
2232 if ((pending_scb->flags & SCB_ACTIVE) == 0) { in ahd_linux_queue_abort_cmd()
Daic7xxx_osm.c1575 scb->flags |= SCB_ACTIVE; in ahc_linux_run_command()
1708 } else if ((scb->flags & SCB_ACTIVE) == 0) { in ahc_done()
2161 if ((pending_scb->flags & SCB_ACTIVE) == 0) { in ahc_linux_queue_recovery_cmd()
Daic7xxx.h540 SCB_ACTIVE = 0x0400, enumerator
Daic79xx.h577 SCB_ACTIVE = 0x00200, enumerator
Daic7xxx_core.c947 && (scb->flags & SCB_ACTIVE) == 0) { in ahc_run_untagged_queue()
948 scb->flags |= SCB_ACTIVE; in ahc_run_untagged_queue()
5928 if ((scb->flags & SCB_ACTIVE) == 0) in ahc_search_qinfifo()
6041 if ((scb->flags & SCB_ACTIVE) == 0) in ahc_search_qinfifo()
6124 if ((scb->flags & SCB_ACTIVE) != 0) in ahc_search_untagged_queues()
6148 if ((scb->flags & SCB_ACTIVE) == 0) in ahc_search_untagged_queues()
6451 if ((scbp->flags & SCB_ACTIVE) == 0) in ahc_abort_scbs()
Daic79xx_core.c6741 && (scb->col_scb->flags & SCB_ACTIVE) == 0) { in ahd_get_scb()
6746 scb->flags |= SCB_ACTIVE; in ahd_get_scb()
6781 & (SCB_PACKETIZED|SCB_ACTIVE)) == SCB_ACTIVE in ahd_free_scb()
8267 if ((scb->flags & SCB_ACTIVE) == 0) in ahd_search_qinfifo()
8363 if ((mk_msg_scb->flags & SCB_ACTIVE) == 0) in ahd_search_qinfifo()
8468 if ((scb->flags & SCB_ACTIVE) == 0) in ahd_search_scb_list()
8666 if ((scbp->flags & SCB_ACTIVE) == 0) in ahd_abort_scbs()
/linux-4.1.27/drivers/scsi/
Dmegaraid.h211 #define SCB_ACTIVE 0x0001 /* off the free list */ macro
Dmegaraid.c438 scb->state = SCB_ACTIVE; in DEF_SCSI_QCMD()
4134 scb->state |= SCB_ACTIVE | SCB_PENDQ; in mega_internal_command()