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:rx_ictt
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/
H
A
D
enetc_ethtool.c
577
ic->rx_coalesce_usecs = enetc_cycles_to_usecs(v->
rx_ictt
);
in enetc_get_coalesce()
591
u32
rx_ictt
, tx_ictt;
in enetc_set_coalesce()
local
596
rx_ictt
= enetc_usecs_to_cycles(ic->rx_coalesce_usecs);
in enetc_set_coalesce()
607
rx_ictt
= 0x1;
in enetc_set_coalesce()
609
ic_mode |=
rx_ictt
? ENETC_IC_RX_MANUAL : 0;
in enetc_set_coalesce()
623
v->
rx_ictt
=
rx_ictt
;
in enetc_set_coalesce()
H
A
D
enetc.h
198
u32
rx_ictt
;
member
H
A
D
enetc.c
273
enetc_wr_reg_hot(v->ricr1, v->
rx_ictt
);
in enetc_msix()
297
v->
rx_ictt
= enetc_usecs_to_cycles(moder.usec);
in enetc_rx_dim_work()
1827
v->
rx_ictt
= 0x1;
in enetc_alloc_msix()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/enetc/
H
A
D
enetc_ethtool.c
777
ic->rx_coalesce_usecs = enetc_cycles_to_usecs(v->
rx_ictt
);
in enetc_get_coalesce()
793
u32
rx_ictt
, tx_ictt;
in enetc_set_coalesce()
local
798
rx_ictt
= enetc_usecs_to_cycles(ic->rx_coalesce_usecs);
in enetc_set_coalesce()
809
rx_ictt
= 0x1;
in enetc_set_coalesce()
811
ic_mode |=
rx_ictt
? ENETC_IC_RX_MANUAL : 0;
in enetc_set_coalesce()
825
v->
rx_ictt
=
rx_ictt
;
in enetc_set_coalesce()
H
A
D
enetc.h
292
u32
rx_ictt
;
member
H
A
D
enetc.c
684
enetc_wr_reg_hot(v->ricr1, v->
rx_ictt
);
in enetc_msix()
704
v->
rx_ictt
= enetc_usecs_to_cycles(moder.usec);
in enetc_rx_dim_work()
3031
v->
rx_ictt
= 0x1;
in enetc_alloc_msix()
Completed in 12 milliseconds