Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/llcp/
Dllcp_util.c120 llcp_cb.ll_tx_congest_start = llcp_cb.max_num_ll_tx_buff / llcp_cb.num_logical_data_link; in llcp_util_adjust_ll_congestion()
125 llcp_cb.ll_tx_congest_start = llcp_cb.max_num_ll_tx_buff; in llcp_util_adjust_ll_congestion()
130 if (llcp_cb.ll_tx_congest_start == 0) in llcp_util_adjust_ll_congestion()
132 llcp_cb.ll_tx_congest_start = 1; in llcp_util_adjust_ll_congestion()
139 if (llcp_cb.ll_tx_congest_start > 1) in llcp_util_adjust_ll_congestion()
150 llcp_cb.ll_tx_congest_start, in llcp_util_adjust_ll_congestion()
287 ||(p_app_cb->ui_xmit_q.count >= llcp_cb.ll_tx_congest_start) in llcp_util_send_ui()
Dllcp_api.c649 else if ( (num_pending_ui_pdu + p_app_cb->ui_xmit_q.count >= llcp_cb.ll_tx_congest_start) in LLCP_IsLogicalLinkCongested()
/external/libnfc-nci/src/nfc/int/
Dllcp_int.h240 … UINT8 ll_tx_congest_start; /* congest start threshold for each logical link*/ member