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_time_coal
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/
H
A
D
mvpp2_main.c
2451
u32 val = mvpp2_usec_to_cycles(port->
tx_time_coal
, freq);
in mvpp2_tx_time_coal_set()
2454
port->
tx_time_coal
=
in mvpp2_tx_time_coal_set()
2458
val = mvpp2_usec_to_cycles(port->
tx_time_coal
, freq);
in mvpp2_tx_time_coal_set()
5050
port->
tx_time_coal
= c->tx_coalesce_usecs;
in mvpp2_ethtool_set_coalesce()
5075
c->tx_coalesce_usecs = port->
tx_time_coal
;
in mvpp2_ethtool_get_coalesce()
5577
port->
tx_time_coal
= MVPP2_TXDONE_COAL_USEC;
in mvpp2_port_init()
H
A
D
mvpp2.h
1163
u32
tx_time_coal
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/
H
A
D
mvpp2_main.c
2796
u32 val = mvpp2_usec_to_cycles(port->
tx_time_coal
, freq);
in mvpp2_tx_time_coal_set()
2799
port->
tx_time_coal
=
in mvpp2_tx_time_coal_set()
2803
val = mvpp2_usec_to_cycles(port->
tx_time_coal
, freq);
in mvpp2_tx_time_coal_set()
5426
port->
tx_time_coal
= c->tx_coalesce_usecs;
in mvpp2_ethtool_set_coalesce()
5454
c->tx_coalesce_usecs = port->
tx_time_coal
;
in mvpp2_ethtool_get_coalesce()
5962
port->
tx_time_coal
= MVPP2_TXDONE_COAL_USEC;
in mvpp2_port_init()
H
A
D
mvpp2.h
1256
u32
tx_time_coal
;
member
Completed in 26 milliseconds