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:tx_hw_pending
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H
A
D
pcie.c
719
atomic_set(&adapter->
tx_hw_pending
, 0);
in mwifiex_pcie_disable_host_int()
921
atomic_set(&adapter->
tx_hw_pending
, 0);
in mwifiex_cleanup_txq_ring()
1378
atomic_dec(&adapter->
tx_hw_pending
);
in mwifiex_pcie_send_data_complete()
1468
atomic_inc(&adapter->
tx_hw_pending
);
in mwifiex_pcie_send_data()
1554
atomic_dec(&adapter->
tx_hw_pending
);
in mwifiex_pcie_send_data()
H
A
D
cmdevt.c
1121
if (!adapter->cmd_sent && !atomic_read(&adapter->
tx_hw_pending
) &&
in mwifiex_check_ps_cond()
1128
atomic_read(&adapter->
tx_hw_pending
) ? "T" : "",
in mwifiex_check_ps_cond()
H
A
D
init.c
285
atomic_set(&adapter->
tx_hw_pending
, 0);
in mwifiex_init_adapter()
H
A
D
main.h
895
atomic_t
tx_hw_pending
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H
A
D
pcie.c
717
atomic_set(&adapter->
tx_hw_pending
, 0);
in mwifiex_pcie_disable_host_int()
919
atomic_set(&adapter->
tx_hw_pending
, 0);
in mwifiex_cleanup_txq_ring()
1376
atomic_dec(&adapter->
tx_hw_pending
);
in mwifiex_pcie_send_data_complete()
1466
atomic_inc(&adapter->
tx_hw_pending
);
in mwifiex_pcie_send_data()
1552
atomic_dec(&adapter->
tx_hw_pending
);
in mwifiex_pcie_send_data()
H
A
D
cmdevt.c
1123
if (!adapter->cmd_sent && !atomic_read(&adapter->
tx_hw_pending
) &&
in mwifiex_check_ps_cond()
1130
atomic_read(&adapter->
tx_hw_pending
) ? "T" : "",
in mwifiex_check_ps_cond()
H
A
D
init.c
274
atomic_set(&adapter->
tx_hw_pending
, 0);
in mwifiex_init_adapter()
H
A
D
main.h
876
atomic_t
tx_hw_pending
;
member
Completed in 21 milliseconds