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_frames_64
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
H
A
D
common.h
209
u64
tx_frames_64
; /* # of Tx frames in a particular range */
member
H
A
D
xgmac.c
642
RMON_UPDATE(mac,
tx_frames_64
, TX_64B_FRAMES);
in t3_mac_update_stats()
H
A
D
cxgb3_main.c
1682
*data++ = s->
tx_frames_64
;
in get_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H
A
D
common.h
209
u64
tx_frames_64
; /* # of Tx frames in a particular range */
member
H
A
D
xgmac.c
642
RMON_UPDATE(mac,
tx_frames_64
, TX_64B_FRAMES);
in t3_mac_update_stats()
H
A
D
cxgb3_main.c
1681
*data++ = s->
tx_frames_64
;
in get_stats()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cxgb4.h
213
u64
tx_frames_64
; /* # of Tx frames in a particular range */
member
H
A
D
t4_hw.c
6391
p->
tx_frames_64
= GET_STAT(TX_PORT_64B);
in t4_get_port_stats()
6411
p->
tx_frames_64
-= p->tx_pause;
in t4_get_port_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cxgb4.h
213
u64
tx_frames_64
; /* # of Tx frames in a particular range */
member
H
A
D
t4_hw.c
6361
p->
tx_frames_64
= GET_STAT(TX_PORT_64B);
in t4_get_port_stats()
6381
p->
tx_frames_64
-= p->tx_pause;
in t4_get_port_stats()
Completed in 49 milliseconds