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

/freebsd-9.3-release/sys/cam/scsi/
H A Dscsi_message.h36 #define MSG_SIMPLE_TASK 0x20 /* O/O */ /* SPI3 Terminology */ macro
/freebsd-9.3-release/sys/cam/ctl/
H A Dctl_frontend_cam_sim.c640 case MSG_SIMPLE_TASK:
721 case MSG_SIMPLE_TASK:
H A Dscsi_ctl.c1243 case MSG_SIMPLE_TASK:
/freebsd-9.3-release/sys/dev/aic7xxx/
H A Daic7xxx.c3056 } else if (ahc->msgout_buf[index] >= MSG_SIMPLE_TASK
3579 } else if ((scb->hscb->control & MSG_SIMPLE_TASK) != 0) {
3583 tag_type = (scb->hscb->control & MSG_SIMPLE_TASK);
3585 if (tag_type == MSG_SIMPLE_TASK) {
3609 /*type*/MSG_SIMPLE_TASK);
H A Daic79xx.c4270 } else if (ahd->msgout_buf[index] >= MSG_SIMPLE_TASK
4810 } else if ((scb->hscb->control & MSG_SIMPLE_TASK) != 0) {
4814 tag_type = (scb->hscb->control & MSG_SIMPLE_TASK);
4816 if (tag_type == MSG_SIMPLE_TASK) {
4840 /*type*/MSG_SIMPLE_TASK);

Completed in 105 milliseconds