Searched refs:num_to_ack (Results 1 – 1 of 1) sorted by relevance
1168 uint8_t tx_seq, num_lost, num_to_ack, next_srej; in process_i_frame() local1321 num_to_ack = (p_fcrb->next_seq_expected - p_fcrb->last_ack_sent) & in process_i_frame()1324 if ((num_to_ack < p_ccb->fcrb.max_held_acks) && (!p_fcrb->local_busy)) in process_i_frame()1328 if ((num_to_ack != 0) && p_ccb->in_use && (p_ccb->chnl_state == CST_OPEN)) { in process_i_frame()