OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:overall_tx_congested
(Results
1 - 4
of
4
) sorted by null
/external/libnfc-nci/src/nfc/int/
llcp_int.h
245
BOOLEAN
overall_tx_congested
; /* TRUE if tx link is congested */
member in struct:__anon3914
/external/libnfc-nci/src/nfc/llcp/
llcp_link.c
415
llcp_cb.
overall_tx_congested
= FALSE;
601
if (llcp_cb.
overall_tx_congested
)
610
llcp_cb.
overall_tx_congested
= TRUE;
685
if (llcp_cb.
overall_tx_congested
)
690
llcp_cb.
overall_tx_congested
= FALSE;
[
all
...]
llcp_util.c
288
||(llcp_cb.
overall_tx_congested
)
llcp_dlc.c
434
||(llcp_cb.
overall_tx_congested
)
[
all
...]
Completed in 128 milliseconds