Searched refs:our_cfg (Results 1 – 5 of 5) sorted by relevance
176 tout = (uint32_t)p_ccb->our_cfg.fcr.mon_tout; in l2c_fcr_start_timer()178 tout = (uint32_t)p_ccb->our_cfg.fcr.rtrans_tout; in l2c_fcr_start_timer()1201 if (num_lost >= p_ccb->our_cfg.fcr.tx_win_sz) { in process_i_frame()1226 p_ccb->our_cfg.fcr.tx_win_sz)) { in process_i_frame()1258 p_ccb->our_cfg.fcr.tx_win_sz); in process_i_frame()2037 p_ccb->our_cfg.fcr = *p_fcr; in l2c_fcr_adj_our_req_options()2041 p_ccb->our_cfg.fcr_present = false; in l2c_fcr_adj_our_req_options()2066 if ((p_ccb->our_cfg.fcr.mode == L2CAP_FCR_ERTM_MODE) || in l2c_fcr_adj_monitor_retran_timeout()2069 p_ccb->our_cfg.fcr.mon_tout = L2CAP_MIN_MONITOR_TOUT; in l2c_fcr_adj_monitor_retran_timeout()2070 p_ccb->our_cfg.fcr.rtrans_tout = L2CAP_MIN_RETRANS_TOUT; in l2c_fcr_adj_monitor_retran_timeout()[all …]
699 UINT16_TO_STREAM(p, p_ccb->our_cfg.fcr.rtrans_tout); in l2cu_send_peer_config_rsp()700 UINT16_TO_STREAM(p, p_ccb->our_cfg.fcr.mon_tout); in l2cu_send_peer_config_rsp()1432 memset(&p_ccb->our_cfg, 0, sizeof(tL2CAP_CFG_INFO)); in l2cu_allocate_ccb()1436 p_ccb->our_cfg.flush_to = p_ccb->peer_cfg.flush_to = L2CAP_DEFAULT_FLUSH_TO; in l2cu_allocate_ccb()1437 p_ccb->our_cfg.mtu = p_ccb->peer_cfg.mtu = L2CAP_DEFAULT_MTU; in l2cu_allocate_ccb()1438 p_ccb->our_cfg.qos.service_type = p_ccb->peer_cfg.qos.service_type = in l2cu_allocate_ccb()1440 p_ccb->our_cfg.qos.token_rate = p_ccb->peer_cfg.qos.token_rate = in l2cu_allocate_ccb()1442 p_ccb->our_cfg.qos.token_bucket_size = p_ccb->peer_cfg.qos.token_bucket_size = in l2cu_allocate_ccb()1444 p_ccb->our_cfg.qos.peak_bandwidth = p_ccb->peer_cfg.qos.peak_bandwidth = in l2cu_allocate_ccb()1446 p_ccb->our_cfg.qos.latency = p_ccb->peer_cfg.qos.latency = in l2cu_allocate_ccb()[all …]
851 p_ccb->our_cfg = *p_cfg; in L2CA_ConfigReq()2009 *pp_our_cfg = &(p_ccb->our_cfg); in L2CA_GetCurrentConfig()2013 if (p_ccb->our_cfg.mtu_present) *p_our_cfg_bits |= L2CAP_CH_CFG_MASK_MTU; in L2CA_GetCurrentConfig()2014 if (p_ccb->our_cfg.qos_present) *p_our_cfg_bits |= L2CAP_CH_CFG_MASK_QOS; in L2CA_GetCurrentConfig()2015 if (p_ccb->our_cfg.flush_to_present) in L2CA_GetCurrentConfig()2017 if (p_ccb->our_cfg.fcr_present) *p_our_cfg_bits |= L2CAP_CH_CFG_MASK_FCR; in L2CA_GetCurrentConfig()2018 if (p_ccb->our_cfg.fcs_present) *p_our_cfg_bits |= L2CAP_CH_CFG_MASK_FCS; in L2CA_GetCurrentConfig()2019 if (p_ccb->our_cfg.ext_flow_spec_present) in L2CA_GetCurrentConfig()2051 if (p_ccb->our_cfg.mtu_present) *mtu = p_ccb->our_cfg.mtu; in L2CA_GetConnectionConfig()
788 if (p_ccb->our_cfg.fcr.mode != p_ccb->peer_cfg.fcr.mode) { in l2c_csm_config()813 if ((p_ccb->our_cfg.fcr.mode == L2CAP_FCR_ERTM_MODE) && in l2c_csm_config()814 ((p_ccb->our_cfg.fcr.mon_tout == 0) || in l2c_csm_config()815 (p_ccb->our_cfg.fcr.rtrans_tout))) { in l2c_csm_config()886 if (p_ccb->our_cfg.fcr.mode != p_ccb->peer_cfg.fcr.mode) { in l2c_csm_config()
308 tL2CAP_CFG_INFO our_cfg; /* Our saved configuration options */ member