Searched refs:overall_rx_congest_start (Results 1 – 3 of 3) sorted by relevance
79 … llcp_cb.overall_rx_congest_start = (UINT8) ((llcp_cb.num_rx_buff * LLCP_RX_CONGEST_START) / 100); in llcp_init()86 llcp_cb.num_rx_buff, llcp_cb.overall_rx_congest_start, in llcp_init()
240 if (llcp_cb.total_rx_ui_pdu + llcp_cb.total_rx_i_pdu >= llcp_cb.overall_rx_congest_start) in llcp_util_check_rx_congested_status()244 llcp_cb.overall_rx_congest_start); in llcp_util_check_rx_congested_status()
256 … UINT8 overall_rx_congest_start; /* threshold of overall rx congestion start */ member