Searched refs:MSG_NOOP (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/drivers/scsi/aic7xxx/ |
H A D | scsi_message.h | 17 #define MSG_NOOP 0x08 /* M/M */ macro
|
H A D | aic7xxx_core.c | 94 { P_DATAOUT, MSG_NOOP, "in Data-out phase" }, 96 { P_DATAOUT_DT, MSG_NOOP, "in DT Data-out phase" }, 98 { P_COMMAND, MSG_NOOP, "in Command phase" }, 99 { P_MESGOUT, MSG_NOOP, "in Message-out phase" }, 102 { P_BUSFREE, MSG_NOOP, "while idle" }, 103 { 0, MSG_NOOP, "in unknown phase" } 825 ahc_outb(ahc, MSG_OUT, MSG_NOOP); /* No message to send */ ahc_restart() 1704 if (mesg_out != MSG_NOOP) { ahc_handle_scsiint() 3132 ahc_outb(ahc, MSG_OUT, MSG_NOOP); ahc_clear_msg_state() 3626 case MSG_NOOP: ahc_parse_msg() 5215 ahc_outb(ahc, MSG_OUT, MSG_NOOP); ahc_chip_init()
|
H A D | aic79xx_core.c | 84 { P_DATAOUT, MSG_NOOP, "in Data-out phase" }, 86 { P_DATAOUT_DT, MSG_NOOP, "in DT Data-out phase" }, 88 { P_COMMAND, MSG_NOOP, "in Command phase" }, 89 { P_MESGOUT, MSG_NOOP, "in Message-out phase" }, 92 { P_BUSFREE, MSG_NOOP, "while idle" }, 93 { 0, MSG_NOOP, "in unknown phase" } 1137 ahd_outb(ahd, MSG_OUT, MSG_NOOP); /* No message to send */ ahd_restart() 4428 ahd->msgout_buf[ahd->msgout_index++] = MSG_NOOP; ahd_setup_initiator_msgout() 4703 ahd_outb(ahd, MSG_OUT, MSG_NOOP); ahd_clear_msg_state() 5142 case MSG_NOOP: ahd_parse_msg()
|
/linux-4.1.27/arch/x86/platform/uv/ |
H A D | tlb_uv.c | 239 (msg2->msg_type != MSG_NOOP)) { bau_process_retry_msg() 381 (msg->msg_type != MSG_NOOP)) { do_reset() 1814 /* in effect, all msg_type's are set to MSG_NOOP */
|
/linux-4.1.27/arch/x86/include/asm/uv/ |
H A D | uv_bau.h | 186 #define MSG_NOOP 0 macro
|
Completed in 244 milliseconds