Searched refs:retrans_q (Results 1 – 3 of 3) sorted by relevance
247 fixed_queue_free(p_fcrb->retrans_q, osi_free_func); in l2c_fcr_cleanup()248 p_fcrb->retrans_q = NULL; in l2c_fcr_cleanup()794 if ( (!fixed_queue_is_empty(p_ccb->fcrb.retrans_q) || in l2c_fcr_proc_pdu()1476 while (!fixed_queue_is_empty(p_ccb->fcrb.retrans_q)) { in retransmit_i_frames()1477 osi_free(fixed_queue_dequeue(p_ccb->fcrb.retrans_q, 0)); in retransmit_i_frames()1496 fixed_queue_enqueue(p_ccb->fcrb.retrans_q, p_buf2, FIXED_QUEUE_MAX_TIMEOUT); in retransmit_i_frames()1540 p_buf = (BT_HDR *)fixed_queue_dequeue(p_ccb->fcrb.retrans_q, 0); in l2c_fcr_get_next_xmit_sdu_seg()
1586 p_ccb->fcrb.retrans_q = fixed_queue_new(QUEUE_SIZE_MAX); in l2cu_allocate_ccb()1719 fixed_queue_free(p_ccb->fcrb.retrans_q, osi_free_func); in l2cu_release_ccb()1722 p_ccb->fcrb.retrans_q = NULL; in l2cu_release_ccb()3364 if (fixed_queue_is_empty(p_ccb->fcrb.retrans_q)) { in l2cu_get_next_channel_in_rr()3436 if (!fixed_queue_is_empty(p_ccb->fcrb.retrans_q)) in l2cu_get_next_channel()3491 if (fixed_queue_is_empty(p_ccb->fcrb.retrans_q))
196 fixed_queue_t *retrans_q; /* Buffers being retransmitted */ member