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:xmac_stats
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/vxge/
H
A
D
vxge-ethtool.c
238
struct vxge_hw_xmac_stats *
xmac_stats
;
in vxge_get_ethtool_stats()
local
247
xmac_stats
= kzalloc(sizeof(struct vxge_hw_xmac_stats), GFP_KERNEL);
in vxge_get_ethtool_stats()
248
if (
xmac_stats
== NULL) {
in vxge_get_ethtool_stats()
250
"%s : %d Memory Allocation failed for
xmac_stats
",
in vxge_get_ethtool_stats()
258
kfree(
xmac_stats
);
in vxge_get_ethtool_stats()
268
kfree(
xmac_stats
);
in vxge_get_ethtool_stats()
277
status = vxge_hw_device_xmac_stats_get(hldev,
xmac_stats
);
in vxge_get_ethtool_stats()
376
*ptr++ =
xmac_stats
->aggr_stats[k].tx_frms;
in vxge_get_ethtool_stats()
377
*ptr++ =
xmac_stats
->aggr_stats[k].tx_data_octets;
in vxge_get_ethtool_stats()
378
*ptr++ =
xmac_stats
in vxge_get_ethtool_stats()
[all...]
H
A
D
vxge-config.c
1800
struct vxge_hw_xmac_stats *
xmac_stats
)
in vxge_hw_device_xmac_stats_get()
1806
0, &
xmac_stats
->aggr_stats[0]);
in vxge_hw_device_xmac_stats_get()
1811
1, &
xmac_stats
->aggr_stats[1]);
in vxge_hw_device_xmac_stats_get()
1818
i, &
xmac_stats
->port_stats[i]);
in vxge_hw_device_xmac_stats_get()
1830
&
xmac_stats
->vpath_tx_stats[i]);
in vxge_hw_device_xmac_stats_get()
1836
&
xmac_stats
->vpath_rx_stats[i]);
in vxge_hw_device_xmac_stats_get()
1799
vxge_hw_device_
xmac_stats
_get(struct __vxge_hw_device *hldev, struct vxge_hw_
xmac_stats
*
xmac_stats
)
vxge_hw_device_xmac_stats_get()
argument
H
A
D
vxge-traffic.h
1753
struct vxge_hw_xmac_stats *
xmac_stats
);
Completed in 10 milliseconds