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:ATH_TXFIFO_DEPTH
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H
A
D
ath9k.h
112
#define
ATH_TXFIFO_DEPTH
8
macro
167
struct list_head txq_fifo[
ATH_TXFIFO_DEPTH
];
H
A
D
xmit.c
1764
for (i = 0; i <
ATH_TXFIFO_DEPTH
; i++)
in ath_txq_setup()
1856
INCR(idx,
ATH_TXFIFO_DEPTH
);
in ath_draintxq()
2007
INCR(txq->txq_headidx,
ATH_TXFIFO_DEPTH
);
in ath_tx_txqaddbuf()
2722
INCR(txq->txq_tailidx,
ATH_TXFIFO_DEPTH
);
in ath_tx_edma_tasklet()
H
A
D
main.c
873
j <
ATH_TXFIFO_DEPTH
; j++) {
in ath9k_txq_has_key()
876
INCR(idx,
ATH_TXFIFO_DEPTH
);
in ath9k_txq_has_key()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H
A
D
ath9k.h
113
#define
ATH_TXFIFO_DEPTH
8
macro
168
struct list_head txq_fifo[
ATH_TXFIFO_DEPTH
];
H
A
D
xmit.c
1823
for (i = 0; i <
ATH_TXFIFO_DEPTH
; i++)
in ath_txq_setup()
1915
INCR(idx,
ATH_TXFIFO_DEPTH
);
in ath_draintxq()
2066
INCR(txq->txq_headidx,
ATH_TXFIFO_DEPTH
);
in ath_tx_txqaddbuf()
2781
INCR(txq->txq_tailidx,
ATH_TXFIFO_DEPTH
);
in ath_tx_edma_tasklet()
H
A
D
main.c
873
j <
ATH_TXFIFO_DEPTH
; j++) {
in ath9k_txq_has_key()
876
INCR(idx,
ATH_TXFIFO_DEPTH
);
in ath9k_txq_has_key()
Completed in 19 milliseconds