Searched refs:MSG_NOOP (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/cam/scsi/ |
H A D | scsi_message.h | 16 #define MSG_NOOP 0x08 /* M/M */ macro
|
/freebsd/share/examples/scsi_target/ |
H A D | scsi_target.c | 804 case MSG_NOOP: in work_inot()
|
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx.c | 82 { P_DATAOUT, MSG_NOOP, "in Data-out phase" }, 84 { P_DATAOUT_DT, MSG_NOOP, "in DT Data-out phase" }, 86 { P_COMMAND, MSG_NOOP, "in Command phase" }, 87 { P_MESGOUT, MSG_NOOP, "in Message-out phase" }, 90 { P_BUSFREE, MSG_NOOP, "while idle" }, 91 { 0, MSG_NOOP, "in unknown phase" } 314 ahd_outb(ahd, MSG_OUT, MSG_NOOP); /* No message to send */ in ahd_restart() 3573 ahd->msgout_buf[ahd->msgout_index++] = MSG_NOOP; in ahd_setup_initiator_msgout() 3859 ahd_outb(ahd, MSG_OUT, MSG_NOOP); in ahd_clear_msg_state() 4295 case MSG_NOOP: in ahd_parse_msg()
|
H A D | aic7xxx.seq | 1496 * When there are no messages to send, MSG_OUT should be set to MSG_NOOP, 1550 mvi MSG_OUT, MSG_NOOP; /* No message left */ 1565 cmp A,MSG_NOOP je mesgin_done;
|
H A D | aic79xx.seq | 967 * When there are no messages to send, MSG_OUT should be set to MSG_NOOP, 1017 mvi MSG_OUT, MSG_NOOP; /* No message left */ 1033 cmp A,MSG_NOOP je mesgin_done;
|
/freebsd/sys/cam/ctl/ |
H A D | scsi_ctl.c | 1469 case MSG_NOOP: in ctlfedone()
|
/freebsd/sys/dev/mpt/ |
H A D | mpt_cam.c | 4806 inot->arg = MSG_NOOP; in mpt_scsi_tgt_tsk_mgmt()
|