Searched refs:is_ui_tx_congested (Results 1 – 4 of 4) sorted by relevance
378 p_app_cb->is_ui_tx_congested = FALSE; in llcp_link_deactivate()611 if (!p_app_cb->is_ui_tx_congested) in llcp_link_check_congestion()613 p_app_cb->is_ui_tx_congested = TRUE; in llcp_link_check_congestion()708 &&(p_app_cb->is_ui_tx_congested) in llcp_link_check_uncongested()712 p_app_cb->is_ui_tx_congested = FALSE; in llcp_link_check_uncongested()
286 if ( (p_app_cb->is_ui_tx_congested) in llcp_util_send_ui()293 p_app_cb->is_ui_tx_congested = TRUE; in llcp_util_send_ui()
662 ||(p_app_cb->is_ui_tx_congested) ) in LLCP_IsLogicalLinkCongested()671 p_app_cb->is_ui_tx_congested = TRUE; in LLCP_IsLogicalLinkCongested()
114 BOOLEAN is_ui_tx_congested; /* TRUE if transmitting UI PDU is congested */ member