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:reserved_queue
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
sta.h
388
* @
reserved_queue
: the queue reserved for this STA for DQA purposes
439
u8
reserved_queue
;
member
H
A
D
sta.c
1265
if ((queue < 0 && mvmsta->
reserved_queue
!= IEEE80211_INVAL_HW_QUEUE) &&
in iwl_mvm_sta_alloc_queue()
1266
(mvm->queue_info[mvmsta->
reserved_queue
].status ==
in iwl_mvm_sta_alloc_queue()
1268
queue = mvmsta->
reserved_queue
;
in iwl_mvm_sta_alloc_queue()
1358
if (mvmsta->
reserved_queue
== queue)
in iwl_mvm_sta_alloc_queue()
1359
mvmsta->
reserved_queue
= IEEE80211_INVAL_HW_QUEUE;
in iwl_mvm_sta_alloc_queue()
1496
mvmsta->
reserved_queue
= queue;
in iwl_mvm_reserve_sta_stream()
1524
if (mvm_sta->
reserved_queue
!= IEEE80211_INVAL_HW_QUEUE)
in iwl_mvm_realloc_queues_after_restart()
1525
mvm->queue_info[mvm_sta->
reserved_queue
].status =
in iwl_mvm_realloc_queues_after_restart()
1937
if (mvm_sta->
reserved_queue
!= IEEE80211_INVAL_HW_QUEUE) {
in iwl_mvm_rm_sta()
1938
u8 reserved_txq = mvm_sta->
reserved_queue
;
in iwl_mvm_rm_sta()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
sta.c
1378
if ((queue < 0 && mvmsta->
reserved_queue
!= IEEE80211_INVAL_HW_QUEUE) &&
in iwl_mvm_sta_alloc_queue()
1379
(mvm->queue_info[mvmsta->
reserved_queue
].status ==
in iwl_mvm_sta_alloc_queue()
1381
queue = mvmsta->
reserved_queue
;
in iwl_mvm_sta_alloc_queue()
1471
if (mvmsta->
reserved_queue
== queue)
in iwl_mvm_sta_alloc_queue()
1472
mvmsta->
reserved_queue
= IEEE80211_INVAL_HW_QUEUE;
in iwl_mvm_sta_alloc_queue()
1591
mvmsta->
reserved_queue
= queue;
in iwl_mvm_reserve_sta_stream()
1619
if (mvm_sta->
reserved_queue
!= IEEE80211_INVAL_HW_QUEUE)
in iwl_mvm_realloc_queues_after_restart()
1620
mvm->queue_info[mvm_sta->
reserved_queue
].status =
in iwl_mvm_realloc_queues_after_restart()
2041
if (mvm_sta->
reserved_queue
!= IEEE80211_INVAL_HW_QUEUE) {
in iwl_mvm_sta_del()
2042
u8 reserved_txq = mvm_sta->
reserved_queue
;
in iwl_mvm_sta_del()
[all...]
H
A
D
sta.h
374
* @
reserved_queue
: the queue reserved for this STA for DQA purposes
425
u8
reserved_queue
;
member
Completed in 12 milliseconds