Lines Matching refs:our_cfg

183         tout = (UINT32)p_ccb->our_cfg.fcr.mon_tout;  in l2c_fcr_start_timer()
187 tout = (UINT32)p_ccb->our_cfg.fcr.rtrans_tout; in l2c_fcr_start_timer()
1191 if (num_lost >= p_ccb->our_cfg.fcr.tx_win_sz) in process_i_frame()
1207 …seq == next_srej) && (fixed_queue_length(p_fcrb->srej_rcv_hold_q) < p_ccb->our_cfg.fcr.tx_win_sz) ) in process_i_frame()
1238 …->local_cid, next_srej, fixed_queue_length(p_fcrb->srej_rcv_hold_q), p_ccb->our_cfg.fcr.tx_win_sz); in process_i_frame()
2085 p_ccb->our_cfg.fcr = *p_fcr; in l2c_fcr_adj_our_req_options()
2089 p_ccb->our_cfg.fcr_present = FALSE; in l2c_fcr_adj_our_req_options()
2116 if ((p_ccb->our_cfg.fcr.mode == L2CAP_FCR_ERTM_MODE) in l2c_fcr_adj_monitor_retran_timeout()
2120 p_ccb->our_cfg.fcr.mon_tout = L2CAP_MIN_MONITOR_TOUT; in l2c_fcr_adj_monitor_retran_timeout()
2121 p_ccb->our_cfg.fcr.rtrans_tout = L2CAP_MIN_RETRANS_TOUT; in l2c_fcr_adj_monitor_retran_timeout()
2125 p_ccb->our_cfg.fcr.mon_tout = 0; in l2c_fcr_adj_monitor_retran_timeout()
2126 p_ccb->our_cfg.fcr.rtrans_tout = 0; in l2c_fcr_adj_monitor_retran_timeout()
2130 p_ccb->our_cfg.fcr.mon_tout, p_ccb->our_cfg.fcr.rtrans_tout); in l2c_fcr_adj_monitor_retran_timeout()
2159 if (p_ccb->peer_cfg.fcr.tx_win_sz > p_ccb->our_cfg.fcr.tx_win_sz) in l2c_fcr_adj_our_rsp_options()
2161 …_win_sz from %i to %i", __FUNCTION__, p_ccb->peer_cfg.fcr.tx_win_sz, p_ccb->our_cfg.fcr.tx_win_sz); in l2c_fcr_adj_our_rsp_options()
2162 p_ccb->peer_cfg.fcr.tx_win_sz = p_ccb->our_cfg.fcr.tx_win_sz; in l2c_fcr_adj_our_rsp_options()
2169 p_cfg->fcr.rtrans_tout = p_ccb->our_cfg.fcr.rtrans_tout; in l2c_fcr_adj_our_rsp_options()
2170 p_cfg->fcr.mon_tout = p_ccb->our_cfg.fcr.mon_tout; in l2c_fcr_adj_our_rsp_options()
2191 UINT8 peer_mode = p_ccb->our_cfg.fcr.mode; in l2c_fcr_renegotiate_chan()
2203 if (p_ccb->our_cfg.fcr.mode != peer_mode) in l2c_fcr_renegotiate_chan()
2215 switch (p_ccb->our_cfg.fcr.mode) in l2c_fcr_renegotiate_chan()
2223 p_ccb->our_cfg.fcr.mode = L2CAP_FCR_ERTM_MODE; in l2c_fcr_renegotiate_chan()
2235 p_ccb->our_cfg.fcr.mode = L2CAP_FCR_BASIC_MODE; in l2c_fcr_renegotiate_chan()
2247 p_ccb->our_cfg.fcr_present = TRUE; in l2c_fcr_renegotiate_chan()
2249 if (p_ccb->our_cfg.fcr.mode == L2CAP_FCR_BASIC_MODE) in l2c_fcr_renegotiate_chan()
2251 p_ccb->our_cfg.fcs_present = FALSE; in l2c_fcr_renegotiate_chan()
2252 p_ccb->our_cfg.ext_flow_spec_present = FALSE; in l2c_fcr_renegotiate_chan()
2262 l2cu_process_our_cfg_req (p_ccb, &p_ccb->our_cfg); in l2c_fcr_renegotiate_chan()
2263 l2cu_send_peer_config_req (p_ccb, &p_ccb->our_cfg); in l2c_fcr_renegotiate_chan()
2274 if (p_ccb->our_cfg.fcr.mode != peer_mode) in l2c_fcr_renegotiate_chan()
2277 p_ccb->our_cfg.fcr.mode, peer_mode); in l2c_fcr_renegotiate_chan()
2307 … p_cfg->fcr_present, p_cfg->fcr.mode, p_ccb->our_cfg.fcr.mode, p_ccb->ertm_info.preferred_mode, in l2c_fcr_process_peer_cfg_req()
2329 p_cfg->fcr.mode = p_ccb->our_cfg.fcr.mode; in l2c_fcr_process_peer_cfg_req()
2330 p_cfg->fcr.tx_win_sz = p_ccb->our_cfg.fcr.tx_win_sz; in l2c_fcr_process_peer_cfg_req()
2331 p_cfg->fcr.max_transmit = p_ccb->our_cfg.fcr.max_transmit; in l2c_fcr_process_peer_cfg_req()
2341 … p_ccb->our_cfg.fcr.rtrans_tout = p_ccb->our_cfg.fcr.mon_tout = p_ccb->our_cfg.fcr.mps = 0; in l2c_fcr_process_peer_cfg_req()