Lines Matching refs:qos

636         UINT8_TO_STREAM  (p, p_cfg->qos.qos_flags);
637 UINT8_TO_STREAM (p, p_cfg->qos.service_type);
638 UINT32_TO_STREAM (p, p_cfg->qos.token_rate);
639 UINT32_TO_STREAM (p, p_cfg->qos.token_bucket_size);
640 UINT32_TO_STREAM (p, p_cfg->qos.peak_bandwidth);
641 UINT32_TO_STREAM (p, p_cfg->qos.latency);
642 UINT32_TO_STREAM (p, p_cfg->qos.delay_variation);
736 UINT8_TO_STREAM (p, p_cfg->qos.qos_flags);
737 UINT8_TO_STREAM (p, p_cfg->qos.service_type);
738 UINT32_TO_STREAM (p, p_cfg->qos.token_rate);
739 UINT32_TO_STREAM (p, p_cfg->qos.token_bucket_size);
740 UINT32_TO_STREAM (p, p_cfg->qos.peak_bandwidth);
741 UINT32_TO_STREAM (p, p_cfg->qos.latency);
742 UINT32_TO_STREAM (p, p_cfg->qos.delay_variation);
1534 p_ccb->our_cfg.qos.service_type = p_ccb->peer_cfg.qos.service_type = L2CAP_DEFAULT_SERV_TYPE;
1535 p_ccb->our_cfg.qos.token_rate = p_ccb->peer_cfg.qos.token_rate = L2CAP_DEFAULT_TOKEN_RATE;
1536 p_ccb->our_cfg.qos.token_bucket_size = p_ccb->peer_cfg.qos.token_bucket_size = L2CAP_DEFAULT_BUCKET_SIZE;
1537 p_ccb->our_cfg.qos.peak_bandwidth = p_ccb->peer_cfg.qos.peak_bandwidth = L2CAP_DEFAULT_PEAK_BANDWIDTH;
1538 p_ccb->our_cfg.qos.latency = p_ccb->peer_cfg.qos.latency = L2CAP_DEFAULT_LATENCY;
1539 p_ccb->our_cfg.qos.delay_variation = p_ccb->peer_cfg.qos.delay_variation = L2CAP_DEFAULT_DELAY;
1966 if (p_cfg->qos.service_type <= GUARANTEED)
1968 p_ccb->peer_cfg.qos = p_cfg->qos;
1974 p_cfg->qos.service_type = BEST_EFFORT;
1982 p_cfg->qos = p_ccb->peer_cfg.qos;
2035 p_ccb->our_cfg.qos = p_cfg->qos;
2077 p_ccb->our_cfg.qos = p_cfg->qos;
2165 p_ccb->peer_cfg.qos = p_cfg->qos;