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_ticks
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_dim.c
26
cpr->rx_ring_coal.
coal_ticks
= cur_moder.usec;
in bnxt_dim_work()
H
A
D
bnxt_ethtool.c
60
coal->rx_coalesce_usecs = hw_coal->
coal_ticks
;
in bnxt_get_coalesce()
67
coal->tx_coalesce_usecs = hw_coal->
coal_ticks
;
in bnxt_get_coalesce()
97
hw_coal->
coal_ticks
= coal->rx_coalesce_usecs;
in bnxt_set_coalesce()
104
hw_coal->
coal_ticks
= coal->tx_coalesce_usecs;
in bnxt_set_coalesce()
H
A
D
bnxt.c
3402
cpr->rx_ring_coal.
coal_ticks
= bp->rx_coal.
coal_ticks
;
in bnxt_init_cp_rings()
3412
cpr2->rx_ring_coal.
coal_ticks
= bp->rx_coal.
coal_ticks
;
in bnxt_init_cp_rings()
6546
tmr = bnxt_usec_to_coal_tmr(bp, hw_coal->
coal_ticks
);
in bnxt_hwrm_set_coal_params()
6575
hw_coal->idle_thresh && hw_coal->
coal_ticks
< hw_coal->idle_thresh)
in bnxt_hwrm_set_coal_params()
6600
tmr = bnxt_usec_to_coal_tmr(bp, hw_coal->
coal_ticks
) / 2;
in __bnxt_hwrm_set_coal_nq()
6618
coal.
coal_ticks
= cpr->rx_ring_coal.
coal_ticks
;
in bnxt_hwrm_set_ring_coal()
11295
coal->
coal_ticks
in bnxt_init_dflt_coal()
[all...]
H
A
D
bnxt.h
834
u16
coal_ticks
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_dim.c
26
cpr->rx_ring_coal.
coal_ticks
= cur_moder.usec;
in bnxt_dim_work()
H
A
D
bnxt_ethtool.c
74
coal->rx_coalesce_usecs = hw_coal->
coal_ticks
;
in bnxt_get_coalesce()
84
coal->tx_coalesce_usecs = hw_coal->
coal_ticks
;
in bnxt_get_coalesce()
124
hw_coal->
coal_ticks
= coal->rx_coalesce_usecs;
in bnxt_set_coalesce()
136
hw_coal->
coal_ticks
= coal->tx_coalesce_usecs;
in bnxt_set_coalesce()
H
A
D
bnxt.c
3729
cpr->rx_ring_coal.
coal_ticks
= bp->rx_coal.
coal_ticks
;
in bnxt_init_cp_rings()
3739
cpr2->rx_ring_coal.
coal_ticks
= bp->rx_coal.
coal_ticks
;
in bnxt_init_cp_rings()
6714
tmr = bnxt_usec_to_coal_tmr(bp, hw_coal->
coal_ticks
);
in bnxt_hwrm_set_coal_params()
6741
hw_coal->idle_thresh && hw_coal->
coal_ticks
< hw_coal->idle_thresh)
in bnxt_hwrm_set_coal_params()
6768
tmr = bnxt_usec_to_coal_tmr(bp, hw_coal->
coal_ticks
) / 2;
in __bnxt_hwrm_set_coal_nq()
6787
coal.
coal_ticks
= cpr->rx_ring_coal.
coal_ticks
;
in bnxt_hwrm_set_ring_coal()
12241
coal->
coal_ticks
in bnxt_init_dflt_coal()
[all...]
H
A
D
bnxt.h
861
u16
coal_ticks
;
member
Completed in 52 milliseconds