Searched refs:SRB_MSGOUT (Results 1 – 2 of 2) sorted by relevance
93 #define SRB_MSGOUT 0x0004 /* arbitration+msg_out 1st byte */ macro
1409 srb->state = SRB_MSGOUT; in start_scsi()1518 srb->state |= SRB_MSGOUT1529 srb->state |= SRB_MSGOUT; in enable_msgout_abort()1691 srb->state &= ~SRB_MSGOUT; in msgout_phase0()1703 if (!(srb->state & SRB_MSGOUT)) { in msgout_phase1()1704 srb->state |= SRB_MSGOUT; in msgout_phase1()2467 srb->state |= SRB_MSGOUT; in msgin_reject()2800 srb->state |= SRB_MSGOUT; in msgin_phase0()2903 if ((srb->state & (SRB_START_ + SRB_MSGOUT)) in disconnect()2912 && srb->state != SRB_MSGOUT) { in disconnect()
Completed in 12 milliseconds