Lines Matching refs:fixed_queue_length

368          ||  (fixed_queue_length(p_ccb->fcrb.waiting_for_ack_q) >= p_ccb->peer_cfg.fcr.tx_win_sz) )  in l2c_fcr_is_flow_controlled()
662 fixed_queue_length(p_ccb->fcrb.waiting_for_ack_q), in l2c_fcr_proc_pdu()
910 fixed_queue_length(p_ccb->fcrb.waiting_for_ack_q)); in l2c_fcr_proc_tout()
997 if (num_bufs_acked > fixed_queue_length(p_fcrb->waiting_for_ack_q)) in process_reqseq()
1002 fixed_queue_length(p_fcrb->waiting_for_ack_q)); in process_reqseq()
1207 …if ( (tx_seq == next_srej) && (fixed_queue_length(p_fcrb->srej_rcv_hold_q) < p_ccb->our_cfg.fcr.tx… in process_i_frame()
1238 …p_ccb->local_cid, next_srej, fixed_queue_length(p_fcrb->srej_rcv_hold_q), p_ccb->our_cfg.fcr.tx_wi… in process_i_frame()
1269 … p_ccb->local_cid, tx_seq, fixed_queue_length(p_fcrb->srej_rcv_hold_q)); in process_i_frame()
1561 fixed_queue_length(p_ccb->fcrb.waiting_for_ack_q)); in retransmit_i_frames()
1599 fixed_queue_length(p_ccb->fcrb.waiting_for_ack_q)); in retransmit_i_frames()
1648 if (fixed_queue_length(p_ccb->fcrb.waiting_for_ack_q)) in retransmit_i_frames()
2442 fixed_queue_length(p_ccb->fcrb.waiting_for_ack_q); in l2c_fcr_collect_ack_delay()
2444 if (fixed_queue_length(p_ccb->fcrb.waiting_for_ack_q) > p_ccb->fcrb.ack_q_count_max[index]) in l2c_fcr_collect_ack_delay()
2445 p_ccb->fcrb.ack_q_count_max[index] = fixed_queue_length(p_ccb->fcrb.waiting_for_ack_q); in l2c_fcr_collect_ack_delay()
2447 if (fixed_queue_length(p_ccb->fcrb.waiting_for_ack_q) < p_ccb->fcrb.ack_q_count_min[index]) in l2c_fcr_collect_ack_delay()
2448 p_ccb->fcrb.ack_q_count_min[index] = fixed_queue_length(p_ccb->fcrb.waiting_for_ack_q); in l2c_fcr_collect_ack_delay()