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:STATS_OP_FMT
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H
A
D
debugfs_sta.c
32
#define
STATS_OP_FMT
(name) tx_stats->stats[ATH11K_STATS_TYPE_##name]
in ath11k_debugfs_sta_add_tx_stats()
macro
35
STATS_OP_FMT
(SUCC).he[0][mcs] += peer_stats->succ_bytes;
in ath11k_debugfs_sta_add_tx_stats()
36
STATS_OP_FMT
(SUCC).he[1][mcs] += peer_stats->succ_pkts;
in ath11k_debugfs_sta_add_tx_stats()
37
STATS_OP_FMT
(FAIL).he[0][mcs] += peer_stats->failed_bytes;
in ath11k_debugfs_sta_add_tx_stats()
38
STATS_OP_FMT
(FAIL).he[1][mcs] += peer_stats->failed_pkts;
in ath11k_debugfs_sta_add_tx_stats()
39
STATS_OP_FMT
(RETRY).he[0][mcs] += peer_stats->retry_bytes;
in ath11k_debugfs_sta_add_tx_stats()
40
STATS_OP_FMT
(RETRY).he[1][mcs] += peer_stats->retry_pkts;
in ath11k_debugfs_sta_add_tx_stats()
42
STATS_OP_FMT
(SUCC).vht[0][mcs] += peer_stats->succ_bytes;
in ath11k_debugfs_sta_add_tx_stats()
43
STATS_OP_FMT
(SUCC).vht[1][mcs] += peer_stats->succ_pkts;
in ath11k_debugfs_sta_add_tx_stats()
44
STATS_OP_FMT
(FAI
in ath11k_debugfs_sta_add_tx_stats()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H
A
D
debugfs_sta.c
32
#define
STATS_OP_FMT
(name) tx_stats->stats[ATH11K_STATS_TYPE_##name]
in ath11k_debugfs_sta_add_tx_stats()
macro
35
STATS_OP_FMT
(SUCC).he[0][mcs] += peer_stats->succ_bytes;
in ath11k_debugfs_sta_add_tx_stats()
36
STATS_OP_FMT
(SUCC).he[1][mcs] += peer_stats->succ_pkts;
in ath11k_debugfs_sta_add_tx_stats()
37
STATS_OP_FMT
(FAIL).he[0][mcs] += peer_stats->failed_bytes;
in ath11k_debugfs_sta_add_tx_stats()
38
STATS_OP_FMT
(FAIL).he[1][mcs] += peer_stats->failed_pkts;
in ath11k_debugfs_sta_add_tx_stats()
39
STATS_OP_FMT
(RETRY).he[0][mcs] += peer_stats->retry_bytes;
in ath11k_debugfs_sta_add_tx_stats()
40
STATS_OP_FMT
(RETRY).he[1][mcs] += peer_stats->retry_pkts;
in ath11k_debugfs_sta_add_tx_stats()
42
STATS_OP_FMT
(SUCC).vht[0][mcs] += peer_stats->succ_bytes;
in ath11k_debugfs_sta_add_tx_stats()
43
STATS_OP_FMT
(SUCC).vht[1][mcs] += peer_stats->succ_pkts;
in ath11k_debugfs_sta_add_tx_stats()
44
STATS_OP_FMT
(FAI
in ath11k_debugfs_sta_add_tx_stats()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H
A
D
htt_rx.c
3560
#define
STATS_OP_FMT
(name) tx_stats->stats[ATH10K_STATS_TYPE_##name]
in ath10k_accumulate_per_peer_tx_stats()
macro
3563
STATS_OP_FMT
(SUCC).vht[0][mcs] += pstats->succ_bytes;
in ath10k_accumulate_per_peer_tx_stats()
3564
STATS_OP_FMT
(SUCC).vht[1][mcs] += pstats->succ_pkts;
in ath10k_accumulate_per_peer_tx_stats()
3565
STATS_OP_FMT
(FAIL).vht[0][mcs] += pstats->failed_bytes;
in ath10k_accumulate_per_peer_tx_stats()
3566
STATS_OP_FMT
(FAIL).vht[1][mcs] += pstats->failed_pkts;
in ath10k_accumulate_per_peer_tx_stats()
3567
STATS_OP_FMT
(RETRY).vht[0][mcs] += pstats->retry_bytes;
in ath10k_accumulate_per_peer_tx_stats()
3568
STATS_OP_FMT
(RETRY).vht[1][mcs] += pstats->retry_pkts;
in ath10k_accumulate_per_peer_tx_stats()
3570
STATS_OP_FMT
(SUCC).ht[0][ht_idx] += pstats->succ_bytes;
in ath10k_accumulate_per_peer_tx_stats()
3571
STATS_OP_FMT
(SUCC).ht[1][ht_idx] += pstats->succ_pkts;
in ath10k_accumulate_per_peer_tx_stats()
3572
STATS_OP_FMT
(FAI
in ath10k_accumulate_per_peer_tx_stats()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H
A
D
htt_rx.c
3684
#define
STATS_OP_FMT
(name) tx_stats->stats[ATH10K_STATS_TYPE_##name]
in ath10k_accumulate_per_peer_tx_stats()
macro
3687
STATS_OP_FMT
(SUCC).vht[0][mcs] += pstats->succ_bytes;
in ath10k_accumulate_per_peer_tx_stats()
3688
STATS_OP_FMT
(SUCC).vht[1][mcs] += pstats->succ_pkts;
in ath10k_accumulate_per_peer_tx_stats()
3689
STATS_OP_FMT
(FAIL).vht[0][mcs] += pstats->failed_bytes;
in ath10k_accumulate_per_peer_tx_stats()
3690
STATS_OP_FMT
(FAIL).vht[1][mcs] += pstats->failed_pkts;
in ath10k_accumulate_per_peer_tx_stats()
3691
STATS_OP_FMT
(RETRY).vht[0][mcs] += pstats->retry_bytes;
in ath10k_accumulate_per_peer_tx_stats()
3692
STATS_OP_FMT
(RETRY).vht[1][mcs] += pstats->retry_pkts;
in ath10k_accumulate_per_peer_tx_stats()
3694
STATS_OP_FMT
(SUCC).ht[0][ht_idx] += pstats->succ_bytes;
in ath10k_accumulate_per_peer_tx_stats()
3695
STATS_OP_FMT
(SUCC).ht[1][ht_idx] += pstats->succ_pkts;
in ath10k_accumulate_per_peer_tx_stats()
3696
STATS_OP_FMT
(FAI
in ath10k_accumulate_per_peer_tx_stats()
[all...]
Completed in 11 milliseconds