Searched refs:is_tx_congested (Results 1 – 4 of 4) sorted by relevance
442 if ((p_dlcb->is_tx_congested) || (llcp_cb.overall_tx_congested) || in llcp_dlsm_connected()454 p_dlcb->is_tx_congested = true; in llcp_dlsm_connected()1110 if ((!old_remote_busy) && (!p_dlcb->is_tx_congested)) { in llcp_dlc_proc_rr_rnr_pdu()1128 if ((old_remote_busy) && (!p_dlcb->is_tx_congested)) { in llcp_dlc_proc_rr_rnr_pdu()
656 (llcp_cb.dlcb[idx].is_tx_congested == false)) { in llcp_link_check_congestion()657 llcp_cb.dlcb[idx].is_tx_congested = true; in llcp_link_check_congestion()772 (llcp_cb.dlcb[idx].is_tx_congested) && in llcp_link_check_uncongested()774 llcp_cb.dlcb[idx].is_tx_congested = false; in llcp_link_check_uncongested()
1031 if ((p_dlcb->is_tx_congested) || (p_dlcb->remote_busy)) { in LLCP_IsDataLinkCongested()1039 p_dlcb->is_tx_congested = true; in LLCP_IsDataLinkCongested()
190 bool is_tx_congested; /* TRUE if tx I PDU is congested */ member