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_coalesce
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/can/spi/mcp251xfd/
H
A
D
mcp251xfd-ethtool.c
51
priv->tx_obj_num_coalesce_irq = layout.
tx_coalesce
;
in mcp251xfd_ring_set_ringparam()
103
layout.
tx_coalesce
!= priv->tx_obj_num_coalesce_irq ||
in mcp251xfd_ring_set_coalesce()
113
priv->tx_obj_num_coalesce_irq = layout.
tx_coalesce
;
in mcp251xfd_ring_set_coalesce()
H
A
D
mcp251xfd-ram.c
146
layout->
tx_coalesce
= num_tx_coalesce;
in can_ram_get_layout()
151
layout->
tx_coalesce
= 0;
in can_ram_get_layout()
H
A
D
mcp251xfd-ram.h
53
u8
tx_coalesce
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/dlink/
H
A
D
dl2k.c
30
static int
tx_coalesce
=16; /* HW xmit count each TxDMAComplete */
variable
45
module_param(
tx_coalesce
, int, 0); /* HW xmit count each TxDMAComplete */
154
np->
tx_coalesce
= 1;
in rio_probe1()
208
if (
tx_coalesce
< 1)
in rio_probe1()
209
tx_coalesce
= 1;
in rio_probe1()
210
else if (
tx_coalesce
> TX_RING_SIZE-1)
in rio_probe1()
211
tx_coalesce
= TX_RING_SIZE - 1;
in rio_probe1()
271
if (
tx_coalesce
> 1)
in rio_probe1()
272
printk(KERN_INFO "
tx_coalesce
:\t%d packets\n",
in rio_probe1()
273
tx_coalesce
);
in rio_probe1()
[all...]
H
A
D
dl2k.h
383
unsigned int
tx_coalesce
; /* Maximum frames each tx interrupt */
member
/kernel/linux/linux-6.6/drivers/net/ethernet/dlink/
H
A
D
dl2k.c
30
static int
tx_coalesce
=16; /* HW xmit count each TxDMAComplete */
variable
45
module_param(
tx_coalesce
, int, 0); /* HW xmit count each TxDMAComplete */
154
np->
tx_coalesce
= 1;
in rio_probe1()
208
if (
tx_coalesce
< 1)
in rio_probe1()
209
tx_coalesce
= 1;
in rio_probe1()
210
else if (
tx_coalesce
> TX_RING_SIZE-1)
in rio_probe1()
211
tx_coalesce
= TX_RING_SIZE - 1;
in rio_probe1()
271
if (
tx_coalesce
> 1)
in rio_probe1()
272
printk(KERN_INFO "
tx_coalesce
:\t%d packets\n",
in rio_probe1()
273
tx_coalesce
);
in rio_probe1()
[all...]
H
A
D
dl2k.h
383
unsigned int
tx_coalesce
; /* Maximum frames each tx interrupt */
member
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
H
A
D
stmmac.h
153
int
tx_coalesce
;
member
Completed in 7 milliseconds