OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_rx_congested
(Results
1 - 4
of
4
) sorted by null
/external/libnfc-nci/src/nfc/llcp/
llcp_util.c
230
&&(llcp_cb.dlcb[idx].
is_rx_congested
== FALSE) )
252
&&(llcp_cb.dlcb[idx].
is_rx_congested
== FALSE) )
739
||(p_dlcb->
is_rx_congested
)
823
||(p_dlcb->
is_rx_congested
)
833
||(p_dlcb->
is_rx_congested
)
836
LLCP_TRACE_DEBUG3 ("llcp_util_send_rr_rnr (): local_busy=%d,
is_rx_congested
=%d,overall_rx_congested=%d",
837
p_dlcb->local_busy, p_dlcb->
is_rx_congested
, llcp_cb.overall_rx_congested);
llcp_api.c
[
all
...]
llcp_dlc.c
[
all
...]
/external/libnfc-nci/src/nfc/int/
llcp_int.h
193
BOOLEAN
is_rx_congested
; /* TRUE if rx I PDU is congested */
member in struct:__anon20901
Completed in 30 milliseconds