Home
last modified time | relevance | path

Searched refs:ll_rx_congest_start (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nci/src/nfc/llcp/
Dllcp_util.c121 llcp_cb.ll_rx_congest_start = llcp_cb.max_num_ll_rx_buff / llcp_cb.num_logical_data_link; in llcp_util_adjust_ll_congestion()
126 llcp_cb.ll_rx_congest_start = llcp_cb.max_num_ll_rx_buff; in llcp_util_adjust_ll_congestion()
134 if (llcp_cb.ll_rx_congest_start == 0) in llcp_util_adjust_ll_congestion()
136 llcp_cb.ll_rx_congest_start = 1; in llcp_util_adjust_ll_congestion()
152 llcp_cb.ll_rx_congest_start); in llcp_util_adjust_ll_congestion()
Dllcp_link.c1093 if (p_app_cb->ui_rx_q.count > llcp_cb.ll_rx_congest_start) in llcp_link_proc_ui_pdu()
/external/libnfc-nci/src/nfc/int/
Dllcp_int.h264 …UINT8 ll_rx_congest_start; /* rx congest start threshold for each logical lin… member