Searched refs:is_ui_tx_congested (Results 1 – 4 of 4) sorted by relevance
373 p_app_cb->is_ui_tx_congested = FALSE; in llcp_link_deactivate()605 if (!p_app_cb->is_ui_tx_congested) in llcp_link_check_congestion()607 p_app_cb->is_ui_tx_congested = TRUE; in llcp_link_check_congestion()702 &&(p_app_cb->is_ui_tx_congested) in llcp_link_check_uncongested()706 p_app_cb->is_ui_tx_congested = FALSE; in llcp_link_check_uncongested()
285 if ( (p_app_cb->is_ui_tx_congested) in llcp_util_send_ui()292 p_app_cb->is_ui_tx_congested = TRUE; in llcp_util_send_ui()
661 ||(p_app_cb->is_ui_tx_congested) ) in LLCP_IsLogicalLinkCongested()670 p_app_cb->is_ui_tx_congested = TRUE; in LLCP_IsLogicalLinkCongested()
107 BOOLEAN is_ui_tx_congested; /* TRUE if transmitting UI PDU is congested */ member