Searched refs:is_tx_congested (Results 1 – 4 of 4) sorted by relevance
433 if ( (p_dlcb->is_tx_congested) in llcp_dlsm_connected()442 p_dlcb->is_tx_congested = TRUE; in llcp_dlsm_connected()1128 &&(!p_dlcb->is_tx_congested) ) in llcp_dlc_proc_rr_rnr_pdu()1148 &&(!p_dlcb->is_tx_congested) ) in llcp_dlc_proc_rr_rnr_pdu()
651 &&(llcp_cb.dlcb[idx].is_tx_congested == FALSE) ) in llcp_link_check_congestion()653 llcp_cb.dlcb[idx].is_tx_congested = TRUE; in llcp_link_check_congestion()778 &&(llcp_cb.dlcb[idx].is_tx_congested) in llcp_link_check_uncongested()781 llcp_cb.dlcb[idx].is_tx_congested = FALSE; in llcp_link_check_uncongested()
1111 if ( (p_dlcb->is_tx_congested) in LLCP_IsDataLinkCongested()1120 p_dlcb->is_tx_congested = TRUE; in LLCP_IsDataLinkCongested()
191 BOOLEAN is_tx_congested; /* TRUE if tx I PDU is congested */ member