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:uapsd_acs
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/
H
A
D
sta.h
198
* @STA_MODIFY_UAPSD_ACS: this command modifies %
uapsd_acs
369
* @
uapsd_acs
: 4 LS bits are trigger enabled ACs, 4 MS bits are the deliver
402
u8
uapsd_acs
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/
H
A
D
sta.h
145
* @STA_MODIFY_UAPSD_ACS: this command modifies %
uapsd_acs
316
* @
uapsd_acs
: 4 LS bits are trigger enabled ACs, 4 MS bits are the deliver
349
u8
uapsd_acs
;
member
H
A
D
mac-cfg.h
565
* @
uapsd_acs
: 4 LS bits are trigger enabled ACs, 4 MS bits are the deliver
589
__le32
uapsd_acs
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
sta.c
113
u8
uapsd_acs
= 0;
in iwl_mvm_get_sta_uapsd_acs()
local
116
uapsd_acs
|= BIT(AC_BK);
in iwl_mvm_get_sta_uapsd_acs()
118
uapsd_acs
|= BIT(AC_BE);
in iwl_mvm_get_sta_uapsd_acs()
120
uapsd_acs
|= BIT(AC_VI);
in iwl_mvm_get_sta_uapsd_acs()
122
uapsd_acs
|= BIT(AC_VO);
in iwl_mvm_get_sta_uapsd_acs()
124
return
uapsd_acs
|
uapsd_acs
<< 4;
in iwl_mvm_get_sta_uapsd_acs()
229
add_sta_cmd.
uapsd_acs
= iwl_mvm_get_sta_uapsd_acs(sta);
in iwl_mvm_sta_send_to_fw()
H
A
D
mld-sta.c
494
cmd.
uapsd_acs
= cpu_to_le32(iwl_mvm_get_sta_uapsd_acs(sta));
in iwl_mvm_mld_cfg_sta()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
sta.c
237
add_sta_cmd.
uapsd_acs
|= BIT(AC_BK);
in iwl_mvm_sta_send_to_fw()
239
add_sta_cmd.
uapsd_acs
|= BIT(AC_BE);
in iwl_mvm_sta_send_to_fw()
241
add_sta_cmd.
uapsd_acs
|= BIT(AC_VI);
in iwl_mvm_sta_send_to_fw()
243
add_sta_cmd.
uapsd_acs
|= BIT(AC_VO);
in iwl_mvm_sta_send_to_fw()
244
add_sta_cmd.
uapsd_acs
|= add_sta_cmd.
uapsd_acs
<< 4;
in iwl_mvm_sta_send_to_fw()
Completed in 16 milliseconds