Home | History | Annotate | Download | only in l2cap

Lines Matching refs:retrans_q

242     while (p_fcrb->retrans_q.p_first)
243 GKI_freebuf (GKI_dequeue (&p_fcrb->retrans_q));
848 if ( (p_ccb->fcrb.retrans_q.count || p_ccb->xmit_hold_q.count)
1580 while (p_ccb->fcrb.retrans_q.p_first)
1581 GKI_freebuf (GKI_dequeue (&p_ccb->fcrb.retrans_q));
1594 GKI_enqueue (&p_ccb->fcrb.retrans_q, p_buf2);
1636 if (p_ccb->fcrb.retrans_q.p_first)
1638 p_buf = (BT_HDR *)GKI_dequeue (&p_ccb->fcrb.retrans_q);