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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Dscsi_message.h36 #define MSG_SIMPLE_TASK 0x20 /* O/O */ /* SPI3 Terminology */ macro
H A Daic79xx_osm.c1318 scsi_set_tag_type(sdev, MSG_SIMPLE_TASK);
1467 if (msg_bytes && tag_msgs[0] != MSG_SIMPLE_TASK) {
1477 hscb->control |= MSG_SIMPLE_TASK;
H A Daic7xxx_osm.c1440 if (msg_bytes && tag_msgs[0] != MSG_SIMPLE_TASK) {
1449 hscb->control |= MSG_SIMPLE_TASK;
H A Daic7xxx_core.c2957 } else if (ahc->msgout_buf[index] >= MSG_SIMPLE_TASK
3480 } else if ((scb->hscb->control & MSG_SIMPLE_TASK) != 0) {
3484 tag_type = (scb->hscb->control & MSG_SIMPLE_TASK);
3486 if (tag_type == MSG_SIMPLE_TASK) {
3510 /*type*/MSG_SIMPLE_TASK);
H A Daic79xx_core.c4276 } else if (ahd->msgout_buf[index] >= MSG_SIMPLE_TASK
4816 } else if ((scb->hscb->control & MSG_SIMPLE_TASK) != 0) {
4820 tag_type = (scb->hscb->control & MSG_SIMPLE_TASK);
4822 if (tag_type == MSG_SIMPLE_TASK) {
4846 /*type*/MSG_SIMPLE_TASK);

Completed in 200 milliseconds