Home
last modified time | relevance | path

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

/system/nfc/src/nfc/llcp/
Dllcp_util.cc143 llcp_cb.ll_tx_congest_start = in llcp_util_adjust_ll_congestion()
148 llcp_cb.ll_tx_congest_start = llcp_cb.max_num_ll_tx_buff; in llcp_util_adjust_ll_congestion()
153 if (llcp_cb.ll_tx_congest_start == 0) { in llcp_util_adjust_ll_congestion()
154 llcp_cb.ll_tx_congest_start = 1; in llcp_util_adjust_ll_congestion()
160 if (llcp_cb.ll_tx_congest_start > 1) { in llcp_util_adjust_ll_congestion()
169 llcp_cb.num_logical_data_link, llcp_cb.ll_tx_congest_start, in llcp_util_adjust_ll_congestion()
293 (p_app_cb->ui_xmit_q.count >= llcp_cb.ll_tx_congest_start) || in llcp_util_send_ui()
Dllcp_api.cc612 llcp_cb.ll_tx_congest_start) || in LLCP_IsLogicalLinkCongested()
/system/nfc/src/nfc/include/
Dllcp_int.h239 ll_tx_congest_start; /* congest start threshold for each logical link*/ member