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:succ_bytes
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H
A
D
debugfs_sta.c
35
STATS_OP_FMT(SUCC).he[0][mcs] += peer_stats->
succ_bytes
;
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()
49
STATS_OP_FMT(SUCC).ht[0][mcs] += peer_stats->
succ_bytes
;
in ath11k_debugfs_sta_add_tx_stats()
58
STATS_OP_FMT(SUCC).legacy[0][mcs] += peer_stats->
succ_bytes
;
in ath11k_debugfs_sta_add_tx_stats()
71
peer_stats->
succ_bytes
+ peer_stats->retry_bytes;
in ath11k_debugfs_sta_add_tx_stats()
76
peer_stats->
succ_bytes
+ peer_stats->retry_bytes;
in ath11k_debugfs_sta_add_tx_stats()
81
peer_stats->
succ_bytes
+ peer_stats->retry_bytes;
in ath11k_debugfs_sta_add_tx_stats()
86
peer_stats->
succ_bytes
+ peer_stats->retry_bytes;
in ath11k_debugfs_sta_add_tx_stats()
88
peer_stats->
succ_bytes
+ peer_stats->retry_bytes;
in ath11k_debugfs_sta_add_tx_stats()
90
peer_stats->
succ_bytes
in ath11k_debugfs_sta_add_tx_stats()
[all...]
H
A
D
core.h
338
u32
succ_bytes
;
member
419
u32
succ_bytes
;
member
H
A
D
dp_rx.c
1338
u32
succ_bytes
= 0;
in ath11k_update_per_peer_tx_stats()
local
1356
succ_bytes
= usr_stats->ack_ba.success_bytes;
in ath11k_update_per_peer_tx_stats()
1465
peer_stats->
succ_bytes
=
succ_bytes
;
in ath11k_update_per_peer_tx_stats()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H
A
D
debugfs_sta.c
35
STATS_OP_FMT(SUCC).he[0][mcs] += peer_stats->
succ_bytes
;
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()
49
STATS_OP_FMT(SUCC).ht[0][mcs] += peer_stats->
succ_bytes
;
in ath11k_debugfs_sta_add_tx_stats()
58
STATS_OP_FMT(SUCC).legacy[0][mcs] += peer_stats->
succ_bytes
;
in ath11k_debugfs_sta_add_tx_stats()
71
peer_stats->
succ_bytes
+ peer_stats->retry_bytes;
in ath11k_debugfs_sta_add_tx_stats()
76
peer_stats->
succ_bytes
+ peer_stats->retry_bytes;
in ath11k_debugfs_sta_add_tx_stats()
81
peer_stats->
succ_bytes
+ peer_stats->retry_bytes;
in ath11k_debugfs_sta_add_tx_stats()
86
peer_stats->
succ_bytes
+ peer_stats->retry_bytes;
in ath11k_debugfs_sta_add_tx_stats()
88
peer_stats->
succ_bytes
+ peer_stats->retry_bytes;
in ath11k_debugfs_sta_add_tx_stats()
90
peer_stats->
succ_bytes
in ath11k_debugfs_sta_add_tx_stats()
[all...]
H
A
D
core.h
474
u32
succ_bytes
;
member
581
u32
succ_bytes
;
member
H
A
D
dp_rx.c
1385
u32
succ_bytes
= 0;
in ath11k_update_per_peer_tx_stats()
local
1403
succ_bytes
= usr_stats->ack_ba.success_bytes;
in ath11k_update_per_peer_tx_stats()
1508
peer_stats->
succ_bytes
=
succ_bytes
;
in ath11k_update_per_peer_tx_stats()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H
A
D
htt_rx.c
3563
STATS_OP_FMT(SUCC).vht[0][mcs] += pstats->
succ_bytes
;
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()
3579
STATS_OP_FMT(SUCC).legacy[0][mcs] += pstats->
succ_bytes
;
in ath10k_accumulate_per_peer_tx_stats()
3592
pstats->
succ_bytes
+ pstats->retry_bytes;
in ath10k_accumulate_per_peer_tx_stats()
3597
pstats->
succ_bytes
+ pstats->retry_bytes;
in ath10k_accumulate_per_peer_tx_stats()
3602
pstats->
succ_bytes
+ pstats->retry_bytes;
in ath10k_accumulate_per_peer_tx_stats()
3604
pstats->
succ_bytes
+ pstats->retry_bytes;
in ath10k_accumulate_per_peer_tx_stats()
3606
pstats->
succ_bytes
+ pstats->retry_bytes;
in ath10k_accumulate_per_peer_tx_stats()
3608
pstats->
succ_bytes
+ pstats->retry_bytes;
in ath10k_accumulate_per_peer_tx_stats()
3622
STATS_OP_FMT(SUCC).bw[0][bw] += pstats->
succ_bytes
;
in ath10k_accumulate_per_peer_tx_stats()
[all...]
H
A
D
core.h
967
u32
succ_bytes
;
member
H
A
D
htt.h
1743
__le32
succ_bytes
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H
A
D
htt_rx.c
3687
STATS_OP_FMT(SUCC).vht[0][mcs] += pstats->
succ_bytes
;
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()
3703
STATS_OP_FMT(SUCC).legacy[0][mcs] += pstats->
succ_bytes
;
in ath10k_accumulate_per_peer_tx_stats()
3716
pstats->
succ_bytes
+ pstats->retry_bytes;
in ath10k_accumulate_per_peer_tx_stats()
3721
pstats->
succ_bytes
+ pstats->retry_bytes;
in ath10k_accumulate_per_peer_tx_stats()
3726
pstats->
succ_bytes
+ pstats->retry_bytes;
in ath10k_accumulate_per_peer_tx_stats()
3728
pstats->
succ_bytes
+ pstats->retry_bytes;
in ath10k_accumulate_per_peer_tx_stats()
3730
pstats->
succ_bytes
+ pstats->retry_bytes;
in ath10k_accumulate_per_peer_tx_stats()
3732
pstats->
succ_bytes
+ pstats->retry_bytes;
in ath10k_accumulate_per_peer_tx_stats()
3746
STATS_OP_FMT(SUCC).bw[0][bw] += pstats->
succ_bytes
;
in ath10k_accumulate_per_peer_tx_stats()
[all...]
H
A
D
core.h
984
u32
succ_bytes
;
member
H
A
D
htt.h
1633
__le32
succ_bytes
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H
A
D
core.h
372
u32
succ_bytes
;
member
429
u32
succ_bytes
;
member
H
A
D
dp_rx.c
1336
u32 v,
succ_bytes
= 0;
in ath12k_update_per_peer_tx_stats()
local
1354
succ_bytes
= le32_to_cpu(usr_stats->ack_ba.success_bytes);
in ath12k_update_per_peer_tx_stats()
1459
peer_stats->
succ_bytes
=
succ_bytes
;
in ath12k_update_per_peer_tx_stats()
Completed in 52 milliseconds