Lines Matching refs:RESPONSE
72 case S(RESYNC, RESPONSE): in teq1_pcb_to_name()
76 case S(IFS, RESPONSE): in teq1_pcb_to_name()
80 case S(ABORT, RESPONSE): in teq1_pcb_to_name()
84 case S(WTX, RESPONSE): in teq1_pcb_to_name()
281 if (rx_frame->header.PCB != S(RESYNC, RESPONSE) && in teq1_frame_error_check()
385 next_tx->header.PCB = S(WTX, RESPONSE); in teq1_rules()
394 case TEQ1_RULE(S(IFS, REQUEST), S(IFS, RESPONSE)): in teq1_rules()
404 next_tx->header.PCB = S(IFS, RESPONSE); in teq1_rules()
428 case TEQ1_RULE(S(RESYNC, REQUEST), S(RESYNC, RESPONSE)): in teq1_rules()
509 case TEQ1_RULE(S(ABORT, REQUEST), S(ABORT, RESPONSE)): in teq1_rules()
512 case TEQ1_RULE(S(ABORT, RESPONSE), R(0, 0, 0)): in teq1_rules()
513 case TEQ1_RULE(S(ABORT, RESPONSE), R(1, 0, 0)): in teq1_rules()
531 case TEQ1_RULE(S(ABORT, RESPONSE), 255): in teq1_rules()