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:retry_pkts
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H
A
D
debugfs_sta.c
40
STATS_OP_FMT(RETRY).he[1][mcs] += peer_stats->
retry_pkts
;
in ath11k_debugfs_sta_add_tx_stats()
47
STATS_OP_FMT(RETRY).vht[1][mcs] += peer_stats->
retry_pkts
;
in ath11k_debugfs_sta_add_tx_stats()
54
STATS_OP_FMT(RETRY).ht[1][mcs] += peer_stats->
retry_pkts
;
in ath11k_debugfs_sta_add_tx_stats()
63
STATS_OP_FMT(RETRY).legacy[1][mcs] += peer_stats->
retry_pkts
;
in ath11k_debugfs_sta_add_tx_stats()
73
peer_stats->succ_pkts + peer_stats->
retry_pkts
;
in ath11k_debugfs_sta_add_tx_stats()
78
peer_stats->succ_pkts + peer_stats->
retry_pkts
;
in ath11k_debugfs_sta_add_tx_stats()
83
peer_stats->succ_pkts + peer_stats->
retry_pkts
;
in ath11k_debugfs_sta_add_tx_stats()
92
peer_stats->succ_pkts + peer_stats->
retry_pkts
;
in ath11k_debugfs_sta_add_tx_stats()
94
peer_stats->succ_pkts + peer_stats->
retry_pkts
;
in ath11k_debugfs_sta_add_tx_stats()
96
peer_stats->succ_pkts + peer_stats->
retry_pkts
;
in ath11k_debugfs_sta_add_tx_stats()
[all...]
H
A
D
core.h
337
u16
retry_pkts
;
member
423
u16
retry_pkts
;
member
H
A
D
dp_tx.c
405
peer_stats->
retry_pkts
+= ts->try_cnt - 1;
in ath11k_dp_tx_cache_peer_stats()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H
A
D
debugfs_sta.c
40
STATS_OP_FMT(RETRY).he[1][mcs] += peer_stats->
retry_pkts
;
in ath11k_debugfs_sta_add_tx_stats()
47
STATS_OP_FMT(RETRY).vht[1][mcs] += peer_stats->
retry_pkts
;
in ath11k_debugfs_sta_add_tx_stats()
54
STATS_OP_FMT(RETRY).ht[1][mcs] += peer_stats->
retry_pkts
;
in ath11k_debugfs_sta_add_tx_stats()
63
STATS_OP_FMT(RETRY).legacy[1][mcs] += peer_stats->
retry_pkts
;
in ath11k_debugfs_sta_add_tx_stats()
73
peer_stats->succ_pkts + peer_stats->
retry_pkts
;
in ath11k_debugfs_sta_add_tx_stats()
78
peer_stats->succ_pkts + peer_stats->
retry_pkts
;
in ath11k_debugfs_sta_add_tx_stats()
83
peer_stats->succ_pkts + peer_stats->
retry_pkts
;
in ath11k_debugfs_sta_add_tx_stats()
92
peer_stats->succ_pkts + peer_stats->
retry_pkts
;
in ath11k_debugfs_sta_add_tx_stats()
94
peer_stats->succ_pkts + peer_stats->
retry_pkts
;
in ath11k_debugfs_sta_add_tx_stats()
96
peer_stats->succ_pkts + peer_stats->
retry_pkts
;
in ath11k_debugfs_sta_add_tx_stats()
[all...]
H
A
D
core.h
473
u16
retry_pkts
;
member
585
u16
retry_pkts
;
member
H
A
D
dp_tx.c
437
peer_stats->
retry_pkts
+= ts->try_cnt - 1;
in ath11k_dp_tx_cache_peer_stats()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H
A
D
htt_rx.c
3568
STATS_OP_FMT(RETRY).vht[1][mcs] += pstats->
retry_pkts
;
in ath10k_accumulate_per_peer_tx_stats()
3575
STATS_OP_FMT(RETRY).ht[1][ht_idx] += pstats->
retry_pkts
;
in ath10k_accumulate_per_peer_tx_stats()
3584
STATS_OP_FMT(RETRY).legacy[1][mcs] += pstats->
retry_pkts
;
in ath10k_accumulate_per_peer_tx_stats()
3594
pstats->succ_pkts + pstats->
retry_pkts
;
in ath10k_accumulate_per_peer_tx_stats()
3599
pstats->succ_pkts + pstats->
retry_pkts
;
in ath10k_accumulate_per_peer_tx_stats()
3610
pstats->succ_pkts + pstats->
retry_pkts
;
in ath10k_accumulate_per_peer_tx_stats()
3612
pstats->succ_pkts + pstats->
retry_pkts
;
in ath10k_accumulate_per_peer_tx_stats()
3614
pstats->succ_pkts + pstats->
retry_pkts
;
in ath10k_accumulate_per_peer_tx_stats()
3616
pstats->succ_pkts + pstats->
retry_pkts
;
in ath10k_accumulate_per_peer_tx_stats()
3642
STATS_OP_FMT(RETRY).bw[1][bw] += pstats->
retry_pkts
;
in ath10k_accumulate_per_peer_tx_stats()
[all...]
H
A
D
htt.h
1750
__le16
retry_pkts
;
member
1771
u8
retry_pkts
[PEER_STATS_FOR_NO_OF_PPDUS];
member
H
A
D
core.h
974
u16
retry_pkts
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H
A
D
htt_rx.c
3692
STATS_OP_FMT(RETRY).vht[1][mcs] += pstats->
retry_pkts
;
in ath10k_accumulate_per_peer_tx_stats()
3699
STATS_OP_FMT(RETRY).ht[1][ht_idx] += pstats->
retry_pkts
;
in ath10k_accumulate_per_peer_tx_stats()
3708
STATS_OP_FMT(RETRY).legacy[1][mcs] += pstats->
retry_pkts
;
in ath10k_accumulate_per_peer_tx_stats()
3718
pstats->succ_pkts + pstats->
retry_pkts
;
in ath10k_accumulate_per_peer_tx_stats()
3723
pstats->succ_pkts + pstats->
retry_pkts
;
in ath10k_accumulate_per_peer_tx_stats()
3734
pstats->succ_pkts + pstats->
retry_pkts
;
in ath10k_accumulate_per_peer_tx_stats()
3736
pstats->succ_pkts + pstats->
retry_pkts
;
in ath10k_accumulate_per_peer_tx_stats()
3738
pstats->succ_pkts + pstats->
retry_pkts
;
in ath10k_accumulate_per_peer_tx_stats()
3740
pstats->succ_pkts + pstats->
retry_pkts
;
in ath10k_accumulate_per_peer_tx_stats()
3766
STATS_OP_FMT(RETRY).bw[1][bw] += pstats->
retry_pkts
;
in ath10k_accumulate_per_peer_tx_stats()
[all...]
H
A
D
core.h
991
u16
retry_pkts
;
member
H
A
D
htt.h
1640
__le16
retry_pkts
;
member
1661
u8
retry_pkts
[PEER_STATS_FOR_NO_OF_PPDUS];
member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H
A
D
core.h
371
u16
retry_pkts
;
member
434
u16
retry_pkts
;
member
Completed in 42 milliseconds