Searched refs:MSG_SIMPLE_TASK (Results 1 - 5 of 5) sorted by relevance

/drivers/scsi/aic7xxx/
H A Dscsi_message.h36 #define MSG_SIMPLE_TASK 0x20 /* O/O */ /* SPI3 Terminology */ macro
H A Daic79xx_osm.c1470 scsi_set_tag_type(sdev, MSG_SIMPLE_TASK);
1625 if (msg_bytes && tag_msgs[0] != MSG_SIMPLE_TASK) {
1635 hscb->control |= MSG_SIMPLE_TASK;
H A Daic7xxx_osm.c1517 if (msg_bytes && tag_msgs[0] != MSG_SIMPLE_TASK) {
1526 hscb->control |= MSG_SIMPLE_TASK;
H A Daic7xxx_core.c3560 } else if (ahc->msgout_buf[index] >= MSG_SIMPLE_TASK
4083 } else if ((scb->hscb->control & MSG_SIMPLE_TASK) != 0) {
4087 tag_type = (scb->hscb->control & MSG_SIMPLE_TASK);
4089 if (tag_type == MSG_SIMPLE_TASK) {
4113 /*type*/MSG_SIMPLE_TASK);
H A Daic79xx_core.c5076 } else if (ahd->msgout_buf[index] >= MSG_SIMPLE_TASK
5616 } else if ((scb->hscb->control & MSG_SIMPLE_TASK) != 0) {
5620 tag_type = (scb->hscb->control & MSG_SIMPLE_TASK);
5622 if (tag_type == MSG_SIMPLE_TASK) {
5646 /*type*/MSG_SIMPLE_TASK);

Completed in 57 milliseconds