Home | History | Annotate | Download | only in l2cap

Lines Matching refs:fcrb

1545     p_ccb->fcrb.ack_timer.param  = (TIMER_PARAM_TYPE)p_ccb;
1548 if (p_ccb->fcrb.ack_timer.in_use)
1549 btu_stop_quick_timer (&p_ccb->fcrb.ack_timer);
1551 p_ccb->fcrb.mon_retrans_timer.param = (TIMER_PARAM_TYPE)p_ccb;
1557 if (p_ccb->fcrb.mon_retrans_timer.in_use)
1558 btu_stop_quick_timer (&p_ccb->fcrb.mon_retrans_timer);
2048 p_ccb->fcrb.max_held_acks = p_cfg->fcr.tx_win_sz / 3;
2050 p_ccb->fcrb.max_held_acks = p_ccb->our_cfg.fcr.tx_win_sz / 3;
2053 p_cfg->fcr.tx_win_sz, p_ccb->our_cfg.fcr.tx_win_sz, p_ccb->fcrb.max_held_acks);
2097 p_ccb->fcrb.max_held_acks = p_cfg->fcr.tx_win_sz / 3;
2721 p_ccb->fcrb.max_held_acks = p_fcr->tx_win_sz / 3;
3133 if (p_ccb->fcrb.wait_ack || p_ccb->fcrb.remote_busy)
3136 if ( p_ccb->fcrb.retrans_q.count == 0 )
3206 if (p_ccb->fcrb.wait_ack || p_ccb->fcrb.remote_busy)
3209 if (p_ccb->fcrb.retrans_q.count != 0)
3258 if (p_ccb->fcrb.wait_ack || p_ccb->fcrb.remote_busy)
3262 if (p_ccb->fcrb.retrans_q.count == 0)