Home
last modified time | relevance | path

Searched refs:SIMPLE_QUEUE_TAG (Results 1 – 11 of 11) sorted by relevance

/linux/include/scsi/
H A Dscsi_status.h31 SIMPLE_QUEUE_TAG = 0x20, enumerator
/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_defs.h746 #define M_SIMPLE_TAG SIMPLE_QUEUE_TAG
/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c3535 } else if (ahc->msgout_buf[index] >= SIMPLE_QUEUE_TAG in ahc_sent_msg()
4058 } else if ((scb->hscb->control & SIMPLE_QUEUE_TAG) != 0) { in ahc_handle_msg_reject()
4062 tag_type = (scb->hscb->control & SIMPLE_QUEUE_TAG); in ahc_handle_msg_reject()
4064 if (tag_type == SIMPLE_QUEUE_TAG) { in ahc_handle_msg_reject()
4088 /*type*/SIMPLE_QUEUE_TAG); in ahc_handle_msg_reject()
H A Daic79xx_core.c5040 } else if (ahd->msgout_buf[index] >= SIMPLE_QUEUE_TAG in ahd_sent_msg()
5580 } else if ((scb->hscb->control & SIMPLE_QUEUE_TAG) != 0) { in ahd_handle_msg_reject()
5584 tag_type = (scb->hscb->control & SIMPLE_QUEUE_TAG); in ahd_handle_msg_reject()
5586 if (tag_type == SIMPLE_QUEUE_TAG) { in ahd_handle_msg_reject()
5610 /*type*/SIMPLE_QUEUE_TAG); in ahd_handle_msg_reject()
H A Daic7xxx_osm.c1493 hscb->control |= SIMPLE_QUEUE_TAG; in ahc_linux_run_command()
H A Daic79xx_osm.c1607 hscb->control |= SIMPLE_QUEUE_TAG; in ahd_linux_run_command()
/linux/drivers/scsi/
H A Dvmw_pvscsi.c744 e->tag = SIMPLE_QUEUE_TAG; in pvscsi_queue_ring()
H A Dscsi_transport_spi.c1234 *msg++ = SIMPLE_QUEUE_TAG; in spi_populate_tag_msg()
H A Ddc395x.c1243 DC395x_write8(acb, TRM_S1040_SCSI_FIFO, SIMPLE_QUEUE_TAG); in start_scsi()
2308 case SIMPLE_QUEUE_TAG: in msgin_phase0()
H A Desp_scsi.c1118 if (esp->command_block[0] < SIMPLE_QUEUE_TAG || in esp_reconnect_with_tag()
H A Dadvansys.c7467 asc_scsi_q->q2.tag_code = SIMPLE_QUEUE_TAG; in asc_build_req()
7895 scsiq->q2.tag_code &= ~SIMPLE_QUEUE_TAG; in AscPutReadyQueue()
8167 scsiq->q2.tag_code &= ~SIMPLE_QUEUE_TAG; in AscExeScsiQueue()