OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:overall_rx_congest_start
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/src/nfc/llcp/
llcp_main.c
79
llcp_cb.
overall_rx_congest_start
= (UINT8) ((llcp_cb.num_rx_buff * LLCP_RX_CONGEST_START) / 100);
86
llcp_cb.num_rx_buff, llcp_cb.
overall_rx_congest_start
,
llcp_util.c
240
if (llcp_cb.total_rx_ui_pdu + llcp_cb.total_rx_i_pdu >= llcp_cb.
overall_rx_congest_start
)
244
llcp_cb.
overall_rx_congest_start
);
/external/libnfc-nci/src/nfc/int/
llcp_int.h
254
UINT8
overall_rx_congest_start
; /* threshold of overall rx congestion start */
member in struct:__anon10622
Completed in 3393 milliseconds