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:axq_depth
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H
A
D
xmit.c
696
txq->
axq_depth
--;
in ath_tx_process_buffer()
1491
(!aggr && txq->
axq_depth
>= ATH_NON_AGGR_MIN_QDEPTH)) {
in ath_tx_sched_aggr()
1758
txq->
axq_depth
= 0;
in ath_txq_setup()
1887
if (!sc->tx.txq[i].
axq_depth
)
in ath_drain_all_txq()
2003
txq->axq_qnum, txq->
axq_depth
);
in ath_tx_txqaddbuf()
2037
txq->
axq_depth
++;
in ath_tx_txqaddbuf()
2442
if ((sc->ps_flags & PS_WAIT_FOR_TX_ACK) && !txq->
axq_depth
) {
in ath_tx_complete()
H
A
D
link.c
35
if (txq->
axq_depth
) {
in ath_tx_complete_check()
H
A
D
beacon.c
176
cabq_depth = cabq->
axq_depth
;
in ath9k_beacon_generate()
H
A
D
ath9k.h
164
u32
axq_depth
;
member
H
A
D
main.c
67
if (txq->
axq_depth
) {
in ath9k_has_pending_frames()
861
if (!txq->
axq_depth
)
in ath9k_txq_has_key()
H
A
D
debug.c
629
seq_printf(file, "%s: %2d ", "qdepth", txq->
axq_depth
);
in print_queue()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H
A
D
xmit.c
745
txq->
axq_depth
--;
in ath_tx_process_buffer()
1552
(!aggr && txq->
axq_depth
>= ATH_NON_AGGR_MIN_QDEPTH)) {
in ath_tx_sched_aggr()
1817
txq->
axq_depth
= 0;
in ath_txq_setup()
1946
if (!sc->tx.txq[i].
axq_depth
)
in ath_drain_all_txq()
2062
txq->axq_qnum, txq->
axq_depth
);
in ath_tx_txqaddbuf()
2096
txq->
axq_depth
++;
in ath_tx_txqaddbuf()
2501
if ((sc->ps_flags & PS_WAIT_FOR_TX_ACK) && !txq->
axq_depth
) {
in ath_tx_complete()
H
A
D
link.c
35
if (txq->
axq_depth
) {
in ath_tx_complete_check()
H
A
D
beacon.c
176
cabq_depth = cabq->
axq_depth
;
in ath9k_beacon_generate()
H
A
D
ath9k.h
165
u32
axq_depth
;
member
H
A
D
main.c
67
if (txq->
axq_depth
) {
in ath9k_has_pending_frames()
861
if (!txq->
axq_depth
)
in ath9k_txq_has_key()
H
A
D
debug.c
614
seq_printf(file, "%s: %2d ", "qdepth", txq->
axq_depth
);
in print_queue()
Completed in 27 milliseconds