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

/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_message.h36 #define MSG_SIMPLE_TASK 0x20 /* O/O */ /* SPI3 Terminology */ macro
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_frontend_cam_sim.c559 case MSG_SIMPLE_TASK:
641 case MSG_SIMPLE_TASK:
H A Dscsi_ctl.c1165 case MSG_SIMPLE_TASK:
/freebsd-11-stable/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.c4263 } else if (ahd->msgout_buf[index] >= MSG_SIMPLE_TASK
4803 } else if ((scb->hscb->control & MSG_SIMPLE_TASK) != 0) {
4807 tag_type = (scb->hscb->control & MSG_SIMPLE_TASK);
4809 if (tag_type == MSG_SIMPLE_TASK) {
4833 /*type*/MSG_SIMPLE_TASK);
/freebsd-11-stable/sys/dev/firewire/
H A Dsbp_targ.c1470 atio->tag_action = MSG_SIMPLE_TASK;

Completed in 201 milliseconds