Searched refs:is_ui_tx_congested (Results 1 – 4 of 4) sorted by relevance
409 p_app_cb->is_ui_tx_congested = false; in llcp_link_deactivate()635 if (!p_app_cb->is_ui_tx_congested) { in llcp_link_check_congestion()636 p_app_cb->is_ui_tx_congested = true; in llcp_link_check_congestion()724 (p_app_cb->is_ui_tx_congested) && in llcp_link_check_uncongested()727 p_app_cb->is_ui_tx_congested = false; in llcp_link_check_uncongested()
283 if ((p_app_cb->is_ui_tx_congested) || in llcp_util_send_ui()290 p_app_cb->is_ui_tx_congested = true; in llcp_util_send_ui()
618 (p_app_cb->is_ui_tx_congested)) { in LLCP_IsLogicalLinkCongested()628 p_app_cb->is_ui_tx_congested = true; in LLCP_IsLogicalLinkCongested()
116 bool is_ui_tx_congested; /* TRUE if transmitting UI PDU is congested */ member