OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmit_q
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/stack/bnep/
bnep_api.c
435
if (p_bcb->
xmit_q
.count >= BNEP_MAX_XMITQ_DEPTH)
541
if (p_bcb->
xmit_q
.count >= BNEP_MAX_XMITQ_DEPTH)
765
p_status->xmit_q_depth = p_bcb->
xmit_q
.count;
bnep_int.h
137
BUFFER_Q
xmit_q
;
member in struct:__anon3507
bnep_utils.c
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);
[
all
...]
bnep_main.c
436
BT_HDR *p_buf = (BT_HDR *)GKI_dequeue (&p_bcb->
xmit_q
);
Completed in 1364 milliseconds