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:txsc_stats
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/
H
A
D
aq_macsec.c
1728
struct aq_macsec_tx_sc_stats *
txsc_stats
;
in aq_macsec_get_stats()
local
1773
txsc_stats
= &aq_txsc->stats;
in aq_macsec_get_stats()
1775
data[++i] =
txsc_stats
->sc_protected_pkts;
in aq_macsec_get_stats()
1776
data[++i] =
txsc_stats
->sc_encrypted_pkts;
in aq_macsec_get_stats()
1777
data[++i] =
txsc_stats
->sc_protected_octets;
in aq_macsec_get_stats()
1778
data[++i] =
txsc_stats
->sc_encrypted_octets;
in aq_macsec_get_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/
H
A
D
aq_macsec.c
1671
struct aq_macsec_tx_sc_stats *
txsc_stats
;
in aq_macsec_get_stats()
local
1716
txsc_stats
= &aq_txsc->stats;
in aq_macsec_get_stats()
1718
data[++i] =
txsc_stats
->sc_protected_pkts;
in aq_macsec_get_stats()
1719
data[++i] =
txsc_stats
->sc_encrypted_pkts;
in aq_macsec_get_stats()
1720
data[++i] =
txsc_stats
->sc_protected_octets;
in aq_macsec_get_stats()
1721
data[++i] =
txsc_stats
->sc_encrypted_octets;
in aq_macsec_get_stats()
/kernel/linux/linux-5.10/drivers/net/
H
A
D
macsec.c
526
struct pcpu_tx_sc_stats *
txsc_stats
= this_cpu_ptr(tx_sc->stats);
in macsec_count_tx()
local
528
u64_stats_update_begin(&
txsc_stats
->syncp);
in macsec_count_tx()
530
txsc_stats
->stats.OutOctetsEncrypted += msdu_len;
in macsec_count_tx()
531
txsc_stats
->stats.OutPktsEncrypted++;
in macsec_count_tx()
534
txsc_stats
->stats.OutOctetsProtected += msdu_len;
in macsec_count_tx()
535
txsc_stats
->stats.OutPktsProtected++;
in macsec_count_tx()
538
u64_stats_update_end(&
txsc_stats
->syncp);
in macsec_count_tx()
/kernel/linux/linux-6.6/drivers/net/
H
A
D
macsec.c
504
struct pcpu_tx_sc_stats *
txsc_stats
= this_cpu_ptr(tx_sc->stats);
in macsec_count_tx()
local
506
u64_stats_update_begin(&
txsc_stats
->syncp);
in macsec_count_tx()
508
txsc_stats
->stats.OutOctetsEncrypted += msdu_len;
in macsec_count_tx()
509
txsc_stats
->stats.OutPktsEncrypted++;
in macsec_count_tx()
512
txsc_stats
->stats.OutOctetsProtected += msdu_len;
in macsec_count_tx()
513
txsc_stats
->stats.OutPktsProtected++;
in macsec_count_tx()
516
u64_stats_update_end(&
txsc_stats
->syncp);
in macsec_count_tx()
Completed in 15 milliseconds