Home
last modified time | relevance | path

Searched refs:retrans_q (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_fcr.c242 while (p_fcrb->retrans_q.p_first) in l2c_fcr_cleanup()
243 GKI_freebuf (GKI_dequeue (&p_fcrb->retrans_q)); in l2c_fcr_cleanup()
848 if ( (p_ccb->fcrb.retrans_q.count || p_ccb->xmit_hold_q.count) in l2c_fcr_proc_pdu()
1580 while (p_ccb->fcrb.retrans_q.p_first) in retransmit_i_frames()
1581 GKI_freebuf (GKI_dequeue (&p_ccb->fcrb.retrans_q)); in retransmit_i_frames()
1594 GKI_enqueue (&p_ccb->fcrb.retrans_q, p_buf2); in retransmit_i_frames()
1636 if (p_ccb->fcrb.retrans_q.p_first) in l2c_fcr_get_next_xmit_sdu_seg()
1638 p_buf = (BT_HDR *)GKI_dequeue (&p_ccb->fcrb.retrans_q); in l2c_fcr_get_next_xmit_sdu_seg()
Dl2c_int.h206 BUFFER_Q retrans_q; /* Buffers being retransmitted */ member
Dl2c_utils.c3136 if ( p_ccb->fcrb.retrans_q.count == 0 ) in l2cu_get_next_channel_in_rr()
3209 if (p_ccb->fcrb.retrans_q.count != 0) in l2cu_get_next_channel()
3262 if (p_ccb->fcrb.retrans_q.count == 0) in l2cu_get_next_buffer_to_send()