Searched refs:is_ui_tx_congested (Results 1 – 4 of 4) sorted by relevance
392 p_app_cb->is_ui_tx_congested = FALSE; in llcp_link_deactivate()631 if (!p_app_cb->is_ui_tx_congested) in llcp_link_check_congestion()633 p_app_cb->is_ui_tx_congested = TRUE; in llcp_link_check_congestion()728 &&(p_app_cb->is_ui_tx_congested) in llcp_link_check_uncongested()732 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()
645 ||(p_app_cb->is_ui_tx_congested) ) in LLCP_IsLogicalLinkCongested()654 p_app_cb->is_ui_tx_congested = TRUE; in LLCP_IsLogicalLinkCongested()
116 BOOLEAN is_ui_tx_congested; /* TRUE if transmitting UI PDU is congested */ member