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:hinic_port_stats
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/
H
A
D
hinic_ethtool.c
1251
static struct hinic_stats
hinic_port_stats
[] = {
variable
1426
ARRAY_LEN(
hinic_port_stats
) * sizeof(*data));
in hinic_get_ethtool_stats()
1427
i += ARRAY_LEN(
hinic_port_stats
);
in hinic_get_ethtool_stats()
1436
for (j = 0; j < ARRAY_LEN(
hinic_port_stats
); j++, i++) {
in hinic_get_ethtool_stats()
1437
p = (char *)port_stats +
hinic_port_stats
[j].offset;
in hinic_get_ethtool_stats()
1438
data[i] = (
hinic_port_stats
[j].size ==
in hinic_get_ethtool_stats()
1462
count += ARRAY_LEN(
hinic_port_stats
);
in hinic_get_sset_count()
1488
for (i = 0; i < ARRAY_LEN(
hinic_port_stats
); i++) {
in hinic_get_strings()
1489
memcpy(p,
hinic_port_stats
[i].name,
in hinic_get_strings()
H
A
D
hinic_port.h
598
struct
hinic_port_stats
{
struct
H
A
D
hinic_port.c
1015
struct
hinic_port_stats
*port_stats;
in hinic_get_phy_port_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/
H
A
D
hinic_ethtool.c
1249
static struct hinic_stats
hinic_port_stats
[] = {
variable
1424
ARRAY_SIZE(
hinic_port_stats
) * sizeof(*data));
in hinic_get_ethtool_stats()
1425
i += ARRAY_SIZE(
hinic_port_stats
);
in hinic_get_ethtool_stats()
1434
for (j = 0; j < ARRAY_SIZE(
hinic_port_stats
); j++, i++) {
in hinic_get_ethtool_stats()
1435
p = (char *)port_stats +
hinic_port_stats
[j].offset;
in hinic_get_ethtool_stats()
1436
data[i] = (
hinic_port_stats
[j].size ==
in hinic_get_ethtool_stats()
1460
count += ARRAY_SIZE(
hinic_port_stats
);
in hinic_get_sset_count()
1486
for (i = 0; i < ARRAY_SIZE(
hinic_port_stats
); i++) {
in hinic_get_strings()
1487
memcpy(p,
hinic_port_stats
[i].name,
in hinic_get_strings()
H
A
D
hinic_port.h
609
struct
hinic_port_stats
{
struct
H
A
D
hinic_port.c
1030
struct
hinic_port_stats
*port_stats;
in hinic_get_phy_port_stats()
Completed in 13 milliseconds