OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_num_ll_rx_buff
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/src/nfc/llcp/
llcp_main.c
83
llcp_cb.
max_num_ll_rx_buff
= (UINT8) ((llcp_cb.num_rx_buff * LLCP_LL_RX_BUFF_LIMIT) / 100);
85
LLCP_TRACE_DEBUG4 ("num_rx_buff = %d, rx_congest_start = %d, rx_congest_end = %d,
max_num_ll_rx_buff
= %d",
87
llcp_cb.overall_rx_congest_end, llcp_cb.
max_num_ll_rx_buff
);
llcp_util.c
121
llcp_cb.ll_rx_congest_start = llcp_cb.
max_num_ll_rx_buff
/ llcp_cb.num_logical_data_link;
126
llcp_cb.ll_rx_congest_start = llcp_cb.
max_num_ll_rx_buff
;
/external/libnfc-nci/src/nfc/int/
llcp_int.h
257
UINT8
max_num_ll_rx_buff
; /* max number of rx UI PDU in queue */
member in struct:__anon22672
Completed in 180 milliseconds