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:del_list_idx
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H
A
D
uap_txrx.c
79
for (i = 0; i < MAX_NUM_TID; i++, priv->
del_list_idx
++) {
in mwifiex_uap_cleanup_tx_queues()
80
if (priv->
del_list_idx
== MAX_NUM_TID)
in mwifiex_uap_cleanup_tx_queues()
81
priv->
del_list_idx
= 0;
in mwifiex_uap_cleanup_tx_queues()
82
ra_list = &priv->wmm.tid_tbl_ptr[priv->
del_list_idx
].ra_list;
in mwifiex_uap_cleanup_tx_queues()
84
priv->
del_list_idx
++;
in mwifiex_uap_cleanup_tx_queues()
H
A
D
init.c
160
priv->
del_list_idx
= 0;
in mwifiex_init_priv()
H
A
D
main.h
676
u8
del_list_idx
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H
A
D
uap_txrx.c
67
for (i = 0; i < MAX_NUM_TID; i++, priv->
del_list_idx
++) {
in mwifiex_uap_cleanup_tx_queues()
68
if (priv->
del_list_idx
== MAX_NUM_TID)
in mwifiex_uap_cleanup_tx_queues()
69
priv->
del_list_idx
= 0;
in mwifiex_uap_cleanup_tx_queues()
70
ra_list = &priv->wmm.tid_tbl_ptr[priv->
del_list_idx
].ra_list;
in mwifiex_uap_cleanup_tx_queues()
72
priv->
del_list_idx
++;
in mwifiex_uap_cleanup_tx_queues()
H
A
D
init.c
149
priv->
del_list_idx
= 0;
in mwifiex_init_priv()
H
A
D
main.h
658
u8
del_list_idx
;
member
Completed in 11 milliseconds