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:coal_intvl
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
H
A
D
cpsw_ethtool.c
159
coal->rx_coalesce_usecs = cpsw->
coal_intvl
;
in cpsw_get_coalesce()
170
u32
coal_intvl
= 0;
in cpsw_set_coalesce()
local
173
coal_intvl
= coal->rx_coalesce_usecs;
in cpsw_set_coalesce()
183
if (
coal_intvl
< CPSW_CMINTMIN_INTVL)
in cpsw_set_coalesce()
184
coal_intvl
= CPSW_CMINTMIN_INTVL;
in cpsw_set_coalesce()
186
if (
coal_intvl
> CPSW_CMINTMAX_INTVL) {
in cpsw_set_coalesce()
194
if (
coal_intvl
> (CPSW_CMINTMAX_INTVL * addnl_dvdr))
in cpsw_set_coalesce()
195
coal_intvl
= (CPSW_CMINTMAX_INTVL
in cpsw_set_coalesce()
199
coal_intvl
= CPSW_CMINTMAX_INTVL;
in cpsw_set_coalesce()
203
num_interrupts = (1000 * addnl_dvdr) /
coal_intvl
;
in cpsw_set_coalesce()
[all...]
H
A
D
davinci_emac.c
327
u32
coal_intvl
;
member
395
coal->rx_coalesce_usecs = priv->
coal_intvl
;
in emac_get_coalesce()
413
u32 prescale = 0, addnl_dvdr = 1,
coal_intvl
= 0;
in emac_set_coalesce()
local
416
priv->
coal_intvl
= 0;
in emac_set_coalesce()
430
coal_intvl
= coal->rx_coalesce_usecs;
in emac_set_coalesce()
437
if (
coal_intvl
< EMAC_DM646X_CMINTMIN_INTVL)
in emac_set_coalesce()
438
coal_intvl
= EMAC_DM646X_CMINTMIN_INTVL;
in emac_set_coalesce()
440
if (
coal_intvl
> EMAC_DM646X_CMINTMAX_INTVL) {
in emac_set_coalesce()
449
if (
coal_intvl
> (EMAC_DM646X_CMINTMAX_INTVL
in emac_set_coalesce()
451
coal_intvl
in emac_set_coalesce()
[all...]
H
A
D
cpsw_priv.h
339
u32
coal_intvl
;
member
H
A
D
cpsw_new.c
900
if (cpsw->
coal_intvl
!= 0) {
in cpsw_ndo_open()
903
coal.rx_coalesce_usecs = cpsw->
coal_intvl
;
in cpsw_ndo_open()
H
A
D
cpsw.c
852
if (cpsw->
coal_intvl
!= 0) {
in cpsw_ndo_open()
855
coal.rx_coalesce_usecs = cpsw->
coal_intvl
;
in cpsw_ndo_open()
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/
H
A
D
cpsw_ethtool.c
161
coal->rx_coalesce_usecs = cpsw->
coal_intvl
;
in cpsw_get_coalesce()
174
u32
coal_intvl
= 0;
in cpsw_set_coalesce()
local
177
coal_intvl
= coal->rx_coalesce_usecs;
in cpsw_set_coalesce()
187
if (
coal_intvl
< CPSW_CMINTMIN_INTVL)
in cpsw_set_coalesce()
188
coal_intvl
= CPSW_CMINTMIN_INTVL;
in cpsw_set_coalesce()
190
if (
coal_intvl
> CPSW_CMINTMAX_INTVL) {
in cpsw_set_coalesce()
198
if (
coal_intvl
> (CPSW_CMINTMAX_INTVL * addnl_dvdr))
in cpsw_set_coalesce()
199
coal_intvl
= (CPSW_CMINTMAX_INTVL
in cpsw_set_coalesce()
203
coal_intvl
= CPSW_CMINTMAX_INTVL;
in cpsw_set_coalesce()
207
num_interrupts = (1000 * addnl_dvdr) /
coal_intvl
;
in cpsw_set_coalesce()
[all...]
H
A
D
davinci_emac.c
326
u32
coal_intvl
;
member
398
coal->rx_coalesce_usecs = priv->
coal_intvl
;
in emac_get_coalesce()
420
u32 prescale = 0, addnl_dvdr = 1,
coal_intvl
= 0;
in emac_set_coalesce()
local
423
priv->
coal_intvl
= 0;
in emac_set_coalesce()
437
coal_intvl
= coal->rx_coalesce_usecs;
in emac_set_coalesce()
444
if (
coal_intvl
< EMAC_DM646X_CMINTMIN_INTVL)
in emac_set_coalesce()
445
coal_intvl
= EMAC_DM646X_CMINTMIN_INTVL;
in emac_set_coalesce()
447
if (
coal_intvl
> EMAC_DM646X_CMINTMAX_INTVL) {
in emac_set_coalesce()
456
if (
coal_intvl
> (EMAC_DM646X_CMINTMAX_INTVL
in emac_set_coalesce()
458
coal_intvl
in emac_set_coalesce()
[all...]
H
A
D
cpsw_priv.h
341
u32
coal_intvl
;
member
H
A
D
cpsw_new.c
895
if (cpsw->
coal_intvl
!= 0) {
in cpsw_ndo_open()
898
coal.rx_coalesce_usecs = cpsw->
coal_intvl
;
in cpsw_ndo_open()
H
A
D
cpsw.c
844
if (cpsw->
coal_intvl
!= 0) {
in cpsw_ndo_open()
847
coal.rx_coalesce_usecs = cpsw->
coal_intvl
;
in cpsw_ndo_open()
Completed in 16 milliseconds