Searched refs:num_to_ack (Results 1 – 1 of 1) sorted by relevance
999 uint8_t tx_seq, num_lost, num_to_ack, next_srej; in process_i_frame() local1120 num_to_ack = (p_fcrb->next_seq_expected - p_fcrb->last_ack_sent) & in process_i_frame()1123 if (num_to_ack < p_ccb->fcrb.max_held_acks) delay_ack = true; in process_i_frame()1126 if ((num_to_ack != 0) && p_ccb->in_use && (p_ccb->chnl_state == CST_OPEN)) { in process_i_frame()