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:to_seg
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
tid_rdma.c
3411
* @
to_seg
: desired RNR timeout in segments.
3414
static u32 hfi1_compute_tid_rnr_timeout(struct rvt_qp *qp, u32
to_seg
)
in hfi1_compute_tid_rnr_timeout()
argument
3422
timeout = (
to_seg
* TID_RDMA_MAX_SEGMENT_SIZE) / bytes_per_us;
in hfi1_compute_tid_rnr_timeout()
3459
u32 npkts,
to_seg
;
in hfi1_tid_write_alloc_resources()
local
3523
to_seg
= hfi1_compute_tid_rdma_flow_wt(qp) *
in hfi1_tid_write_alloc_resources()
3551
to_seg
= MAX_FLOWS >> 1;
in hfi1_tid_write_alloc_resources()
3559
to_seg
= position_in_queue(qpriv, &rcd->rarr_queue);
in hfi1_tid_write_alloc_resources()
3587
qp->r_nak_state = hfi1_compute_tid_rnr_timeout(qp,
to_seg
) | IB_RNR_NAK;
in hfi1_tid_write_alloc_resources()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
tid_rdma.c
3423
* @
to_seg
: desired RNR timeout in segments.
3426
static u32 hfi1_compute_tid_rnr_timeout(struct rvt_qp *qp, u32
to_seg
)
in hfi1_compute_tid_rnr_timeout()
argument
3434
timeout = (
to_seg
* TID_RDMA_MAX_SEGMENT_SIZE) / bytes_per_us;
in hfi1_compute_tid_rnr_timeout()
3471
u32 npkts,
to_seg
;
in hfi1_tid_write_alloc_resources()
local
3535
to_seg
= hfi1_compute_tid_rdma_flow_wt(qp) *
in hfi1_tid_write_alloc_resources()
3563
to_seg
= MAX_FLOWS >> 1;
in hfi1_tid_write_alloc_resources()
3571
to_seg
= position_in_queue(qpriv, &rcd->rarr_queue);
in hfi1_tid_write_alloc_resources()
3599
qp->r_nak_state = hfi1_compute_tid_rnr_timeout(qp,
to_seg
) | IB_RNR_NAK;
in hfi1_tid_write_alloc_resources()
Completed in 13 milliseconds