Searched refs:ll_tx_congest_start (Results 1 – 3 of 3) sorted by relevance
120 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()
649 else if ( (num_pending_ui_pdu + p_app_cb->ui_xmit_q.count >= llcp_cb.ll_tx_congest_start) in LLCP_IsLogicalLinkCongested()
240 … UINT8 ll_tx_congest_start; /* congest start threshold for each logical link*/ member