Lines Matching refs:next_tx
314 struct Teq1Frame *next_tx) { in teq1_rules() argument
338 next_tx->header.PCB = S(RESYNC, REQUEST); in teq1_rules()
362 next_tx->header.PCB = in teq1_rules()
364 next_tx->header.LEN = 0; in teq1_rules()
371 next_tx->header.PCB = in teq1_rules()
373 teq1_fill_info_block(state, next_tx); /* Sets M-bit and LEN. */ in teq1_rules()
385 next_tx->header.PCB = S(WTX, RESPONSE); in teq1_rules()
386 next_tx->header.LEN = 1; in teq1_rules()
387 next_tx->INF[0] = rx_frame->INF[0]; in teq1_rules()
404 next_tx->header.PCB = S(IFS, RESPONSE); in teq1_rules()
405 next_tx->header.LEN = 1; in teq1_rules()
406 next_tx->INF[0] = rx_frame->INF[0]; in teq1_rules()
421 next_tx->header.PCB = in teq1_rules()
443 next_tx->header.PCB = R_err; in teq1_rules()
444 bs_assign(&next_tx->header.PCB, PCB.R.next_seq, in teq1_rules()
447 next_tx->header.PCB, teq1_pcb_to_name(next_tx->header.PCB)); in teq1_rules()
460 next_tx->header.PCB = in teq1_rules()
463 next_tx->header.PCB, teq1_pcb_to_name(next_tx->header.PCB)); in teq1_rules()
529 next_tx->header.PCB = S(ABORT, REQUEST); in teq1_rules()