Searched refs:MSG_NOOP (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/drivers/scsi/aic7xxx/ |
D | scsi_message.h | 17 #define MSG_NOOP 0x08 /* M/M */ macro
|
D | aic7xxx_core.c | 87 { P_DATAOUT, MSG_NOOP, "in Data-out phase" }, 89 { P_DATAOUT_DT, MSG_NOOP, "in DT Data-out phase" }, 91 { P_COMMAND, MSG_NOOP, "in Command phase" }, 92 { P_MESGOUT, MSG_NOOP, "in Message-out phase" }, 95 { P_BUSFREE, MSG_NOOP, "while idle" }, 96 { 0, MSG_NOOP, "in unknown phase" } 818 ahc_outb(ahc, MSG_OUT, MSG_NOOP); /* No message to send */ in ahc_restart() 1697 if (mesg_out != MSG_NOOP) { in ahc_handle_scsiint() 3125 ahc_outb(ahc, MSG_OUT, MSG_NOOP); in ahc_clear_msg_state() 3619 case MSG_NOOP: in ahc_parse_msg() [all …]
|
D | aic79xx_core.c | 76 { P_DATAOUT, MSG_NOOP, "in Data-out phase" }, 78 { P_DATAOUT_DT, MSG_NOOP, "in DT Data-out phase" }, 80 { P_COMMAND, MSG_NOOP, "in Command phase" }, 81 { P_MESGOUT, MSG_NOOP, "in Message-out phase" }, 84 { P_BUSFREE, MSG_NOOP, "while idle" }, 85 { 0, MSG_NOOP, "in unknown phase" } 1129 ahd_outb(ahd, MSG_OUT, MSG_NOOP); /* No message to send */ in ahd_restart() 4422 ahd->msgout_buf[ahd->msgout_index++] = MSG_NOOP; in ahd_setup_initiator_msgout() 4697 ahd_outb(ahd, MSG_OUT, MSG_NOOP); in ahd_clear_msg_state() 5136 case MSG_NOOP: in ahd_parse_msg()
|
D | aic7xxx.seq | 1494 * When there are no messages to send, MSG_OUT should be set to MSG_NOOP, 1548 mvi MSG_OUT, MSG_NOOP; /* No message left */ 1563 cmp A,MSG_NOOP je mesgin_done;
|
D | aic79xx.seq | 969 * When there are no messages to send, MSG_OUT should be set to MSG_NOOP, 1019 mvi MSG_OUT, MSG_NOOP; /* No message left */ 1035 cmp A,MSG_NOOP je mesgin_done;
|
/Linux-v5.4/arch/x86/include/asm/uv/ |
D | uv_bau.h | 183 #define MSG_NOOP 0 macro
|
/Linux-v5.4/arch/x86/platform/uv/ |
D | tlb_uv.c | 251 (msg2->msg_type != MSG_NOOP)) { in bau_process_retry_msg() 393 (msg->msg_type != MSG_NOOP)) { in do_reset()
|