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:untagged_pkts
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/
H
A
D
aq_macsec.h
33
u64
untagged_pkts
;
member
51
u64
untagged_pkts
;
member
H
A
D
aq_macsec.c
151
stats->in.
untagged_pkts
=
in aq_get_macsec_common_stats()
152
STATS_2x32_TO_64(ingress_counters.
untagged_pkts
);
in aq_get_macsec_common_stats()
181
stats->out.
untagged_pkts
=
in aq_get_macsec_common_stats()
182
STATS_2x32_TO_64(egress_counters.
untagged_pkts
);
in aq_get_macsec_common_stats()
1054
ctx->stats.dev_stats->OutPktsUntagged = stats->out.
untagged_pkts
;
in aq_mdo_get_dev_stats()
1055
ctx->stats.dev_stats->InPktsUntagged = stats->in.
untagged_pkts
;
in aq_mdo_get_dev_stats()
1749
data[++i] = common_stats->in.
untagged_pkts
;
in aq_macsec_get_stats()
1763
data[++i] = common_stats->out.
untagged_pkts
;
in aq_macsec_get_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/
H
A
D
aq_macsec.h
33
u64
untagged_pkts
;
member
51
u64
untagged_pkts
;
member
H
A
D
aq_macsec.c
151
stats->in.
untagged_pkts
=
in aq_get_macsec_common_stats()
152
STATS_2x32_TO_64(ingress_counters.
untagged_pkts
);
in aq_get_macsec_common_stats()
181
stats->out.
untagged_pkts
=
in aq_get_macsec_common_stats()
182
STATS_2x32_TO_64(egress_counters.
untagged_pkts
);
in aq_get_macsec_common_stats()
1009
ctx->stats.dev_stats->OutPktsUntagged = stats->out.
untagged_pkts
;
in aq_mdo_get_dev_stats()
1010
ctx->stats.dev_stats->InPktsUntagged = stats->in.
untagged_pkts
;
in aq_mdo_get_dev_stats()
1692
data[++i] = common_stats->in.
untagged_pkts
;
in aq_macsec_get_stats()
1706
data[++i] = common_stats->out.
untagged_pkts
;
in aq_macsec_get_stats()
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/macsec/
H
A
D
macsec_struct.h
754
u32
untagged_pkts
[2];
member
860
u32
untagged_pkts
[2];
member
H
A
D
macsec_api.c
1956
counters->
untagged_pkts
[0] =
in get_egress_common_counters()
1958
counters->
untagged_pkts
[1] =
in get_egress_common_counters()
2210
counters->
untagged_pkts
[0] =
in get_ingress_common_counters()
2212
counters->
untagged_pkts
[1] =
in get_ingress_common_counters()
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/macsec/
H
A
D
macsec_struct.h
754
u32
untagged_pkts
[2];
member
860
u32
untagged_pkts
[2];
member
H
A
D
macsec_api.c
1956
counters->
untagged_pkts
[0] =
in get_egress_common_counters()
1958
counters->
untagged_pkts
[1] =
in get_egress_common_counters()
2210
counters->
untagged_pkts
[0] =
in get_ingress_common_counters()
2212
counters->
untagged_pkts
[1] =
in get_ingress_common_counters()
Completed in 13 milliseconds