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:rcv_intr_timeout
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
init.c
1453
if (rcv_intr_count == 0 &&
rcv_intr_timeout
== 0) {
in hfi1_mod_init()
1457
if (rcv_intr_count > 1 &&
rcv_intr_timeout
== 0) {
in hfi1_mod_init()
1463
rcv_intr_timeout
= 1;
in hfi1_mod_init()
1465
if (rcv_intr_dynamic && !(rcv_intr_count > 1 &&
rcv_intr_timeout
> 0)) {
in hfi1_mod_init()
H
A
D
hfi.h
2247
extern uint
rcv_intr_timeout
;
H
A
D
chip.c
82
uint
rcv_intr_timeout
= (824 + 16); /* 16 is for coalescing interrupt */
variable
83
module_param(
rcv_intr_timeout
, uint, S_IRUGO);
84
MODULE_PARM_DESC(
rcv_intr_timeout
, "Receive interrupt mitigation timeout in ns");
15177
dd->rcv_intr_timeout_csr = ns_to_cclock(dd,
rcv_intr_timeout
) / 64;
in hfi1_init_dd()
15182
else if (dd->rcv_intr_timeout_csr == 0 &&
rcv_intr_timeout
)
in hfi1_init_dd()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
init.c
1412
if (rcv_intr_count == 0 &&
rcv_intr_timeout
== 0) {
in hfi1_mod_init()
1416
if (rcv_intr_count > 1 &&
rcv_intr_timeout
== 0) {
in hfi1_mod_init()
1422
rcv_intr_timeout
= 1;
in hfi1_mod_init()
1424
if (rcv_intr_dynamic && !(rcv_intr_count > 1 &&
rcv_intr_timeout
> 0)) {
in hfi1_mod_init()
H
A
D
hfi.h
2194
extern uint
rcv_intr_timeout
;
H
A
D
chip.c
41
uint
rcv_intr_timeout
= (824 + 16); /* 16 is for coalescing interrupt */
variable
42
module_param(
rcv_intr_timeout
, uint, S_IRUGO);
43
MODULE_PARM_DESC(
rcv_intr_timeout
, "Receive interrupt mitigation timeout in ns");
15137
dd->rcv_intr_timeout_csr = ns_to_cclock(dd,
rcv_intr_timeout
) / 64;
in hfi1_init_dd()
15142
else if (dd->rcv_intr_timeout_csr == 0 &&
rcv_intr_timeout
)
in hfi1_init_dd()
Completed in 52 milliseconds