Searched refs:remote_busy (Results 1 – 3 of 3) sorted by relevance
379 if ( (p_ccb->fcrb.remote_busy == TRUE) in l2c_fcr_is_flow_controlled()982 …ACE_DEBUG ("process_s_frame ctrl_word 0x%04x fcrb_remote_busy:%d", ctrl_word, p_fcrb->remote_busy); in process_s_frame()995 remote_was_busy = p_fcrb->remote_busy; in process_s_frame()996 p_fcrb->remote_busy = FALSE; in process_s_frame()1004 p_fcrb->remote_busy = FALSE; in process_s_frame()1009 p_fcrb->remote_busy = TRUE; in process_s_frame()1014 p_fcrb->remote_busy = FALSE; in process_s_frame()
3379 if (p_ccb->fcrb.wait_ack || p_ccb->fcrb.remote_busy) { in l2cu_get_next_channel_in_rr()3451 if (p_ccb->fcrb.wait_ack || p_ccb->fcrb.remote_busy) { in l2cu_get_next_channel()3505 if (p_ccb->fcrb.wait_ack || p_ccb->fcrb.remote_busy) {
182 BOOLEAN remote_busy; /* TRUE if peer has flowed us off */ member