Lines Matching refs:message_in_code
1834 u_int8_t message_in_code,bIndex,message_in_tag_id; in trm_MsgInPhase0() local
1840 message_in_code = trm_reg_read8(TRMREG_SCSI_FIFO); in trm_MsgInPhase0()
1842 if (message_in_code == MSG_DISCONNECT) { in trm_MsgInPhase0()
1852 } else if (message_in_code == MSG_SAVE_PTR) { in trm_MsgInPhase0()
1861 } else if ((message_in_code == MSG_EXTENDED) || in trm_MsgInPhase0()
1862 ((message_in_code >= MSG_SIMPLE_QTAG) && in trm_MsgInPhase0()
1863 (message_in_code <= MSG_ORDER_QTAG))) { in trm_MsgInPhase0()
1865 pSRB->MsgInBuf[0] = message_in_code; in trm_MsgInPhase0()
1878 } else if (message_in_code == MSG_REJECT_) { in trm_MsgInPhase0()
1929 } else if (message_in_code == MSG_IGNOREWIDE) { in trm_MsgInPhase0()
1958 *pSRB->pMsgPtr = message_in_code; in trm_MsgInPhase0()