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:failed_bytes
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H
A
D
debugfs_sta.c
37
STATS_OP_FMT(FAIL).he[0][mcs] += peer_stats->
failed_bytes
;
in ath11k_debugfs_sta_add_tx_stats()
44
STATS_OP_FMT(FAIL).vht[0][mcs] += peer_stats->
failed_bytes
;
in ath11k_debugfs_sta_add_tx_stats()
51
STATS_OP_FMT(FAIL).ht[0][mcs] += peer_stats->
failed_bytes
;
in ath11k_debugfs_sta_add_tx_stats()
60
STATS_OP_FMT(FAIL).legacy[0][mcs] += peer_stats->
failed_bytes
;
in ath11k_debugfs_sta_add_tx_stats()
109
STATS_OP_FMT(FAIL).bw[0][bw] += peer_stats->
failed_bytes
;
in ath11k_debugfs_sta_add_tx_stats()
110
STATS_OP_FMT(FAIL).nss[0][nss] += peer_stats->
failed_bytes
;
in ath11k_debugfs_sta_add_tx_stats()
111
STATS_OP_FMT(FAIL).gi[0][gi] += peer_stats->
failed_bytes
;
in ath11k_debugfs_sta_add_tx_stats()
H
A
D
core.h
339
u32
failed_bytes
;
member
421
u32
failed_bytes
;
member
H
A
D
dp_tx.c
410
peer_stats->
failed_bytes
+= msdu->len;
in ath11k_dp_tx_cache_peer_stats()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H
A
D
debugfs_sta.c
37
STATS_OP_FMT(FAIL).he[0][mcs] += peer_stats->
failed_bytes
;
in ath11k_debugfs_sta_add_tx_stats()
44
STATS_OP_FMT(FAIL).vht[0][mcs] += peer_stats->
failed_bytes
;
in ath11k_debugfs_sta_add_tx_stats()
51
STATS_OP_FMT(FAIL).ht[0][mcs] += peer_stats->
failed_bytes
;
in ath11k_debugfs_sta_add_tx_stats()
60
STATS_OP_FMT(FAIL).legacy[0][mcs] += peer_stats->
failed_bytes
;
in ath11k_debugfs_sta_add_tx_stats()
109
STATS_OP_FMT(FAIL).bw[0][bw] += peer_stats->
failed_bytes
;
in ath11k_debugfs_sta_add_tx_stats()
110
STATS_OP_FMT(FAIL).nss[0][nss] += peer_stats->
failed_bytes
;
in ath11k_debugfs_sta_add_tx_stats()
111
STATS_OP_FMT(FAIL).gi[0][gi] += peer_stats->
failed_bytes
;
in ath11k_debugfs_sta_add_tx_stats()
H
A
D
core.h
475
u32
failed_bytes
;
member
583
u32
failed_bytes
;
member
H
A
D
dp_tx.c
442
peer_stats->
failed_bytes
+= msdu->len;
in ath11k_dp_tx_cache_peer_stats()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H
A
D
core.h
373
u32
failed_bytes
;
member
431
u32
failed_bytes
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H
A
D
htt_rx.c
3565
STATS_OP_FMT(FAIL).vht[0][mcs] += pstats->
failed_bytes
;
in ath10k_accumulate_per_peer_tx_stats()
3572
STATS_OP_FMT(FAIL).ht[0][ht_idx] += pstats->
failed_bytes
;
in ath10k_accumulate_per_peer_tx_stats()
3581
STATS_OP_FMT(FAIL).legacy[0][mcs] += pstats->
failed_bytes
;
in ath10k_accumulate_per_peer_tx_stats()
3630
STATS_OP_FMT(FAIL).bw[0][bw] += pstats->
failed_bytes
;
in ath10k_accumulate_per_peer_tx_stats()
3631
STATS_OP_FMT(FAIL).nss[0][nss - 1] += pstats->
failed_bytes
;
in ath10k_accumulate_per_peer_tx_stats()
3632
STATS_OP_FMT(FAIL).gi[0][gi] += pstats->
failed_bytes
;
in ath10k_accumulate_per_peer_tx_stats()
3649
STATS_OP_FMT(FAIL).rate_table[0][idx] += pstats->
failed_bytes
;
in ath10k_accumulate_per_peer_tx_stats()
3825
p_tx_stats->
failed_bytes
=
in ath10k_htt_fetch_peer_stats()
3826
__le32_to_cpu(tx_stats->
failed_bytes
);
in ath10k_htt_fetch_peer_stats()
3878
p_tx_stats->
failed_bytes
in ath10k_fetch_10_2_tx_stats()
[all...]
H
A
D
htt.h
1745
__le32
failed_bytes
;
member
1774
__le16
failed_bytes
[PEER_STATS_FOR_NO_OF_PPDUS];
member
H
A
D
core.h
969
u32
failed_bytes
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H
A
D
htt_rx.c
3689
STATS_OP_FMT(FAIL).vht[0][mcs] += pstats->
failed_bytes
;
in ath10k_accumulate_per_peer_tx_stats()
3696
STATS_OP_FMT(FAIL).ht[0][ht_idx] += pstats->
failed_bytes
;
in ath10k_accumulate_per_peer_tx_stats()
3705
STATS_OP_FMT(FAIL).legacy[0][mcs] += pstats->
failed_bytes
;
in ath10k_accumulate_per_peer_tx_stats()
3754
STATS_OP_FMT(FAIL).bw[0][bw] += pstats->
failed_bytes
;
in ath10k_accumulate_per_peer_tx_stats()
3755
STATS_OP_FMT(FAIL).nss[0][nss - 1] += pstats->
failed_bytes
;
in ath10k_accumulate_per_peer_tx_stats()
3756
STATS_OP_FMT(FAIL).gi[0][gi] += pstats->
failed_bytes
;
in ath10k_accumulate_per_peer_tx_stats()
3773
STATS_OP_FMT(FAIL).rate_table[0][idx] += pstats->
failed_bytes
;
in ath10k_accumulate_per_peer_tx_stats()
3953
p_tx_stats->
failed_bytes
=
in ath10k_htt_fetch_peer_stats()
3954
__le32_to_cpu(tx_stats->
failed_bytes
);
in ath10k_htt_fetch_peer_stats()
4006
p_tx_stats->
failed_bytes
in ath10k_fetch_10_2_tx_stats()
[all...]
H
A
D
core.h
986
u32
failed_bytes
;
member
H
A
D
htt.h
1635
__le32
failed_bytes
;
member
1664
__le16
failed_bytes
[PEER_STATS_FOR_NO_OF_PPDUS];
member
Completed in 53 milliseconds