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:txq_tid
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
sta.c
401
cmd.tid = mvm->queue_info[queue].
txq_tid
;
in iwl_mvm_disable_txq()
547
tid = mvm->queue_info[queue].
txq_tid
;
in iwl_mvm_free_inactive_queue()
682
cmd.tid = mvm->queue_info[queue].
txq_tid
;
in iwl_mvm_redirect_queue()
710
mvm->queue_info[queue].
txq_tid
= tid;
in iwl_mvm_redirect_queue()
818
mvm->tvqm_info[queue].
txq_tid
= tid;
in iwl_mvm_sta_alloc_queue_tvqm()
857
mvm->queue_info[queue].
txq_tid
= tid;
in iwl_mvm_update_txq_mapping()
941
mvm->queue_info[queue].
txq_tid
= tid;
in iwl_mvm_change_queue_tid()
1086
if (!(tid_bitmap & BIT(mvm->queue_info[queue].
txq_tid
)))
in iwl_mvm_remove_inactive_tids()
H
A
D
mvm.h
804
* @
txq_tid
: txq tid
808
u8
txq_tid
;
member
815
u8
txq_tid
; /* The TID "owner" of this queue*/
member
H
A
D
ops.c
1160
int tid = mvm->tvqm_info[hw_queue].
txq_tid
;
in iwl_mvm_queue_state_change()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
sta.c
410
cmd.tid = mvm->queue_info[queue].
txq_tid
;
in iwl_mvm_disable_txq()
564
tid = mvm->queue_info[queue].
txq_tid
;
in iwl_mvm_free_inactive_queue()
732
cmd.tid = mvm->queue_info[queue].
txq_tid
;
in iwl_mvm_redirect_queue()
760
mvm->queue_info[queue].
txq_tid
= tid;
in iwl_mvm_redirect_queue()
931
mvm->tvqm_info[queue].
txq_tid
= tid;
in iwl_mvm_sta_alloc_queue_tvqm()
970
mvm->queue_info[queue].
txq_tid
= tid;
in iwl_mvm_update_txq_mapping()
1054
mvm->queue_info[queue].
txq_tid
= tid;
in iwl_mvm_change_queue_tid()
1199
if (!(q_tid_bitmap & BIT(mvm->queue_info[queue].
txq_tid
)))
in iwl_mvm_remove_inactive_tids()
H
A
D
mvm.h
787
* @
txq_tid
: txq tid
791
u8
txq_tid
;
member
798
u8
txq_tid
; /* The TID "owner" of this queue*/
member
H
A
D
ops.c
1725
int tid = mvm->tvqm_info[hw_queue].
txq_tid
;
in iwl_mvm_queue_state_change()
Completed in 21 milliseconds