Home | History | Annotate | Download | only in btm

Lines Matching refs:xmit_data_q

91         while (p->xmit_data_q.p_first)
93 if ((p_buf = (BT_HDR *)GKI_dequeue (&p->xmit_data_q)) != NULL)
258 while (p_ccb->xmit_data_q.p_first != NULL)
263 BTM_TRACE_DEBUG ("btm: [%d] buf in xmit_data_q", p_ccb->xmit_data_q.count );
265 p_buf = (BT_HDR *)GKI_dequeue (&p_ccb->xmit_data_q);
373 GKI_enqueue (&p_ccb->xmit_data_q, p_buf);