Home | History | Annotate | Download | only in l2cap

Lines Matching refs:our_cfg

182         tout = (UINT32)p_ccb->our_cfg.fcr.mon_tout;
186 tout = (UINT32)p_ccb->our_cfg.fcr.rtrans_tout;
1154 if (num_lost >= p_ccb->our_cfg.fcr.tx_win_sz)
1170 if ( (tx_seq == next_srej) && (p_fcrb->srej_rcv_hold_q.count < p_ccb->our_cfg.fcr.tx_win_sz) )
1200 p_ccb->local_cid, next_srej, p_fcrb->srej_rcv_hold_q.count, p_ccb->our_cfg.fcr.tx_win_sz);
1955 p_ccb->our_cfg.fcr = *p_fcr;
1959 p_ccb->our_cfg.fcr_present = FALSE;
1984 if ((p_ccb->our_cfg.fcr.mode == L2CAP_FCR_ERTM_MODE)
1988 p_ccb->our_cfg.fcr.mon_tout = L2CAP_MIN_MONITOR_TOUT;
1989 p_ccb->our_cfg.fcr.rtrans_tout = L2CAP_MIN_RETRANS_TOUT;
1993 p_ccb->our_cfg.fcr.mon_tout = 0;
1994 p_ccb->our_cfg.fcr.rtrans_tout = 0;
1998 p_ccb->our_cfg.fcr.mon_tout, p_ccb->our_cfg.fcr.rtrans_tout);
2025 if (p_ccb->peer_cfg.fcr.tx_win_sz > p_ccb->our_cfg.fcr.tx_win_sz)
2027 L2CAP_TRACE_DEBUG ("%s: adjusting requested tx_win_sz from %i to %i", __FUNCTION__, p_ccb->peer_cfg.fcr.tx_win_sz, p_ccb->our_cfg.fcr.tx_win_sz);
2028 p_ccb->peer_cfg.fcr.tx_win_sz = p_ccb->our_cfg.fcr.tx_win_sz;
2036 p_cfg->fcr.rtrans_tout = p_ccb->our_cfg.fcr.rtrans_tout;
2037 p_cfg->fcr.mon_tout = p_ccb->our_cfg.fcr.mon_tout;
2055 UINT8 peer_mode = p_ccb->our_cfg.fcr.mode;
2067 if (p_ccb->our_cfg.fcr.mode != peer_mode)
2079 switch (p_ccb->our_cfg.fcr.mode)
2087 p_ccb->our_cfg.fcr.mode = L2CAP_FCR_ERTM_MODE;
2099 p_ccb->our_cfg.fcr.mode = L2CAP_FCR_BASIC_MODE;
2111 p_ccb->our_cfg.fcr_present = TRUE;
2113 if (p_ccb->our_cfg.fcr.mode == L2CAP_FCR_BASIC_MODE)
2115 p_ccb->our_cfg.fcs_present = FALSE;
2116 p_ccb->our_cfg.ext_flow_spec_present = FALSE;
2126 l2cu_process_our_cfg_req (p_ccb, &p_ccb->our_cfg);
2127 l2cu_send_peer_config_req (p_ccb, &p_ccb->our_cfg);
2135 if (p_ccb->our_cfg.fcr.mode != peer_mode)
2138 p_ccb->our_cfg.fcr.mode, peer_mode);
2165 p_cfg->fcr_present, p_cfg->fcr.mode, p_ccb->our_cfg.fcr.mode, p_ccb->ertm_info.preferred_mode,
2187 p_cfg->fcr.mode = p_ccb->our_cfg.fcr.mode;
2188 p_cfg->fcr.tx_win_sz = p_ccb->our_cfg.fcr.tx_win_sz;
2189 p_cfg->fcr.max_transmit = p_ccb->our_cfg.fcr.max_transmit;
2199 p_ccb->our_cfg.fcr.rtrans_tout = p_ccb->our_cfg.fcr.mon_tout = p_ccb->our_cfg.fcr.mps = 0;