Searched refs:is_rx_congested (Results 1 – 4 of 4) sorted by relevance
230 &&(llcp_cb.dlcb[idx].is_rx_congested == FALSE) ) in llcp_util_check_rx_congested_status()252 &&(llcp_cb.dlcb[idx].is_rx_congested == FALSE) ) in llcp_util_check_rx_congested_status()739 ||(p_dlcb->is_rx_congested) in llcp_util_build_info_pdu()823 ||(p_dlcb->is_rx_congested) in llcp_util_send_rr_rnr()833 ||(p_dlcb->is_rx_congested) in llcp_util_send_rr_rnr()837 … p_dlcb->local_busy, p_dlcb->is_rx_congested, llcp_cb.overall_rx_congested); in llcp_util_send_rr_rnr()
1269 &&(p_dlcb->is_rx_congested) in LLCP_ReadDataLinkData()1273 p_dlcb->is_rx_congested = FALSE; in LLCP_ReadDataLinkData()1350 &&(p_dlcb->is_rx_congested) ) in LLCP_FlushDataLinkRxData()1353 p_dlcb->is_rx_congested = FALSE; in LLCP_FlushDataLinkRxData()
1043 if ( (!p_dlcb->is_rx_congested) in llcp_dlc_proc_i_pdu()1050 p_dlcb->is_rx_congested = TRUE; in llcp_dlc_proc_i_pdu()
194 BOOLEAN is_rx_congested; /* TRUE if rx I PDU is congested */ member