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_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
576
ic->tx_coalesce_usecs = enetc_cycles_to_usecs(priv->
tx_ictt
);
in enetc_get_coalesce()
591
u32 rx_ictt,
tx_ictt
;
in enetc_set_coalesce()
local
595
tx_ictt
= enetc_usecs_to_cycles(ic->tx_coalesce_usecs);
in enetc_set_coalesce()
612
ic_mode |=
tx_ictt
? ENETC_IC_TX_MANUAL : 0;
in enetc_set_coalesce()
615
changed = (ic_mode != priv->ic_mode) || (priv->
tx_ictt
!=
tx_ictt
);
in enetc_set_coalesce()
618
priv->
tx_ictt
=
tx_ictt
;
in enetc_set_coalesce()
H
A
D
enetc.h
270
u32
tx_ictt
;
member
H
A
D
enetc.c
1146
priv->
tx_ictt
= ENETC_TXIC_TIMETHR;
in enetc_init_si_rings_params()
1412
enetc_txbdr_wr(hw, i, ENETC_TBICR1, priv->
tx_ictt
);
in enetc_setup_interrupts()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/enetc/
H
A
D
enetc_ethtool.c
776
ic->tx_coalesce_usecs = enetc_cycles_to_usecs(priv->
tx_ictt
);
in enetc_get_coalesce()
793
u32 rx_ictt,
tx_ictt
;
in enetc_set_coalesce()
local
797
tx_ictt
= enetc_usecs_to_cycles(ic->tx_coalesce_usecs);
in enetc_set_coalesce()
814
ic_mode |=
tx_ictt
? ENETC_IC_TX_MANUAL : 0;
in enetc_set_coalesce()
817
changed = (ic_mode != priv->ic_mode) || (priv->
tx_ictt
!=
tx_ictt
);
in enetc_set_coalesce()
820
priv->
tx_ictt
=
tx_ictt
;
in enetc_set_coalesce()
H
A
D
enetc.h
381
u32
tx_ictt
;
member
H
A
D
enetc.c
2088
priv->
tx_ictt
= ENETC_TXIC_TIMETHR;
in enetc_init_si_rings_params()
2384
enetc_txbdr_wr(hw, i, ENETC_TBICR1, priv->
tx_ictt
);
in enetc_setup_interrupts()
Completed in 11 milliseconds