Searched refs:remote_busy (Results 1 – 8 of 8) sorted by relevance
100 if (tx_state_ == TxState::XMIT && !remote_busy() && rem_window_not_full()) { in data_request()102 } else if (tx_state_ == TxState::XMIT && (remote_busy() || rem_window_full())) { in data_request()248 if (remote_busy() && unacked_frames_ > 0) { in recv_rr()280 if (remote_busy() and unacked_frames_ > 0) { in recv_rr()287 if (remote_busy() and unacked_frames_ > 0) { in recv_rr()461 bool remote_busy() { in remote_busy() function662 if (remote_busy() && unacked_frames_ > 0) { in send_i_or_rr_or_rnr()714 } else if (!remote_busy() && !pending_frames_.empty() && rem_window_not_full()) { in send_ack()
443 (p_dlcb->remote_busy) || in llcp_dlsm_connected()1106 old_remote_busy = p_dlcb->remote_busy; in llcp_dlc_proc_rr_rnr_pdu()1108 p_dlcb->remote_busy = true; in llcp_dlc_proc_rr_rnr_pdu()1125 p_dlcb->remote_busy = false; in llcp_dlc_proc_rr_rnr_pdu()1303 if ((p_dlcb->i_xmit_q.count) && (!p_dlcb->remote_busy) && in llcp_dlc_get_next_pdu()1365 if ((p_dlcb->i_xmit_q.count) && (!p_dlcb->remote_busy) && in llcp_dlc_get_next_pdu_length()
655 (llcp_cb.dlcb[idx].remote_busy == false) && in llcp_link_check_congestion()776 if (llcp_cb.dlcb[idx].remote_busy == false) { in llcp_link_check_uncongested()
1031 if ((p_dlcb->is_tx_congested) || (p_dlcb->remote_busy)) { in LLCP_IsDataLinkCongested()
182 bool remote_busy; /* TRUE if remote SAP is busy */ member
379 if ((p_ccb->fcrb.remote_busy) || in l2c_fcr_is_flow_controlled()1093 ctrl_word, p_fcrb->remote_busy); in process_s_frame()1106 remote_was_busy = p_fcrb->remote_busy; in process_s_frame()1107 p_fcrb->remote_busy = false; in process_s_frame()1114 p_fcrb->remote_busy = false; in process_s_frame()1119 p_fcrb->remote_busy = true; in process_s_frame()1124 p_fcrb->remote_busy = false; in process_s_frame()
194 bool remote_busy; /* true if peer has flowed us off */ member
3148 if (p_ccb->fcrb.wait_ack || p_ccb->fcrb.remote_busy) continue; in l2cu_get_next_channel_in_rr()3210 if (p_ccb->fcrb.wait_ack || p_ccb->fcrb.remote_busy) continue; in l2cu_get_next_channel()3260 if (p_ccb->fcrb.wait_ack || p_ccb->fcrb.remote_busy) continue; in l2cu_get_next_buffer_to_send()