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:coalesce_delay_tx
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/xilinx/
H
A
D
ll_temac.h
383
u8
coalesce_delay_tx
;
member
H
A
D
ll_temac_main.c
383
lp->
coalesce_delay_tx
<< 24 | lp->coalesce_count_tx << 16 |
in temac_dma_bd_init()
1321
ec->tx_coalesce_usecs = (lp->
coalesce_delay_tx
* 512) / 100;
in ll_temac_ethtools_get_coalesce()
1347
lp->
coalesce_delay_tx
=
in ll_temac_ethtools_set_coalesce()
1476
lp->
coalesce_delay_tx
= 0x10;
in temac_probe()
1543
lp->
coalesce_delay_tx
= pdata->tx_irq_timeout;
in temac_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/xilinx/
H
A
D
ll_temac.h
393
u8
coalesce_delay_tx
;
member
H
A
D
ll_temac_main.c
380
lp->
coalesce_delay_tx
<< 24 | lp->coalesce_count_tx << 16 |
in temac_dma_bd_init()
1334
ec->tx_coalesce_usecs = (lp->
coalesce_delay_tx
* 512) / 100;
in ll_temac_ethtools_get_coalesce()
1363
lp->
coalesce_delay_tx
=
in ll_temac_ethtools_set_coalesce()
1491
lp->
coalesce_delay_tx
= 0x10;
in temac_probe()
1558
lp->
coalesce_delay_tx
= pdata->tx_irq_timeout;
in temac_probe()
Completed in 7 milliseconds