Searched refs:ll_tx_congest_start (Results 1 – 3 of 3) sorted by relevance
119 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()124 llcp_cb.ll_tx_congest_start = llcp_cb.max_num_ll_tx_buff; in llcp_util_adjust_ll_congestion()129 if (llcp_cb.ll_tx_congest_start == 0) in llcp_util_adjust_ll_congestion()131 llcp_cb.ll_tx_congest_start = 1; in llcp_util_adjust_ll_congestion()138 if (llcp_cb.ll_tx_congest_start > 1) in llcp_util_adjust_ll_congestion()149 llcp_cb.ll_tx_congest_start, in llcp_util_adjust_ll_congestion()286 ||(p_app_cb->ui_xmit_q.count >= llcp_cb.ll_tx_congest_start) in llcp_util_send_ui()
665 else if ( (num_pending_ui_pdu + p_app_cb->ui_xmit_q.count >= llcp_cb.ll_tx_congest_start) in LLCP_IsLogicalLinkCongested()
231 … UINT8 ll_tx_congest_start; /* congest start threshold for each logical link*/ member