Home
last modified time | relevance | path

Searched refs:MSG_NOOP (Results 1 – 9 of 9) sorted by relevance

/freebsd-13-stable/sys/cam/scsi/
HDscsi_message.h16 #define MSG_NOOP 0x08 /* M/M */ macro
/freebsd-13-stable/sys/dev/aic7xxx/
HDaic7xxx.c100 { P_DATAOUT, MSG_NOOP, "in Data-out phase" },
102 { P_DATAOUT_DT, MSG_NOOP, "in DT Data-out phase" },
104 { P_COMMAND, MSG_NOOP, "in Command phase" },
105 { P_MESGOUT, MSG_NOOP, "in Message-out phase" },
108 { P_BUSFREE, MSG_NOOP, "while idle" },
109 { 0, MSG_NOOP, "in unknown phase" }
262 ahc_outb(ahc, MSG_OUT, MSG_NOOP); /* No message to send */ in ahc_restart()
1140 if (mesg_out != MSG_NOOP) { in ahc_handle_scsiint()
2546 ahc_outb(ahc, MSG_OUT, MSG_NOOP); in ahc_clear_msg_state()
3109 case MSG_NOOP: in ahc_parse_msg()
[all …]
HDaic79xx.c89 { P_DATAOUT, MSG_NOOP, "in Data-out phase" },
91 { P_DATAOUT_DT, MSG_NOOP, "in DT Data-out phase" },
93 { P_COMMAND, MSG_NOOP, "in Command phase" },
94 { P_MESGOUT, MSG_NOOP, "in Message-out phase" },
97 { P_BUSFREE, MSG_NOOP, "while idle" },
98 { 0, MSG_NOOP, "in unknown phase" }
321 ahd_outb(ahd, MSG_OUT, MSG_NOOP); /* No message to send */ in ahd_restart()
3582 ahd->msgout_buf[ahd->msgout_index++] = MSG_NOOP; in ahd_setup_initiator_msgout()
3868 ahd_outb(ahd, MSG_OUT, MSG_NOOP); in ahd_clear_msg_state()
4304 case MSG_NOOP: in ahd_parse_msg()
HDaic7xxx.seq1496 * 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;
HDaic79xx.seq967 * 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-13-stable/share/examples/scsi_target/
HDscsi_target.c804 case MSG_NOOP: in work_inot()
/freebsd-13-stable/sys/dev/esp/
HDncr53c9x.c1926 case MSG_NOOP: in ncr53c9x_msgin()
2261 sc->sc_omess[0] = MSG_NOOP; in ncr53c9x_msgout()
/freebsd-13-stable/sys/cam/ctl/
HDscsi_ctl.c1470 case MSG_NOOP: in ctlfedone()
/freebsd-13-stable/sys/dev/mpt/
HDmpt_cam.c4800 inot->arg = MSG_NOOP; in mpt_scsi_tgt_tsk_mgmt()