Searched refs:MSG_OUT (Results 1 – 15 of 15) sorted by relevance
/Linux-v5.4/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 | 1308 if (host->phase == MSG_OUT) { in initio_state_1() 1410 case MSG_OUT: /* Message out phase */ in initio_state_3() 1474 case MSG_OUT: /* Message out phase */ in initio_state_4() 1618 case MSG_OUT: /* Message out phase */ in initio_state_6() 1790 if (host->phase == MSG_OUT) { in initio_status_msg() 1803 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-v5.4/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, MSG_NOOP); /* No message to send */ in ahc_restart() 1186 ahc_outb(ahc, MSG_OUT, HOST_MSG); in ahc_handle_seqint() 1701 ahc_outb(ahc, MSG_OUT, mesg_out); in ahc_handle_scsiint() 2881 && ahc_inb(ahc, MSG_OUT) == MSG_IDENTIFYFLAG) { in ahc_setup_initiator_msgout() 2937 ahc_inb(ahc, MSG_OUT), scb->flags); in ahc_setup_initiator_msgout() 3125 ahc_outb(ahc, MSG_OUT, MSG_NOOP); in ahc_clear_msg_state() 3208 ahc_outb(ahc, MSG_OUT, HOST_MSG); in ahc_handle_proto_violation() 4107 ahc_outb(ahc, MSG_OUT, MSG_IDENTIFYFLAG); in ahc_handle_msg_reject() 5200 ahc_outb(ahc, MSG_OUT, MSG_NOOP); in ahc_chip_init()
|
D | aic79xx_core.c | 1129 ahd_outb(ahd, MSG_OUT, MSG_NOOP); /* No message to send */ in ahd_restart() 1961 ahd_outb(ahd, MSG_OUT, HOST_MSG); in ahd_handle_seqint() 2020 ahd_outb(ahd, MSG_OUT, HOST_MSG); in ahd_handle_seqint() 2154 ahd_outb(ahd, MSG_OUT, HOST_MSG); in ahd_handle_seqint() 2848 ahd_outb(ahd, MSG_OUT, HOST_MSG); in ahd_handle_transmission_error() 3393 ahd_outb(ahd, MSG_OUT, HOST_MSG); in ahd_handle_proto_violation() 4410 && ahd_inb(ahd, MSG_OUT) == HOST_MSG) { in ahd_setup_initiator_msgout() 4430 && ahd_inb(ahd, MSG_OUT) == MSG_IDENTIFYFLAG) { in ahd_setup_initiator_msgout() 4496 ahd_inb_scbram(ahd, SCB_CONTROL), ahd_inb(ahd, MSG_OUT), in ahd_setup_initiator_msgout() 4697 ahd_outb(ahd, MSG_OUT, MSG_NOOP); 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 | 2224 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 | 2281 ahd_outb(ahd, MSG_OUT, HOST_MSG); in ahd_linux_queue_abort_cmd()
|
D | aic79xx_reg.h_shipped | 1559 #define MSG_OUT 0x137
|
/Linux-v5.4/Documentation/scsi/ |
D | ChangeLog.ncr53c8xx | 368 - Add a check of the MSG_OUT phase after Selection with ATN.
|