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:a_retries
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H
A
D
debug.h
151
* @
a_retries
: No. of AMPDUs retried (SW)
177
u32
a_retries
;
member
H
A
D
debug.c
604
PR("AMPDUs Retried: ",
a_retries
);
in read_file_xmit()
1338
AWDATA(
a_retries
);
in ath9k_get_et_stats()
H
A
D
xmit.c
352
TX_STAT_INC(sc, txq->axq_qnum,
a_retries
);
in ath_tx_set_retry()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H
A
D
debug.h
152
* @
a_retries
: No. of AMPDUs retried (SW)
178
u32
a_retries
;
member
H
A
D
debug.c
589
PR("AMPDUs Retried: ",
a_retries
);
in read_file_xmit()
1347
AWDATA(
a_retries
);
in ath9k_get_et_stats()
H
A
D
xmit.c
399
TX_STAT_INC(sc, txq->axq_qnum,
a_retries
);
in ath_tx_set_retry()
/kernel/linux/linux-5.10/include/linux/lockd/
H
A
D
lockd.h
145
unsigned int
a_retries
; /* Retry count */
member
/kernel/linux/linux-6.6/include/linux/lockd/
H
A
D
lockd.h
146
unsigned int
a_retries
; /* Retry count */
member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H
A
D
hw.c
1123
pad_bytes += sizeof(extd.
a_retries
) /
in ath10k_get_htt_tx_data_rssi_pad()
H
A
D
htt.h
910
struct htt_append_retries
a_retries
;
member
/kernel/linux/linux-5.10/fs/lockd/
H
A
D
clntproc.c
819
if (req->
a_retries
++ >= NLMCLNT_MAX_RETRIES)
in nlmclnt_cancel_callback()
/kernel/linux/linux-6.6/fs/lockd/
H
A
D
clntproc.c
839
if (req->
a_retries
++ >= NLMCLNT_MAX_RETRIES)
in nlmclnt_cancel_callback()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H
A
D
hw.c
1124
pad_bytes += sizeof(extd.
a_retries
) /
in ath10k_get_htt_tx_data_rssi_pad()
H
A
D
htt.h
904
struct htt_append_retries
a_retries
;
member
Completed in 48 milliseconds