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:linkpoll_period
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
H
A
D
common.h
397
unsigned int
linkpoll_period
; /* link poll period in 0.1s */
member
H
A
D
cxgb3_main.c
1341
timeo = adap->params.
linkpoll_period
?
in schedule_chk_task()
1342
(HZ * adap->params.
linkpoll_period
) / 10 :
in schedule_chk_task()
2732
if (!p->
linkpoll_period
||
in t3_adap_check_task()
2733
(adapter->check_task_cnt * p->
linkpoll_period
) / 10 >=
in t3_adap_check_task()
H
A
D
t3_hw.c
3676
adapter->params.
linkpoll_period
= 10;
in t3_prep_adapter()
3774
adapter->params.
linkpoll_period
> 10)
in t3_prep_adapter()
3775
adapter->params.
linkpoll_period
= 10;
in t3_prep_adapter()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H
A
D
common.h
397
unsigned int
linkpoll_period
; /* link poll period in 0.1s */
member
H
A
D
cxgb3_main.c
1340
timeo = adap->params.
linkpoll_period
?
in schedule_chk_task()
1341
(HZ * adap->params.
linkpoll_period
) / 10 :
in schedule_chk_task()
2730
if (!p->
linkpoll_period
||
in t3_adap_check_task()
2731
(adapter->check_task_cnt * p->
linkpoll_period
) / 10 >=
in t3_adap_check_task()
H
A
D
t3_hw.c
3611
adapter->params.
linkpoll_period
= 10;
in t3_prep_adapter()
3708
adapter->params.
linkpoll_period
> 10)
in t3_prep_adapter()
3709
adapter->params.
linkpoll_period
= 10;
in t3_prep_adapter()
Completed in 21 milliseconds