OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:waiting_for_ack_q
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/stack/l2cap/
l2c_fcr.c
190
tout, p_ccb->timer_entry.in_use, p_ccb->fcrb.wait_ack, p_ccb->fcrb.
waiting_for_ack_q
.count);
212
p_ccb->fcrb.wait_ack, p_ccb->fcrb.
waiting_for_ack_q
.count);
236
while (p_fcrb->
waiting_for_ack_q
.p_first)
237
GKI_freebuf (GKI_dequeue (&p_fcrb->
waiting_for_ack_q
));
393
|| (p_ccb->fcrb.
waiting_for_ack_q
.count >= p_ccb->peer_cfg.fcr.tx_win_sz) )
702
p_ccb->fcrb.last_ack_sent, p_ccb->fcrb.
waiting_for_ack_q
.count, p_ccb->fcrb.num_tries);
771
if (p_ccb->fcrb.
waiting_for_ack_q
.count == 0)
[
all
...]
l2c_int.h
204
BUFFER_Q
waiting_for_ack_q
; /* Buffers sent and waiting for peer to ack */
member in struct:__anon6285
[
all
...]
Completed in 92 milliseconds