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:cq_time_wait
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/
H
A
D
otx2_ethtool.c
359
cmd->rx_coalesce_usecs = hw->
cq_time_wait
;
in otx2_get_coalesce()
361
cmd->tx_coalesce_usecs = hw->
cq_time_wait
;
in otx2_get_coalesce()
377
/* '
cq_time_wait
' is 8bit and is in multiple of 100ns,
in otx2_set_coalesce()
388
if (hw->
cq_time_wait
== ec->rx_coalesce_usecs)
in otx2_set_coalesce()
389
hw->
cq_time_wait
= ec->tx_coalesce_usecs;
in otx2_set_coalesce()
390
else if (hw->
cq_time_wait
== ec->tx_coalesce_usecs)
in otx2_set_coalesce()
391
hw->
cq_time_wait
= ec->rx_coalesce_usecs;
in otx2_set_coalesce()
393
hw->
cq_time_wait
= min_t(u8, ec->rx_coalesce_usecs,
in otx2_set_coalesce()
H
A
D
otx2_common.h
179
u8
cq_time_wait
;
member
299
pfvf->hw.
cq_time_wait
= CQ_TIMER_THRESH_DEFAULT;
in otx2_setup_dev_hw_settings()
H
A
D
otx2_common.c
462
* set 1 less than cq_ecount_wait. And
cq_time_wait
is in
in otx2_config_irq_coalescing()
466
((u64)(pfvf->hw.
cq_time_wait
* 10) << 48) |
in otx2_config_irq_coalescing()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H
A
D
otx2_ethtool.c
468
cmd->rx_coalesce_usecs = hw->
cq_time_wait
;
in otx2_get_coalesce()
470
cmd->tx_coalesce_usecs = hw->
cq_time_wait
;
in otx2_get_coalesce()
515
/* '
cq_time_wait
' is 8bit and is in multiple of 100ns,
in otx2_set_coalesce()
526
if (hw->
cq_time_wait
== ec->rx_coalesce_usecs)
in otx2_set_coalesce()
527
hw->
cq_time_wait
= ec->tx_coalesce_usecs;
in otx2_set_coalesce()
528
else if (hw->
cq_time_wait
== ec->tx_coalesce_usecs)
in otx2_set_coalesce()
529
hw->
cq_time_wait
= ec->rx_coalesce_usecs;
in otx2_set_coalesce()
531
hw->
cq_time_wait
= min_t(u8, ec->rx_coalesce_usecs,
in otx2_set_coalesce()
553
/* Reset '
cq_time_wait
' and 'cq_ecount_wait' to
in otx2_set_coalesce()
560
hw->
cq_time_wait
in otx2_set_coalesce()
[all...]
H
A
D
otx2_common.h
239
u8
cq_time_wait
;
member
583
pfvf->hw.
cq_time_wait
= CQ_TIMER_THRESH_DEFAULT;
in otx2_setup_dev_hw_settings()
H
A
D
otx2_common.c
514
* set 1 less than cq_ecount_wait. And
cq_time_wait
is in
in otx2_config_irq_coalescing()
518
((u64)(pfvf->hw.
cq_time_wait
* 10) << 48) |
in otx2_config_irq_coalescing()
H
A
D
otx2_pf.c
1752
pfvf->hw.
cq_time_wait
= (cur_moder.usec > CQ_TIMER_THRESH_MAX) ?
in otx2_dim_work()
Completed in 15 milliseconds