Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:pst_qos_map
(Results
1 - 2
of
2
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant_lib/
H
A
D
driver_nl80211_hisi.c
476
oal_qos_map_param_stru *
pst_qos_map
= NULL;
in wpa_driver_set_qos_map()
local
494
pst_qos_map
= (oal_qos_map_param_stru *)pbuf;
in wpa_driver_set_qos_map()
495
pst_qos_map
->valid = 1;
in wpa_driver_set_qos_map()
496
pst_qos_map
->num_dscp_except = (qos_map_set_len - 16) / 2;
in wpa_driver_set_qos_map()
497
if (
pst_qos_map
->num_dscp_except)
in wpa_driver_set_qos_map()
499
for (i = 0; i <
pst_qos_map
->num_dscp_except; i++)
in wpa_driver_set_qos_map()
501
pst_qos_map
->dscp_exception[i] = qos_map_set[i * 2];
in wpa_driver_set_qos_map()
502
pst_qos_map
->dscp_exception_up[i] = qos_map_set[i * 2 + 1];
in wpa_driver_set_qos_map()
508
pst_qos_map
->up_low[i] = qos_map_set[up_start + (i * 2)];
in wpa_driver_set_qos_map()
509
pst_qos_map
in wpa_driver_set_qos_map()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/
H
A
D
driver_nl80211_hisi.c
457
oal_qos_map_param_stru *
pst_qos_map
= NULL;
in wpa_driver_set_qos_map()
local
474
pst_qos_map
= (oal_qos_map_param_stru *) pbuf;
in wpa_driver_set_qos_map()
475
pst_qos_map
->valid = 1;
in wpa_driver_set_qos_map()
476
pst_qos_map
->num_dscp_except = (qos_map_set_len - 16) / 2;
in wpa_driver_set_qos_map()
477
if (
pst_qos_map
->num_dscp_except) {
in wpa_driver_set_qos_map()
478
for (i = 0; i <
pst_qos_map
->num_dscp_except; i++) {
in wpa_driver_set_qos_map()
479
pst_qos_map
->dscp_exception[i] = qos_map_set[i * 2];
in wpa_driver_set_qos_map()
480
pst_qos_map
->dscp_exception_up[i] = qos_map_set[i * 2 + 1];
in wpa_driver_set_qos_map()
485
pst_qos_map
->up_low[i] = qos_map_set[up_start + (i * 2)];
in wpa_driver_set_qos_map()
486
pst_qos_map
in wpa_driver_set_qos_map()
[all...]
Completed in 2 milliseconds