Searched refs:is_rx_congested (Results 1 – 4 of 4) sorted by relevance
239 (llcp_cb.dlcb[idx].is_rx_congested == false)) { in llcp_util_check_rx_congested_status()259 (llcp_cb.dlcb[idx].is_rx_congested == false)) { in llcp_util_check_rx_congested_status()732 if ((p_dlcb->local_busy) || (p_dlcb->is_rx_congested) || in llcp_util_build_info_pdu()806 if ((p_dlcb->local_busy) || (p_dlcb->is_rx_congested) || in llcp_util_send_rr_rnr()814 if ((p_dlcb->local_busy) || (p_dlcb->is_rx_congested) || in llcp_util_send_rr_rnr()819 p_dlcb->local_busy, p_dlcb->is_rx_congested, in llcp_util_send_rr_rnr()
1170 if ((!p_dlcb->local_busy) && (p_dlcb->is_rx_congested) && in LLCP_ReadDataLinkData()1173 p_dlcb->is_rx_congested = false; in LLCP_ReadDataLinkData()1239 if ((!p_dlcb->local_busy) && (p_dlcb->is_rx_congested)) { in LLCP_FlushDataLinkRxData()1241 p_dlcb->is_rx_congested = false; in LLCP_FlushDataLinkRxData()
1029 if ((!p_dlcb->is_rx_congested) && in llcp_dlc_proc_i_pdu()1037 p_dlcb->is_rx_congested = true; in llcp_dlc_proc_i_pdu()
193 bool is_rx_congested; /* TRUE if rx I PDU is congested */ member