Searched refs:MSG_NOOP (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | scsi_message.h | 11 #define MSG_NOOP 0x08 /* M/M */ macro
|
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | scsi_message.h | 17 #define MSG_NOOP 0x08 /* M/M */ macro
|
H A 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() 3109 ahc_outb(ahc, MSG_OUT, MSG_NOOP); in ahc_clear_msg_state() 3603 case MSG_NOOP in ahc_parse_msg() [all...] |
H A 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() 4394 ahd->msgout_buf[ahd->msgout_index++] = MSG_NOOP; in ahd_setup_initiator_msgout() 4669 ahd_outb(ahd, MSG_OUT, MSG_NOOP); in ahd_clear_msg_state() 5108 case MSG_NOOP in ahd_parse_msg() [all...] |
Completed in 13 milliseconds