Searched refs:overall_rx_congest_end (Results 1 – 3 of 3) sorted by relevance
80 llcp_cb.overall_rx_congest_end = (UINT8) ((llcp_cb.num_rx_buff * LLCP_RX_CONGEST_END) / 100); in llcp_init()87 llcp_cb.overall_rx_congest_end, llcp_cb.max_num_ll_rx_buff); in llcp_init()
218 if (llcp_cb.total_rx_ui_pdu + llcp_cb.total_rx_i_pdu <= llcp_cb.overall_rx_congest_end) in llcp_util_check_rx_congested_status()222 llcp_cb.overall_rx_congest_end); in llcp_util_check_rx_congested_status()
257 … UINT8 overall_rx_congest_end; /* threshold of overall rx congestion end */ member