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:tx_ucast_packets
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/pensando/ionic/
H
A
D
ionic_if.h
2530
__le64
tx_ucast_packets
;
member
H
A
D
ionic_lif.c
935
ns->tx_packets = le64_to_cpu(ls->
tx_ucast_packets
) +
in ionic_get_stats64()
1961
vf_stats->tx_packets = le64_to_cpu(vs->
tx_ucast_packets
);
in ionic_get_vf_stats()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H
A
D
tg3.h
2778
tg3_stat64_t
tx_ucast_packets
;
member
2957
u64
tx_ucast_packets
;
member
H
A
D
tg3.c
415
{ "
tx_ucast_packets
" },
10926
TG3_STAT_ADD32(&sp->
tx_ucast_packets
, MAC_TX_STATS_UCAST);
in tg3_periodic_fetch_stats()
10930
(sp->
tx_ucast_packets
.low + sp->tx_mcast_packets.low +
in tg3_periodic_fetch_stats()
11905
ESTAT_ADD(
tx_ucast_packets
);
in tg3_get_estats()
11946
get_stat64(&hw_stats->
tx_ucast_packets
) +
in tg3_get_nstats()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H
A
D
tg3.h
2778
tg3_stat64_t
tx_ucast_packets
;
member
2957
u64
tx_ucast_packets
;
member
H
A
D
tg3.c
416
{ "
tx_ucast_packets
" },
10910
TG3_STAT_ADD32(&sp->
tx_ucast_packets
, MAC_TX_STATS_UCAST);
in tg3_periodic_fetch_stats()
10914
(sp->
tx_ucast_packets
.low + sp->tx_mcast_packets.low +
in tg3_periodic_fetch_stats()
11885
ESTAT_ADD(
tx_ucast_packets
);
in tg3_get_estats()
11926
get_stat64(&hw_stats->
tx_ucast_packets
) +
in tg3_get_nstats()
/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/
H
A
D
ionic_if.h
2748
__le64
tx_ucast_packets
;
member
H
A
D
ionic_lif.c
1300
ns->tx_packets = le64_to_cpu(ls->
tx_ucast_packets
) +
in ionic_get_stats64()
2459
vf_stats->tx_packets = le64_to_cpu(vs->
tx_ucast_packets
);
in ionic_get_vf_stats()
Completed in 75 milliseconds