Searched refs:our_cfg (Results 1 – 5 of 5) sorted by relevance
176 tout = (UINT32)p_ccb->our_cfg.fcr.mon_tout; in l2c_fcr_start_timer()178 tout = (UINT32)p_ccb->our_cfg.fcr.rtrans_tout; in l2c_fcr_start_timer()1086 if (num_lost >= p_ccb->our_cfg.fcr.tx_win_sz) { in process_i_frame()1098 …q == next_srej) && (fixed_queue_length(p_fcrb->srej_rcv_hold_q) < p_ccb->our_cfg.fcr.tx_win_sz) ) { in process_i_frame()1124 …->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()1814 p_ccb->our_cfg.fcr = *p_fcr; in l2c_fcr_adj_our_req_options()1816 p_ccb->our_cfg.fcr_present = 0; in l2c_fcr_adj_our_req_options()1842 if ((p_ccb->our_cfg.fcr.mode == L2CAP_FCR_ERTM_MODE) in l2c_fcr_adj_monitor_retran_timeout()1845 p_ccb->our_cfg.fcr.mon_tout = L2CAP_MIN_MONITOR_TOUT; in l2c_fcr_adj_monitor_retran_timeout()1846 p_ccb->our_cfg.fcr.rtrans_tout = L2CAP_MIN_RETRANS_TOUT; in l2c_fcr_adj_monitor_retran_timeout()[all …]
818 UINT16_TO_STREAM (p, p_ccb->our_cfg.fcr.rtrans_tout); in l2cu_send_peer_config_rsp()819 UINT16_TO_STREAM (p, p_ccb->our_cfg.fcr.mon_tout); in l2cu_send_peer_config_rsp()1525 memset (&p_ccb->our_cfg, 0, sizeof(tL2CAP_CFG_INFO)); in l2cu_allocate_ccb()1529 …p_ccb->our_cfg.flush_to = p_ccb->peer_cfg.flush_to = L2CAP_DEFAULT_FLUSH… in l2cu_allocate_ccb()1530 … p_ccb->our_cfg.mtu = p_ccb->peer_cfg.mtu = L2CAP_DEFAULT_MTU; in l2cu_allocate_ccb()1531 …p_ccb->our_cfg.qos.service_type = p_ccb->peer_cfg.qos.service_type = L2CAP_DEFAULT_SERV_… in l2cu_allocate_ccb()1532 …p_ccb->our_cfg.qos.token_rate = p_ccb->peer_cfg.qos.token_rate = L2CAP_DEFAULT_TOKEN… in l2cu_allocate_ccb()1533 …p_ccb->our_cfg.qos.token_bucket_size = p_ccb->peer_cfg.qos.token_bucket_size = L2CAP_DEFAULT_BUCKE… in l2cu_allocate_ccb()1534 …p_ccb->our_cfg.qos.peak_bandwidth = p_ccb->peer_cfg.qos.peak_bandwidth = L2CAP_DEFAULT_PEAK_… in l2cu_allocate_ccb()1535 …p_ccb->our_cfg.qos.latency = p_ccb->peer_cfg.qos.latency = L2CAP_DEFAULT_LATEN… in l2cu_allocate_ccb()[all …]
503 p_ccb->our_cfg = *p_cfg; in L2CA_ConfigReq()2029 *pp_our_cfg = &(p_ccb->our_cfg); in L2CA_GetCurrentConfig()2033 if (p_ccb->our_cfg.mtu_present) { in L2CA_GetCurrentConfig()2036 if (p_ccb->our_cfg.qos_present) { in L2CA_GetCurrentConfig()2039 if (p_ccb->our_cfg.flush_to_present) { in L2CA_GetCurrentConfig()2042 if (p_ccb->our_cfg.fcr_present) { in L2CA_GetCurrentConfig()2045 if (p_ccb->our_cfg.fcs_present) { in L2CA_GetCurrentConfig()2048 if (p_ccb->our_cfg.ext_flow_spec_present) { in L2CA_GetCurrentConfig()
707 if (p_ccb->our_cfg.fcr.mode != p_ccb->peer_cfg.fcr.mode) { in l2c_csm_config()729 if ((p_ccb->our_cfg.fcr.mode == L2CAP_FCR_ERTM_MODE) in l2c_csm_config()730 … && ((p_ccb->our_cfg.fcr.mon_tout == 0) || (p_ccb->our_cfg.fcr.rtrans_tout))) { in l2c_csm_config()791 if (p_ccb->our_cfg.fcr.mode != p_ccb->peer_cfg.fcr.mode) { in l2c_csm_config()
309 tL2CAP_CFG_INFO our_cfg; /* Our saved configuration options */ member