Lines Matching refs:qos
636 UINT8_TO_STREAM (p, p_cfg->qos.qos_flags); in l2cu_send_peer_config_req()
637 UINT8_TO_STREAM (p, p_cfg->qos.service_type); in l2cu_send_peer_config_req()
638 UINT32_TO_STREAM (p, p_cfg->qos.token_rate); in l2cu_send_peer_config_req()
639 UINT32_TO_STREAM (p, p_cfg->qos.token_bucket_size); in l2cu_send_peer_config_req()
640 UINT32_TO_STREAM (p, p_cfg->qos.peak_bandwidth); in l2cu_send_peer_config_req()
641 UINT32_TO_STREAM (p, p_cfg->qos.latency); in l2cu_send_peer_config_req()
642 UINT32_TO_STREAM (p, p_cfg->qos.delay_variation); in l2cu_send_peer_config_req()
736 UINT8_TO_STREAM (p, p_cfg->qos.qos_flags); in l2cu_send_peer_config_rsp()
737 UINT8_TO_STREAM (p, p_cfg->qos.service_type); in l2cu_send_peer_config_rsp()
738 UINT32_TO_STREAM (p, p_cfg->qos.token_rate); in l2cu_send_peer_config_rsp()
739 UINT32_TO_STREAM (p, p_cfg->qos.token_bucket_size); in l2cu_send_peer_config_rsp()
740 UINT32_TO_STREAM (p, p_cfg->qos.peak_bandwidth); in l2cu_send_peer_config_rsp()
741 UINT32_TO_STREAM (p, p_cfg->qos.latency); in l2cu_send_peer_config_rsp()
742 UINT32_TO_STREAM (p, p_cfg->qos.delay_variation); in l2cu_send_peer_config_rsp()
1534 …p_ccb->our_cfg.qos.service_type = p_ccb->peer_cfg.qos.service_type = L2CAP_DEFAULT_SERV_… in l2cu_allocate_ccb()
1535 …p_ccb->our_cfg.qos.token_rate = p_ccb->peer_cfg.qos.token_rate = L2CAP_DEFAULT_TOKEN… in l2cu_allocate_ccb()
1536 …p_ccb->our_cfg.qos.token_bucket_size = p_ccb->peer_cfg.qos.token_bucket_size = L2CAP_DEFAULT_BUCKE… in l2cu_allocate_ccb()
1537 …p_ccb->our_cfg.qos.peak_bandwidth = p_ccb->peer_cfg.qos.peak_bandwidth = L2CAP_DEFAULT_PEAK_… in l2cu_allocate_ccb()
1538 …p_ccb->our_cfg.qos.latency = p_ccb->peer_cfg.qos.latency = L2CAP_DEFAULT_LATEN… in l2cu_allocate_ccb()
1539 …p_ccb->our_cfg.qos.delay_variation = p_ccb->peer_cfg.qos.delay_variation = L2CAP_DEFAULT_DELAY; in l2cu_allocate_ccb()
1966 if (p_cfg->qos.service_type <= GUARANTEED) in l2cu_process_peer_cfg_req()
1968 p_ccb->peer_cfg.qos = p_cfg->qos; in l2cu_process_peer_cfg_req()
1974 p_cfg->qos.service_type = BEST_EFFORT; in l2cu_process_peer_cfg_req()
1982 p_cfg->qos = p_ccb->peer_cfg.qos; in l2cu_process_peer_cfg_req()
2035 p_ccb->our_cfg.qos = p_cfg->qos; in l2cu_process_peer_cfg_rsp()
2077 p_ccb->our_cfg.qos = p_cfg->qos; in l2cu_process_our_cfg_req()
2165 p_ccb->peer_cfg.qos = p_cfg->qos; in l2cu_process_our_cfg_rsp()