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_coalesce
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/can/spi/mcp251xfd/
H
A
D
mcp251xfd-ethtool.c
49
priv->rx_obj_num_coalesce_irq = layout.
rx_coalesce
;
in mcp251xfd_ring_set_ringparam()
101
if ((layout.
rx_coalesce
!= priv->rx_obj_num_coalesce_irq ||
in mcp251xfd_ring_set_coalesce()
109
priv->rx_obj_num_coalesce_irq = layout.
rx_coalesce
;
in mcp251xfd_ring_set_coalesce()
H
A
D
mcp251xfd-ram.c
145
layout->
rx_coalesce
= num_rx_coalesce;
in can_ram_get_layout()
150
layout->
rx_coalesce
= 0;
in can_ram_get_layout()
H
A
D
mcp251xfd-ram.h
52
u8
rx_coalesce
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/dlink/
H
A
D
dl2k.c
28
static int
rx_coalesce
=10; /* Rx frame count each interrupt */
variable
43
module_param(
rx_coalesce
, int, 0); /* Rx frame count each interrupt */
200
if (
rx_coalesce
> 0 && rx_timeout > 0) {
in rio_probe1()
201
np->
rx_coalesce
=
rx_coalesce
;
in rio_probe1()
276
"
rx_coalesce
:\t%d packets\n"
in rio_probe1()
278
np->
rx_coalesce
, np->rx_timeout*640);
in rio_probe1()
574
dw32(RxDMAIntCtrl, np->
rx_coalesce
| np->rx_timeout << 16);
in rio_hw_init()
H
A
D
dl2k.h
381
unsigned int
rx_coalesce
; /* Maximum frames each RxDMAComplete intr */
member
/kernel/linux/linux-6.6/drivers/net/ethernet/dlink/
H
A
D
dl2k.c
28
static int
rx_coalesce
=10; /* Rx frame count each interrupt */
variable
43
module_param(
rx_coalesce
, int, 0); /* Rx frame count each interrupt */
200
if (
rx_coalesce
> 0 && rx_timeout > 0) {
in rio_probe1()
201
np->
rx_coalesce
=
rx_coalesce
;
in rio_probe1()
276
"
rx_coalesce
:\t%d packets\n"
in rio_probe1()
278
np->
rx_coalesce
, np->rx_timeout*640);
in rio_probe1()
573
dw32(RxDMAIntCtrl, np->
rx_coalesce
| np->rx_timeout << 16);
in rio_hw_init()
H
A
D
dl2k.h
381
unsigned int
rx_coalesce
; /* Maximum frames each RxDMAComplete intr */
member
Completed in 8 milliseconds