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:dim_coal_hw
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/pensando/ionic/
H
A
D
ionic_dev.h
243
u32
dim_coal_hw
;
member
H
A
D
ionic_debugfs.c
192
debugfs_create_u32("
dim_coal_hw
", 0400, intr_dentry,
in ionic_debugfs_add_qcq()
193
&intr->
dim_coal_hw
);
in ionic_debugfs_add_qcq()
H
A
D
ionic_ethtool.c
494
lif->rxqcqs[i]->intr.
dim_coal_hw
= rx_dim;
in ionic_set_coalesce()
501
lif->txqcqs[i]->intr.
dim_coal_hw
= tx_dim;
in ionic_set_coalesce()
H
A
D
ionic_lif.c
61
if (intr->
dim_coal_hw
!= new_coal) {
in ionic_dim_work()
62
intr->
dim_coal_hw
= new_coal;
in ionic_dim_work()
65
intr->index, intr->
dim_coal_hw
);
in ionic_dim_work()
1729
lif->txqcqs[i]->intr.
dim_coal_hw
= lif->tx_coalesce_hw;
in ionic_txrx_alloc()
1750
lif->rxqcqs[i]->intr.
dim_coal_hw
= lif->rx_coalesce_hw;
in ionic_txrx_alloc()
2327
lif->txqcqs[i]->intr.
dim_coal_hw
= lif->tx_coalesce_hw;
in ionic_reconfigure_queues()
H
A
D
ionic_txrx.c
426
if (!qcq->intr.
dim_coal_hw
)
in ionic_dim_update()
/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/
H
A
D
ionic_debugfs.c
190
debugfs_create_u32("
dim_coal_hw
", 0400, intr_dentry,
in ionic_debugfs_add_qcq()
191
&intr->
dim_coal_hw
);
in ionic_debugfs_add_qcq()
H
A
D
ionic_dev.h
277
u32
dim_coal_hw
;
member
H
A
D
ionic_ethtool.c
508
lif->rxqcqs[i]->intr.
dim_coal_hw
= rx_dim;
in ionic_set_coalesce()
515
lif->txqcqs[i]->intr.
dim_coal_hw
= tx_dim;
in ionic_set_coalesce()
H
A
D
ionic_lif.c
65
if (intr->
dim_coal_hw
!= new_coal) {
in ionic_dim_work()
66
intr->
dim_coal_hw
= new_coal;
in ionic_dim_work()
69
intr->index, intr->
dim_coal_hw
);
in ionic_dim_work()
2086
lif->txqcqs[i]->intr.
dim_coal_hw
= lif->tx_coalesce_hw;
in ionic_txrx_alloc()
2118
lif->rxqcqs[i]->intr.
dim_coal_hw
= lif->rx_coalesce_hw;
in ionic_txrx_alloc()
3023
lif->txqcqs[i]->intr.
dim_coal_hw
= lif->tx_coalesce_hw;
in ionic_reconfigure_queues()
H
A
D
ionic_txrx.c
540
if (!qcq->intr.
dim_coal_hw
)
in ionic_dim_update()
Completed in 17 milliseconds