Home
last modified time | relevance | path

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

/freebsd/sys/cam/scsi/
H A Dscsi_message.h35 #define MSG_SIMPLE_TASK 0x20 /* O/O */ /* SPI3 Terminology */ macro
/freebsd/sys/cam/ctl/
H A Dctl_frontend_cam_sim.c553 case MSG_SIMPLE_TASK: in cfcs_action()
635 case MSG_SIMPLE_TASK: in cfcs_action()
H A Dscsi_ctl.c1159 case MSG_SIMPLE_TASK: in ctlfedone()
/freebsd/sys/dev/aic7xxx/
H A Daic79xx.c4230 } else if (ahd->msgout_buf[index] >= MSG_SIMPLE_TASK in ahd_sent_msg()
4766 } else if ((scb->hscb->control & MSG_SIMPLE_TASK) != 0) { in ahd_handle_msg_reject()
4770 tag_type = (scb->hscb->control & MSG_SIMPLE_TASK); in ahd_handle_msg_reject()
4772 if (tag_type == MSG_SIMPLE_TASK) { in ahd_handle_msg_reject()
4796 /*type*/MSG_SIMPLE_TASK); in ahd_handle_msg_reject()
/freebsd/sys/dev/firewire/
H A Dsbp_targ.c1468 atio->tag_action = MSG_SIMPLE_TASK; in sbp_targ_cmd_handler()