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:soc_stats
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H
A
D
debugfs.c
721
bp_stats = &ab->
soc_stats
.bp_stats.umac_ring_bp_stats[i];
in ath11k_debugfs_dump_soc_ring_bp_stats()
735
&ab->
soc_stats
.bp_stats.lmac_ring_bp_stats[i][pdev_idx];
in ath11k_debugfs_dump_soc_ring_bp_stats()
762
struct ath11k_soc_dp_stats *
soc_stats
= &ab->
soc_stats
;
in ath11k_debugfs_dump_soc_dp_stats()
local
785
soc_stats
->err_ring_pkts);
in ath11k_debugfs_dump_soc_dp_stats()
787
soc_stats
->invalid_rbm);
in ath11k_debugfs_dump_soc_dp_stats()
791
rxdma_err[i],
soc_stats
->rxdma_error[i]);
in ath11k_debugfs_dump_soc_dp_stats()
796
reo_err[i],
soc_stats
->reo_error[i]);
in ath11k_debugfs_dump_soc_dp_stats()
801
soc_stats
->hal_reo_error[0],
in ath11k_debugfs_dump_soc_dp_stats()
802
soc_stats
in ath11k_debugfs_dump_soc_dp_stats()
[all...]
H
A
D
dp_tx.c
135
atomic_inc(&ab->
soc_stats
.tx_err.misc_fail);
in ath11k_dp_tx()
203
atomic_inc(&ab->
soc_stats
.tx_err.misc_fail);
in ath11k_dp_tx()
209
atomic_inc(&ab->
soc_stats
.tx_err.misc_fail);
in ath11k_dp_tx()
233
ab->
soc_stats
.tx_err.desc_na[ti.ring_id]++;
in ath11k_dp_tx()
H
A
D
dp_rx.c
1624
bp_stats = &ab->
soc_stats
.bp_stats.umac_ring_bp_stats[ring_id];
in ath11k_htt_backpressure_event_handler()
1631
bp_stats = &ab->
soc_stats
.bp_stats.lmac_ring_bp_stats[ring_id][pdev_idx];
in ath11k_htt_backpressure_event_handler()
2603
ab->
soc_stats
.hal_reo_error[dp->reo_dst_ring[ring_id].ring_id]++;
in ath11k_dp_process_rx()
3660
ab->
soc_stats
.err_ring_pkts++;
in ath11k_dp_process_rx_err()
3674
ab->
soc_stats
.invalid_rbm++;
in ath11k_dp_process_rx_err()
3827
ar->ab->
soc_stats
.reo_error[rxcb->err_code]++;
in ath11k_dp_rx_h_reo_err()
3882
ar->ab->
soc_stats
.rxdma_error[rxcb->err_code]++;
in ath11k_dp_rx_h_rxdma_err()
4092
ab->
soc_stats
.rxdma_error[rxdma_err_code]++;
in ath11k_dp_process_rxdma_err()
H
A
D
hal_rx.c
333
ab->
soc_stats
.reo_error[err_code]++;
in ath11k_hal_desc_reo_parse_err()
376
ab->
soc_stats
.invalid_rbm++;
in ath11k_hal_wbm_desc_parse_err()
H
A
D
core.h
716
struct ath11k_soc_dp_stats
soc_stats
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H
A
D
debugfs.c
741
bp_stats = &ab->
soc_stats
.bp_stats.umac_ring_bp_stats[i];
in ath11k_debugfs_dump_soc_ring_bp_stats()
755
&ab->
soc_stats
.bp_stats.lmac_ring_bp_stats[i][pdev_idx];
in ath11k_debugfs_dump_soc_ring_bp_stats()
782
struct ath11k_soc_dp_stats *
soc_stats
= &ab->
soc_stats
;
in ath11k_debugfs_dump_soc_dp_stats()
local
805
soc_stats
->err_ring_pkts);
in ath11k_debugfs_dump_soc_dp_stats()
807
soc_stats
->invalid_rbm);
in ath11k_debugfs_dump_soc_dp_stats()
811
rxdma_err[i],
soc_stats
->rxdma_error[i]);
in ath11k_debugfs_dump_soc_dp_stats()
816
reo_err[i],
soc_stats
->reo_error[i]);
in ath11k_debugfs_dump_soc_dp_stats()
821
soc_stats
->hal_reo_error[0],
in ath11k_debugfs_dump_soc_dp_stats()
822
soc_stats
in ath11k_debugfs_dump_soc_dp_stats()
[all...]
H
A
D
dp_tx.c
130
atomic_inc(&ab->
soc_stats
.tx_err.misc_fail);
in ath11k_dp_tx()
207
atomic_inc(&ab->
soc_stats
.tx_err.misc_fail);
in ath11k_dp_tx()
213
atomic_inc(&ab->
soc_stats
.tx_err.misc_fail);
in ath11k_dp_tx()
237
ab->
soc_stats
.tx_err.desc_na[ti.ring_id]++;
in ath11k_dp_tx()
H
A
D
core.h
932
struct ath11k_soc_dp_stats
soc_stats
;
member
H
A
D
dp_rx.c
1667
bp_stats = &ab->
soc_stats
.bp_stats.umac_ring_bp_stats[ring_id];
in ath11k_htt_backpressure_event_handler()
1674
bp_stats = &ab->
soc_stats
.bp_stats.lmac_ring_bp_stats[ring_id][pdev_idx];
in ath11k_htt_backpressure_event_handler()
2703
ab->
soc_stats
.hal_reo_error[dp->reo_dst_ring[ring_id].ring_id]++;
in ath11k_dp_process_rx()
3801
ab->
soc_stats
.err_ring_pkts++;
in ath11k_dp_process_rx_err()
3815
ab->
soc_stats
.invalid_rbm++;
in ath11k_dp_process_rx_err()
3971
ar->ab->
soc_stats
.reo_error[rxcb->err_code]++;
in ath11k_dp_rx_h_reo_err()
4027
ar->ab->
soc_stats
.rxdma_error[rxcb->err_code]++;
in ath11k_dp_rx_h_rxdma_err()
4233
ab->
soc_stats
.rxdma_error[rxdma_err_code]++;
in ath11k_dp_process_rxdma_err()
H
A
D
hal_rx.c
330
ab->
soc_stats
.reo_error[err_code]++;
in ath11k_hal_desc_reo_parse_err()
375
ab->
soc_stats
.invalid_rbm++;
in ath11k_hal_wbm_desc_parse_err()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H
A
D
hal_rx.c
329
ab->
soc_stats
.reo_error[err_code]++;
in ath12k_hal_desc_reo_parse_err()
384
ab->
soc_stats
.invalid_rbm++;
in ath12k_hal_wbm_desc_parse_err()
396
ab->
soc_stats
.invalid_rbm++;
in ath12k_hal_wbm_desc_parse_err()
H
A
D
dp_tx.c
240
atomic_inc(&ab->
soc_stats
.tx_err.misc_fail);
in ath12k_dp_tx()
246
atomic_inc(&ab->
soc_stats
.tx_err.misc_fail);
in ath12k_dp_tx()
300
ab->
soc_stats
.tx_err.desc_na[ti.ring_id]++;
in ath12k_dp_tx()
H
A
D
core.h
740
struct ath12k_soc_dp_stats
soc_stats
;
member
H
A
D
dp_rx.c
2670
ab->
soc_stats
.hal_reo_error[dp->reo_dst_ring[ring_id].ring_id]++;
in ath12k_dp_rx_process()
3435
ab->
soc_stats
.err_ring_pkts++;
in ath12k_dp_rx_process_err()
3450
ab->
soc_stats
.invalid_rbm++;
in ath12k_dp_rx_process_err()
3611
ar->ab->
soc_stats
.reo_error[rxcb->err_code]++;
in ath12k_dp_rx_h_reo_err()
3671
ar->ab->
soc_stats
.rxdma_error[rxcb->err_code]++;
in ath12k_dp_rx_h_rxdma_err()
Completed in 40 milliseconds