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_ecount_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
360
cmd->rx_max_coalesced_frames = hw->
cq_ecount_wait
;
in otx2_get_coalesce()
362
cmd->tx_max_coalesced_frames = hw->
cq_ecount_wait
;
in otx2_get_coalesce()
407
if (hw->
cq_ecount_wait
== ec->rx_max_coalesced_frames)
in otx2_set_coalesce()
408
hw->
cq_ecount_wait
= ec->tx_max_coalesced_frames;
in otx2_set_coalesce()
409
else if (hw->
cq_ecount_wait
== ec->tx_max_coalesced_frames)
in otx2_set_coalesce()
410
hw->
cq_ecount_wait
= ec->rx_max_coalesced_frames;
in otx2_set_coalesce()
412
hw->
cq_ecount_wait
= min_t(u16, ec->rx_max_coalesced_frames,
in otx2_set_coalesce()
H
A
D
otx2_common.h
177
u16
cq_ecount_wait
;
member
300
pfvf->hw.
cq_ecount_wait
= CQ_CQE_THRESH_DEFAULT;
in otx2_setup_dev_hw_settings()
H
A
D
otx2_common.c
461
* HW triggers an irq when ECOUNT >
cq_ecount_wait
, hence
in otx2_config_irq_coalescing()
462
* set 1 less than
cq_ecount_wait
. And cq_time_wait is in
in otx2_config_irq_coalescing()
468
(pfvf->hw.
cq_ecount_wait
- 1));
in otx2_config_irq_coalescing()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H
A
D
otx2_ethtool.c
469
cmd->rx_max_coalesced_frames = hw->
cq_ecount_wait
;
in otx2_get_coalesce()
471
cmd->tx_max_coalesced_frames = hw->
cq_ecount_wait
;
in otx2_get_coalesce()
545
if (hw->
cq_ecount_wait
== ec->rx_max_coalesced_frames)
in otx2_set_coalesce()
546
hw->
cq_ecount_wait
= ec->tx_max_coalesced_frames;
in otx2_set_coalesce()
547
else if (hw->
cq_ecount_wait
== ec->tx_max_coalesced_frames)
in otx2_set_coalesce()
548
hw->
cq_ecount_wait
= ec->rx_max_coalesced_frames;
in otx2_set_coalesce()
550
hw->
cq_ecount_wait
= min_t(u16, ec->rx_max_coalesced_frames,
in otx2_set_coalesce()
553
/* Reset 'cq_time_wait' and '
cq_ecount_wait
' to
in otx2_set_coalesce()
561
hw->
cq_ecount_wait
= CQ_CQE_THRESH_DEFAULT;
in otx2_set_coalesce()
H
A
D
otx2_common.h
237
u16
cq_ecount_wait
;
member
584
pfvf->hw.
cq_ecount_wait
= CQ_CQE_THRESH_DEFAULT;
in otx2_setup_dev_hw_settings()
H
A
D
otx2_common.c
513
* HW triggers an irq when ECOUNT >
cq_ecount_wait
, hence
in otx2_config_irq_coalescing()
514
* set 1 less than
cq_ecount_wait
. And cq_time_wait is in
in otx2_config_irq_coalescing()
520
(pfvf->hw.
cq_ecount_wait
- 1));
in otx2_config_irq_coalescing()
H
A
D
otx2_pf.c
1754
pfvf->hw.
cq_ecount_wait
= (cur_moder.pkts > NAPI_POLL_WEIGHT) ?
in otx2_dim_work()
Completed in 15 milliseconds