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()
271 if (rx_frame->header.PCB != S(RESYNC, RESPONSE) && in teq1_frame_error_check()
370 next_tx->header.PCB = S(WTX, RESPONSE); in teq1_rules()
379 case TEQ1_RULE(S(IFS, REQUEST), S(IFS, RESPONSE)): in teq1_rules()
389 next_tx->header.PCB = S(IFS, RESPONSE); in teq1_rules()
413 case TEQ1_RULE(S(RESYNC, REQUEST), S(RESYNC, RESPONSE)): in teq1_rules()
494 case TEQ1_RULE(S(ABORT, REQUEST), S(ABORT, RESPONSE)): in teq1_rules()
497 case TEQ1_RULE(S(ABORT, RESPONSE), R(0, 0, 0)): in teq1_rules()
498 case TEQ1_RULE(S(ABORT, RESPONSE), R(1, 0, 0)): in teq1_rules()
516 case TEQ1_RULE(S(ABORT, RESPONSE), 255): in teq1_rules()