Searched refs:MSG_OUT (Results 1 – 15 of 15) sorted by relevance
/linux-6.1.9/drivers/scsi/ |
D | 53c700.scr | 62 ABSOLUTE MSG_OUT = 0x90 143 JUMP SendIdentifyMsg, IF MSG_OUT 174 MOVE MessageCount, MessageLocation, WHEN MSG_OUT 176 RETURN, WHEN NOT MSG_OUT 319 INT MSG_OUT_AFTER_DATA_IN, if MSG_OUT
|
D | initio.c | 1306 if (host->phase == MSG_OUT) { in initio_state_1() 1408 case MSG_OUT: /* Message out phase */ in initio_state_3() 1472 case MSG_OUT: /* Message out phase */ in initio_state_4() 1616 case MSG_OUT: /* Message out phase */ in initio_state_6() 1788 if (host->phase == MSG_OUT) { in initio_status_msg() 1801 if (host->phase != MSG_OUT) in initio_status_msg() 2010 if (host->phase != MSG_OUT) in initio_msgout_abort_targ() 2033 if (host->phase != MSG_OUT) in initio_msgout_abort_tag() 2106 if (host->phase == MSG_OUT) { in initio_msgout_reject() 2163 if (initio_msgin_accept(host) != MSG_OUT) in initio_msgin_extend() [all …]
|
D | 53c700_d.h_shipped | 65 ABSOLUTE MSG_OUT = 0x90 152 JUMP SendIdentifyMsg, IF MSG_OUT 222 MOVE MessageCount, MessageLocation, WHEN MSG_OUT 227 RETURN, WHEN NOT MSG_OUT 619 INT MSG_OUT_AFTER_DATA_IN, if MSG_OUT
|
D | initio.h | 285 #define MSG_OUT 6 /* 3 */ macro
|
/linux-6.1.9/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 651 mvi MSG_OUT, MSG_IDENTIFYFLAG; 1475 * Message out phase. If MSG_OUT is MSG_IDENTIFYFLAG, build a full 1484 * If MSG_OUT is == HOST_MSG, also interrupt the host and take a message. 1491 * Otherwise, treat MSG_OUT as a 1 byte message to send (abort, abort tag, 1494 * When there are no messages to send, MSG_OUT should be set to MSG_NOOP, 1506 mov SINDEX, MSG_OUT; 1547 mov LAST_MSG, MSG_OUT; 1548 mvi MSG_OUT, MSG_NOOP; /* No message left */ 1956 mov MSG_OUT,SINDEX ret;
|
D | aic79xx.seq | 842 mvi MSG_OUT, MSG_IDENTIFYFLAG; 950 * Message out phase. If MSG_OUT is MSG_IDENTIFYFLAG, build a full 959 * If MSG_OUT is == HOST_MSG, also interrupt the host and take a message. 966 * Otherwise, treat MSG_OUT as a 1 byte message to send (abort, abort tag, 969 * When there are no messages to send, MSG_OUT should be set to MSG_NOOP, 977 mov SINDEX, MSG_OUT; 1018 mov LAST_MSG, MSG_OUT; 1019 mvi MSG_OUT, MSG_NOOP; /* No message left */ 1454 mov MSG_OUT,SINDEX ret;
|
D | aic7xxx_core.c | 818 ahc_outb(ahc, MSG_OUT, NOP); /* No message to send */ in ahc_restart() 1186 ahc_outb(ahc, MSG_OUT, HOST_MSG); in ahc_handle_seqint() 1700 ahc_outb(ahc, MSG_OUT, mesg_out); in ahc_handle_scsiint() 2863 && ahc_inb(ahc, MSG_OUT) == MSG_IDENTIFYFLAG) { in ahc_setup_initiator_msgout() 2919 ahc_inb(ahc, MSG_OUT), scb->flags); in ahc_setup_initiator_msgout() 3107 ahc_outb(ahc, MSG_OUT, NOP); in ahc_clear_msg_state() 3190 ahc_outb(ahc, MSG_OUT, HOST_MSG); in ahc_handle_proto_violation() 4089 ahc_outb(ahc, MSG_OUT, MSG_IDENTIFYFLAG); in ahc_handle_msg_reject() 5171 ahc_outb(ahc, MSG_OUT, NOP); in ahc_chip_init()
|
D | aic79xx_core.c | 1129 ahd_outb(ahd, MSG_OUT, NOP); /* No message to send */ in ahd_restart() 1950 ahd_outb(ahd, MSG_OUT, HOST_MSG); in ahd_handle_seqint() 2009 ahd_outb(ahd, MSG_OUT, HOST_MSG); in ahd_handle_seqint() 2142 ahd_outb(ahd, MSG_OUT, HOST_MSG); in ahd_handle_seqint() 2835 ahd_outb(ahd, MSG_OUT, HOST_MSG); in ahd_handle_transmission_error() 3367 ahd_outb(ahd, MSG_OUT, HOST_MSG); in ahd_handle_proto_violation() 4380 && ahd_inb(ahd, MSG_OUT) == HOST_MSG) { in ahd_setup_initiator_msgout() 4400 && ahd_inb(ahd, MSG_OUT) == MSG_IDENTIFYFLAG) { in ahd_setup_initiator_msgout() 4466 ahd_inb_scbram(ahd, SCB_CONTROL), ahd_inb(ahd, MSG_OUT), in ahd_setup_initiator_msgout() 4667 ahd_outb(ahd, MSG_OUT, NOP); in ahd_clear_msg_state() [all …]
|
D | aic7xxx.reg | 1454 MSG_OUT { 1611 * Snapshot of MSG_OUT taken after each message is sent.
|
D | aic7xxx_reg.h_shipped | 429 #define MSG_OUT 0x3a
|
D | aic7xxx_osm.c | 2206 ahc_outb(ahc, MSG_OUT, HOST_MSG); in ahc_linux_queue_recovery_cmd()
|
D | aic79xx.reg | 3812 MSG_OUT { 3939 * Snapshot of MSG_OUT taken after each message is sent.
|
D | aic79xx_osm.c | 2255 ahd_outb(ahd, MSG_OUT, HOST_MSG); in ahd_linux_queue_abort_cmd()
|
D | aic79xx_reg.h_shipped | 1559 #define MSG_OUT 0x137
|
/linux-6.1.9/Documentation/scsi/ |
D | ChangeLog.ncr53c8xx | 368 - Add a check of the MSG_OUT phase after Selection with ATN.
|