Searched refs:MSG_NOOP (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13-stable/sys/cam/scsi/ |
| HD | scsi_message.h | 16 #define MSG_NOOP 0x08 /* M/M */ macro
|
| /freebsd-13-stable/sys/dev/aic7xxx/ |
| HD | aic7xxx.c | 100 { 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 …]
|
| HD | aic79xx.c | 89 { 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()
|
| HD | 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;
|
| HD | 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-13-stable/share/examples/scsi_target/ |
| HD | scsi_target.c | 804 case MSG_NOOP: in work_inot()
|
| /freebsd-13-stable/sys/dev/esp/ |
| HD | ncr53c9x.c | 1926 case MSG_NOOP: in ncr53c9x_msgin() 2261 sc->sc_omess[0] = MSG_NOOP; in ncr53c9x_msgout()
|
| /freebsd-13-stable/sys/cam/ctl/ |
| HD | scsi_ctl.c | 1470 case MSG_NOOP: in ctlfedone()
|
| /freebsd-13-stable/sys/dev/mpt/ |
| HD | mpt_cam.c | 4800 inot->arg = MSG_NOOP; in mpt_scsi_tgt_tsk_mgmt()
|