Home | History | Annotate | Download | only in l2cap

Lines Matching full:fcrb

1438     p_ccb->fcrb.ack_timer.param  = (TIMER_PARAM_TYPE)p_ccb;
1441 if (p_ccb->fcrb.ack_timer.in_use)
1442 btu_stop_quick_timer (&p_ccb->fcrb.ack_timer);
1444 p_ccb->fcrb.mon_retrans_timer.param = (TIMER_PARAM_TYPE)p_ccb;
1450 if (p_ccb->fcrb.mon_retrans_timer.in_use)
1451 btu_stop_quick_timer (&p_ccb->fcrb.mon_retrans_timer);
1941 p_ccb->fcrb.max_held_acks = p_cfg->fcr.tx_win_sz / 3;
1943 p_ccb->fcrb.max_held_acks = p_ccb->our_cfg.fcr.tx_win_sz / 3;
1946 p_cfg->fcr.tx_win_sz, p_ccb->our_cfg.fcr.tx_win_sz, p_ccb->fcrb.max_held_acks);
1990 p_ccb->fcrb.max_held_acks = p_cfg->fcr.tx_win_sz / 3;
2611 p_ccb->fcrb.max_held_acks = p_fcr->tx_win_sz / 3;
2962 if (p_ccb->fcrb.wait_ack || p_ccb->fcrb.remote_busy)
2965 if ( p_ccb->fcrb.retrans_q.count == 0 )
3035 if (p_ccb->fcrb.wait_ack || p_ccb->fcrb.remote_busy)
3038 if (p_ccb->fcrb.retrans_q.count != 0)
3087 if (p_ccb->fcrb.wait_ack || p_ccb->fcrb.remote_busy)
3091 if (p_ccb->fcrb.retrans_q.count == 0)