Lines Matching refs:message

246 		 * Our first message must be one of IDENTIFY, ABORT, or
266 * If this is a tagged request, the tagged message must
268 * tag message by seeing if it is >= MSG_SIMPLE_Q_TAG and
321 * Pushed message loop to allow the kernel to
322 * run it's own target mode message state engine.
334 * reselected, but haven't seen an IDENTIFY message from the target yet.
412 * message byte we receive so it can be checked prior to
462 * Start out with a simple identify message.
648 * should go into the message out phase since we have ATN
856 * data pointers message.
1476 * indentify message sequence and send it to the target. The host may
1479 * it to handle the message phase completely on its own. If the bit
1481 * thereby allowing it to send a message on the next selection regardless
1484 * If MSG_OUT is == HOST_MSG, also interrupt the host and take a message.
1488 * BDR message in response to a bad reselection would leave us pointed to
1491 * Otherwise, treat MSG_OUT as a 1 byte message to send (abort, abort tag,
1514 * Send a tag message if TAG_ENB is set in the SCB control block.
1519 mov SCSIDATL, SINDEX; /* Send the identify message */
1527 * Interrupt the driver, and allow it to handle this message
1539 * If the next bus phase after ATN drops is message out, it means
1540 * that the target is requesting that the last message(s) be resent.
1548 mvi MSG_OUT, MSG_NOOP; /* No message left */
1555 mvi ACCUM call inb_first; /* read the 1st message byte */
1566 * Pushed message loop to allow the kernel to
1567 * run it's own message state engine. To avoid an
1602 * We received a "command complete" message. Put the SCB_TAG into the QOUTFIFO,
1616 * If ATN is raised, we still want to give the target a message.
1617 * Perhaps there was a parity error on this last message byte.
1618 * Either way, the target should take us to message out phase
1634 * If the target never sent an identify message but instead went
1635 * to mesgin to give an invalid message, let the host abort us.
1648 * See if we attempted to deliver a message but the target ingnored us.
1693 * Is it a disconnect message? Set a flag in the SCB to remind us
1700 * If ATN is raised, we still want to give the target a message.
1701 * Perhaps there was a parity error on this last message byte
1703 * should take us to message out phase and then attempt to
1721 * Save data pointers message:
1722 * Copying RAM values back to SCB, for Save Data Pointers message, but
1726 * Ack the message as soon as possible. For chips without S/G pipelining,
1727 * we can only ack the message after SHADDR has been saved. On these
1757 * any message transfer.
1774 * Restore pointers message? Data pointers are recopied from the
1804 * Identify message? For a reconnecting target, this tells us the lun
1857 * for a tag message.
1873 * Here we "snoop" the bus looking for a SIMPLE QUEUE TAG message.
1937 /* See if the host wants to send a message upon reconnection */
1981 * see the interrupt and prepare our message response
2112 * see the interrupt and prepare our message response