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:GET_STAT
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
t4_hw.c
6379
#define
GET_STAT
(name) \
in t4_get_port_stats()
macro
6385
p->tx_octets =
GET_STAT
(TX_PORT_BYTES);
in t4_get_port_stats()
6386
p->tx_frames =
GET_STAT
(TX_PORT_FRAMES);
in t4_get_port_stats()
6387
p->tx_bcast_frames =
GET_STAT
(TX_PORT_BCAST);
in t4_get_port_stats()
6388
p->tx_mcast_frames =
GET_STAT
(TX_PORT_MCAST);
in t4_get_port_stats()
6389
p->tx_ucast_frames =
GET_STAT
(TX_PORT_UCAST);
in t4_get_port_stats()
6390
p->tx_error_frames =
GET_STAT
(TX_PORT_ERROR);
in t4_get_port_stats()
6391
p->tx_frames_64 =
GET_STAT
(TX_PORT_64B);
in t4_get_port_stats()
6392
p->tx_frames_65_127 =
GET_STAT
(TX_PORT_65B_127B);
in t4_get_port_stats()
6393
p->tx_frames_128_255 =
GET_STAT
(TX_PORT_128B_255
in t4_get_port_stats()
6459
#undef
GET_STAT
t4_get_port_stats()
macro
6475
#define
GET_STAT
t4_get_lb_stats()
macro
6507
#undef
GET_STAT
t4_get_lb_stats()
macro
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
t4_hw.c
6349
#define
GET_STAT
(name) \
in t4_get_port_stats()
macro
6355
p->tx_octets =
GET_STAT
(TX_PORT_BYTES);
in t4_get_port_stats()
6356
p->tx_frames =
GET_STAT
(TX_PORT_FRAMES);
in t4_get_port_stats()
6357
p->tx_bcast_frames =
GET_STAT
(TX_PORT_BCAST);
in t4_get_port_stats()
6358
p->tx_mcast_frames =
GET_STAT
(TX_PORT_MCAST);
in t4_get_port_stats()
6359
p->tx_ucast_frames =
GET_STAT
(TX_PORT_UCAST);
in t4_get_port_stats()
6360
p->tx_error_frames =
GET_STAT
(TX_PORT_ERROR);
in t4_get_port_stats()
6361
p->tx_frames_64 =
GET_STAT
(TX_PORT_64B);
in t4_get_port_stats()
6362
p->tx_frames_65_127 =
GET_STAT
(TX_PORT_65B_127B);
in t4_get_port_stats()
6363
p->tx_frames_128_255 =
GET_STAT
(TX_PORT_128B_255
in t4_get_port_stats()
6429
#undef
GET_STAT
t4_get_port_stats()
macro
6445
#define
GET_STAT
t4_get_lb_stats()
macro
6477
#undef
GET_STAT
t4_get_lb_stats()
macro
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/
H
A
D
mwl8k.c
460
MWL8K_CMDNAME(
GET_STAT
);
in mwl8k_cmd_name()
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/
H
A
D
mwl8k.c
460
MWL8K_CMDNAME(
GET_STAT
);
in mwl8k_cmd_name()
Completed in 39 milliseconds