HomeSort by: relevance | last modified time | path
    Searched refs:MSG_SIMPLE_TASK (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/scsipi/
scsi_message.h 31 #define MSG_SIMPLE_TASK 0x20 /* O/O */ /* SPI3 Terminology */
  /src/sys/dev/ic/
aic7xxx.c 2964 } else if (ahc->msgout_buf[index] >= MSG_SIMPLE_TASK
3482 } else if ((scb->hscb->control & MSG_SIMPLE_TASK) != 0) {
3486 tag_type = (scb->hscb->control & MSG_SIMPLE_TASK);
3488 if (tag_type == MSG_SIMPLE_TASK) {
3517 /*type*/MSG_SIMPLE_TASK);
aic79xx.c 4134 } else if (ahd->msgout_buf[index] >= MSG_SIMPLE_TASK
4674 } else if ((scb->hscb->control & MSG_SIMPLE_TASK) != 0) {
4678 tag_type = (scb->hscb->control & MSG_SIMPLE_TASK);
4680 if (tag_type == MSG_SIMPLE_TASK) {
4704 /*type*/MSG_SIMPLE_TASK);

Completed in 34 milliseconds