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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Dscsi_message.h36 #define MSG_SIMPLE_TASK 0x20 /* O/O */ /* SPI3 Terminology */ macro
H A Daic79xx_osm.c1444 scsi_set_tag_type(sdev, MSG_SIMPLE_TASK);
1599 if (msg_bytes && tag_msgs[0] != MSG_SIMPLE_TASK) {
1609 hscb->control |= MSG_SIMPLE_TASK;
H A Daic7xxx_osm.c1505 if (msg_bytes && tag_msgs[0] != MSG_SIMPLE_TASK) {
1514 hscb->control |= MSG_SIMPLE_TASK;
H A Daic7xxx_core.c3514 } else if (ahc->msgout_buf[index] >= MSG_SIMPLE_TASK
4037 } else if ((scb->hscb->control & MSG_SIMPLE_TASK) != 0) {
4041 tag_type = (scb->hscb->control & MSG_SIMPLE_TASK);
4043 if (tag_type == MSG_SIMPLE_TASK) {
4067 /*type*/MSG_SIMPLE_TASK);
H A Daic79xx_core.c5000 } else if (ahd->msgout_buf[index] >= MSG_SIMPLE_TASK
5540 } else if ((scb->hscb->control & MSG_SIMPLE_TASK) != 0) {
5544 tag_type = (scb->hscb->control & MSG_SIMPLE_TASK);
5546 if (tag_type == MSG_SIMPLE_TASK) {
5570 /*type*/MSG_SIMPLE_TASK);

Completed in 123 milliseconds