Searched refs:max_num_ll_tx_buff (Results 1 – 5 of 5) sorted by relevance
93 llcp_cb.max_num_ll_tx_buff = (UINT8) ((llcp_cb.max_num_tx_buff * LLCP_LL_TX_BUFF_LIMIT) / 100); in llcp_init()96 llcp_cb.max_num_tx_buff, llcp_cb.max_num_ll_tx_buff); in llcp_init()
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()289 ||(llcp_cb.total_tx_ui_pdu >= llcp_cb.max_num_ll_tx_buff) ) in llcp_util_send_ui()
650 ||(total_pending_ui_pdu + llcp_cb.total_tx_ui_pdu >= llcp_cb.max_num_ll_tx_buff) in LLCP_IsLogicalLinkCongested()
706 if (llcp_cb.total_tx_ui_pdu < llcp_cb.max_num_ll_tx_buff) in llcp_link_check_uncongested()
233 … UINT8 max_num_ll_tx_buff; /* max number of tx UI PDU in queue */ member