Searched refs:overall_tx_congested (Results 1 – 4 of 4) sorted by relevance
432 llcp_cb.overall_tx_congested = false; in llcp_link_deactivate()610 if (llcp_cb.overall_tx_congested) { in llcp_link_check_congestion()618 llcp_cb.overall_tx_congested = true; in llcp_link_check_congestion()689 if (llcp_cb.overall_tx_congested) { in llcp_link_check_uncongested()693 llcp_cb.overall_tx_congested = false; in llcp_link_check_uncongested()
294 (llcp_cb.overall_tx_congested) || in llcp_util_send_ui()
442 if ((p_dlcb->is_tx_congested) || (llcp_cb.overall_tx_congested) || in llcp_dlsm_connected()
244 bool overall_tx_congested; /* TRUE if tx link is congested */ member