Lines Matching refs:fcrb
1427 p_ccb->fcrb.ack_timer.param = (TIMER_PARAM_TYPE)p_ccb;
1430 if (p_ccb->fcrb.ack_timer.in_use)
1431 btu_stop_quick_timer (&p_ccb->fcrb.ack_timer);
1433 p_ccb->fcrb.mon_retrans_timer.param = (TIMER_PARAM_TYPE)p_ccb;
1439 if (p_ccb->fcrb.mon_retrans_timer.in_use)
1440 btu_stop_quick_timer (&p_ccb->fcrb.mon_retrans_timer);
1930 p_ccb->fcrb.max_held_acks = p_cfg->fcr.tx_win_sz / 3;
1932 p_ccb->fcrb.max_held_acks = p_ccb->our_cfg.fcr.tx_win_sz / 3;
1935 p_cfg->fcr.tx_win_sz, p_ccb->our_cfg.fcr.tx_win_sz, p_ccb->fcrb.max_held_acks);
1979 p_ccb->fcrb.max_held_acks = p_cfg->fcr.tx_win_sz / 3;
2600 p_ccb->fcrb.max_held_acks = p_fcr->tx_win_sz / 3;
2951 if (p_ccb->fcrb.wait_ack || p_ccb->fcrb.remote_busy)
2954 if ( p_ccb->fcrb.retrans_q.count == 0 )
3024 if (p_ccb->fcrb.wait_ack || p_ccb->fcrb.remote_busy)
3027 if (p_ccb->fcrb.retrans_q.count != 0)
3076 if (p_ccb->fcrb.wait_ack || p_ccb->fcrb.remote_busy)
3080 if (p_ccb->fcrb.retrans_q.count == 0)