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:ah_txq_status
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/
H
A
D
qcu.c
102
AR5K_Q_DISABLE_BITS(ah->
ah_txq_status
, queue);
in ath5k_hw_release_tx_queue()
258
* We use
ah_txq_status
to hold a temp value for
in ath5k_hw_setup_tx_queue()
262
AR5K_Q_ENABLE_BITS(ah->
ah_txq_status
, queue);
in ath5k_hw_setup_tx_queue()
492
ah->ah_txq_imr_txok &= ah->
ah_txq_status
;
in ath5k_hw_reset_tx_queue()
493
ah->ah_txq_imr_txerr &= ah->
ah_txq_status
;
in ath5k_hw_reset_tx_queue()
494
ah->ah_txq_imr_txurn &= ah->
ah_txq_status
;
in ath5k_hw_reset_tx_queue()
495
ah->ah_txq_imr_txdesc &= ah->
ah_txq_status
;
in ath5k_hw_reset_tx_queue()
496
ah->ah_txq_imr_txeol &= ah->
ah_txq_status
;
in ath5k_hw_reset_tx_queue()
497
ah->ah_txq_imr_cbrorn &= ah->
ah_txq_status
;
in ath5k_hw_reset_tx_queue()
498
ah->ah_txq_imr_cbrurn &= ah->
ah_txq_status
;
in ath5k_hw_reset_tx_queue()
[all...]
H
A
D
ath5k.h
1386
u32
ah_txq_status
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/
H
A
D
qcu.c
102
AR5K_Q_DISABLE_BITS(ah->
ah_txq_status
, queue);
in ath5k_hw_release_tx_queue()
258
* We use
ah_txq_status
to hold a temp value for
in ath5k_hw_setup_tx_queue()
262
AR5K_Q_ENABLE_BITS(ah->
ah_txq_status
, queue);
in ath5k_hw_setup_tx_queue()
492
ah->ah_txq_imr_txok &= ah->
ah_txq_status
;
in ath5k_hw_reset_tx_queue()
493
ah->ah_txq_imr_txerr &= ah->
ah_txq_status
;
in ath5k_hw_reset_tx_queue()
494
ah->ah_txq_imr_txurn &= ah->
ah_txq_status
;
in ath5k_hw_reset_tx_queue()
495
ah->ah_txq_imr_txdesc &= ah->
ah_txq_status
;
in ath5k_hw_reset_tx_queue()
496
ah->ah_txq_imr_txeol &= ah->
ah_txq_status
;
in ath5k_hw_reset_tx_queue()
497
ah->ah_txq_imr_cbrorn &= ah->
ah_txq_status
;
in ath5k_hw_reset_tx_queue()
498
ah->ah_txq_imr_cbrurn &= ah->
ah_txq_status
;
in ath5k_hw_reset_tx_queue()
[all...]
H
A
D
ath5k.h
1386
u32
ah_txq_status
;
member
Completed in 12 milliseconds