Home
last modified time | relevance | path

Searched refs:MSG_SIMPLE_TASK (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/dev/scsipi/
Dscsi_message.h31 #define MSG_SIMPLE_TASK 0x20 /* O/O */ /* SPI3 Terminology */ macro
/netbsd/src/sys/dev/ic/
Daic7xxx.c2964 } else if (ahc->msgout_buf[index] >= MSG_SIMPLE_TASK in ahc_sent_msg()
3482 } else if ((scb->hscb->control & MSG_SIMPLE_TASK) != 0) { in ahc_handle_msg_reject()
3486 tag_type = (scb->hscb->control & MSG_SIMPLE_TASK); in ahc_handle_msg_reject()
3488 if (tag_type == MSG_SIMPLE_TASK) { in ahc_handle_msg_reject()
3517 /*type*/MSG_SIMPLE_TASK); in ahc_handle_msg_reject()
Daic79xx.c4134 } else if (ahd->msgout_buf[index] >= MSG_SIMPLE_TASK in ahd_sent_msg()
4674 } else if ((scb->hscb->control & MSG_SIMPLE_TASK) != 0) { in ahd_handle_msg_reject()
4678 tag_type = (scb->hscb->control & MSG_SIMPLE_TASK); in ahd_handle_msg_reject()
4680 if (tag_type == MSG_SIMPLE_TASK) { in ahd_handle_msg_reject()
4704 /*type*/MSG_SIMPLE_TASK); in ahd_handle_msg_reject()