Searched refs:rx_congest_threshold (Results 1 – 4 of 4) sorted by relevance
183 llcp_cb.dlcb[idx].rx_congest_threshold = llcp_cb.dlcb[idx].local_rw + 1; in llcp_util_adjust_dl_rx_congestion()185 llcp_cb.dlcb[idx].rx_congest_threshold = LLCP_DL_MIN_RX_CONGEST; in llcp_util_adjust_dl_rx_congestion()189 llcp_cb.dlcb[idx].rx_congest_threshold = LLCP_DL_MIN_RX_CONGEST; in llcp_util_adjust_dl_rx_congestion()195 llcp_cb.dlcb[idx].rx_congest_threshold); in llcp_util_adjust_dl_rx_congestion()
1044 &&(p_dlcb->num_rx_i_pdu >= p_dlcb->rx_congest_threshold) ) in llcp_dlc_proc_i_pdu()1047 p_dlcb->num_rx_i_pdu, p_dlcb->rx_congest_threshold); in llcp_dlc_proc_i_pdu()
1270 &&(p_dlcb->num_rx_i_pdu <= p_dlcb->rx_congest_threshold / 2) ) in LLCP_ReadDataLinkData()
196 UINT8 rx_congest_threshold; /* dynamic congest threshold for rx I PDU */ member