Home | History | Annotate | Download | only in bnep

Lines Matching refs:xmit_q

154     while (p_bcb->xmit_q.count)
156 GKI_freebuf (GKI_dequeue (&p_bcb->xmit_q));
457 if (p_bcb->xmit_q.count >= BNEP_MAX_XMITQ_DEPTH)
465 GKI_enqueue (&p_bcb->xmit_q, p_buf);