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:rxcoal
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/cisco/enic/
H
A
D
enic_ethtool.c
304
struct enic_rx_coal *
rxcoal
= &enic->rx_coalesce_setting;
in enic_get_coalesce()
local
309
if (
rxcoal
->use_adaptive_rx_coalesce)
in enic_get_coalesce()
311
ecmd->rx_coalesce_usecs_low =
rxcoal
->small_pkt_range_start;
in enic_get_coalesce()
312
ecmd->rx_coalesce_usecs_high =
rxcoal
->range_end;
in enic_get_coalesce()
356
struct enic_rx_coal *
rxcoal
= &enic->rx_coalesce_setting;
in enic_set_coalesce()
local
380
rxcoal
->use_adaptive_rx_coalesce = !!ecmd->use_adaptive_rx_coalesce;
in enic_set_coalesce()
381
if (!
rxcoal
->use_adaptive_rx_coalesce)
in enic_set_coalesce()
384
rxcoal
->range_end = rx_coalesce_usecs_high;
in enic_set_coalesce()
385
rxcoal
->small_pkt_range_start = rx_coalesce_usecs_low;
in enic_set_coalesce()
386
rxcoal
in enic_set_coalesce()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/cisco/enic/
H
A
D
enic_ethtool.c
295
struct enic_rx_coal *
rxcoal
= &enic->rx_coalesce_setting;
in enic_get_coalesce()
local
300
if (
rxcoal
->use_adaptive_rx_coalesce)
in enic_get_coalesce()
302
ecmd->rx_coalesce_usecs_low =
rxcoal
->small_pkt_range_start;
in enic_get_coalesce()
303
ecmd->rx_coalesce_usecs_high =
rxcoal
->range_end;
in enic_get_coalesce()
349
struct enic_rx_coal *
rxcoal
= &enic->rx_coalesce_setting;
in enic_set_coalesce()
local
373
rxcoal
->use_adaptive_rx_coalesce = !!ecmd->use_adaptive_rx_coalesce;
in enic_set_coalesce()
374
if (!
rxcoal
->use_adaptive_rx_coalesce)
in enic_set_coalesce()
377
rxcoal
->range_end = rx_coalesce_usecs_high;
in enic_set_coalesce()
378
rxcoal
->small_pkt_range_start = rx_coalesce_usecs_low;
in enic_set_coalesce()
379
rxcoal
in enic_set_coalesce()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/alteon/
H
A
D
acenic.c
2620
ecmd->
rxcoal
= readl(®s->TuneRxCoalTicks);
in ace_get_link_ksettings()
/kernel/linux/linux-6.6/drivers/net/ethernet/alteon/
H
A
D
acenic.c
2616
ecmd->
rxcoal
= readl(®s->TuneRxCoalTicks);
in ace_get_link_ksettings()
Completed in 9 milliseconds