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:dack_re
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cudbg_entity.h
153
u32
dack_re
;
member
H
A
D
cxgb4.h
354
uint32_t
dack_re
; /* DACK timer resolution */
member
1707
return (ticks << adap->params.tp.
dack_re
) / core_ticks_per_usec(adap);
in dack_ticks_to_usec()
H
A
D
cxgb4_debugfs.c
910
unsigned int
dack_re
= DELAYEDACKRESOLUTION_G(res);
in clk_show()
local
921
unit_conv(buf, sizeof(buf), (cclk_ps <<
dack_re
), 1000000));
in clk_show()
923
((cclk_ps <<
dack_re
) / 1000000) *
in clk_show()
H
A
D
cudbg_lib.c
1982
clk_info_buff->
dack_re
= DELAYEDACKRESOLUTION_G(clk_info_buff->res);
in cudbg_collect_clk_info()
1986
(clk_info_buff->cclk_ps << clk_info_buff->
dack_re
) / 1000000 *
in cudbg_collect_clk_info()
H
A
D
t4_hw.c
9448
adap->params.tp.
dack_re
= DELAYEDACKRESOLUTION_G(v);
in t4_init_tp_params()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cudbg_entity.h
153
u32
dack_re
;
member
H
A
D
cxgb4.h
354
uint32_t
dack_re
; /* DACK timer resolution */
member
1703
return (ticks << adap->params.tp.
dack_re
) / core_ticks_per_usec(adap);
in dack_ticks_to_usec()
H
A
D
cxgb4_debugfs.c
910
unsigned int
dack_re
= DELAYEDACKRESOLUTION_G(res);
in clk_show()
local
921
unit_conv(buf, sizeof(buf), (cclk_ps <<
dack_re
), 1000000));
in clk_show()
923
((cclk_ps <<
dack_re
) / 1000000) *
in clk_show()
H
A
D
cudbg_lib.c
1982
clk_info_buff->
dack_re
= DELAYEDACKRESOLUTION_G(clk_info_buff->res);
in cudbg_collect_clk_info()
1986
(clk_info_buff->cclk_ps << clk_info_buff->
dack_re
) / 1000000 *
in cudbg_collect_clk_info()
H
A
D
t4_hw.c
9417
adap->params.tp.
dack_re
= DELAYEDACKRESOLUTION_G(v);
in t4_init_tp_params()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
H
A
D
t3_hw.c
2739
unsigned int
dack_re
= fls(core_clk / 5000) - 1; /* 200us */
in tp_set_timers()
local
2744
V_DELAYEDACKRESOLUTION(
dack_re
) |
in tp_set_timers()
2747
(core_clk >>
dack_re
) / (1000 / TP_DACK_TIMER));
in tp_set_timers()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H
A
D
t3_hw.c
2674
unsigned int
dack_re
= fls(core_clk / 5000) - 1; /* 200us */
in tp_set_timers()
local
2679
V_DELAYEDACKRESOLUTION(
dack_re
) |
in tp_set_timers()
2682
(core_clk >>
dack_re
) / (1000 / TP_DACK_TIMER));
in tp_set_timers()
Completed in 76 milliseconds