Searched refs:retrans_q (Results 1 – 3 of 3) sorted by relevance
240 fixed_queue_free(p_fcrb->retrans_q, osi_free); in l2c_fcr_cleanup()241 p_fcrb->retrans_q = NULL; in l2c_fcr_cleanup()804 if ( (!fixed_queue_is_empty(p_ccb->fcrb.retrans_q) || in l2c_fcr_proc_pdu()1620 while (!fixed_queue_is_empty(p_ccb->fcrb.retrans_q)) in retransmit_i_frames()1621 osi_free(fixed_queue_try_dequeue(p_ccb->fcrb.retrans_q)); in retransmit_i_frames()1638 fixed_queue_enqueue(p_ccb->fcrb.retrans_q, p_buf2); in retransmit_i_frames()1681 p_buf = (BT_HDR *)fixed_queue_try_dequeue(p_ccb->fcrb.retrans_q); in l2c_fcr_get_next_xmit_sdu_seg()
1584 p_ccb->fcrb.retrans_q = fixed_queue_new(SIZE_MAX); in l2cu_allocate_ccb()3437 if (fixed_queue_is_empty(p_ccb->fcrb.retrans_q)) in l2cu_get_next_channel_in_rr()3507 if (!fixed_queue_is_empty(p_ccb->fcrb.retrans_q)) in l2cu_get_next_channel()3556 if (fixed_queue_is_empty(p_ccb->fcrb.retrans_q)) in l2cu_get_next_buffer_to_send()
187 fixed_queue_t *retrans_q; /* Buffers being retransmitted */ member