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:pkts_ps
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
verbs.h
205
u16
pkts_ps
; /* packets per segment */
member
H
A
D
rc.c
1089
req->cur_seg = delta_psn(qp->s_psn, wqe->psn) / priv->
pkts_ps
;
in hfi1_make_rc_req()
1475
cur_seg = (psn - wqe->psn) / priv->
pkts_ps
;
in update_num_rd_atomic()
H
A
D
tid_rdma.c
253
* Therefore, when priv->
pkts_ps
is used to calculate req->cur_seg
in tid_rdma_conn_reply()
257
priv->
pkts_ps
= (u16)rvt_div_mtu(qp, remote->max_len);
in tid_rdma_conn_reply()
258
priv->timeout_shift = ilog2(priv->
pkts_ps
- 1) + 1;
in tid_rdma_conn_reply()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
verbs.h
163
u16
pkts_ps
; /* packets per segment */
member
H
A
D
rc.c
1048
req->cur_seg = delta_psn(qp->s_psn, wqe->psn) / priv->
pkts_ps
;
in hfi1_make_rc_req()
1433
cur_seg = (psn - wqe->psn) / priv->
pkts_ps
;
in update_num_rd_atomic()
H
A
D
tid_rdma.c
253
* Therefore, when priv->
pkts_ps
is used to calculate req->cur_seg
in tid_rdma_conn_reply()
257
priv->
pkts_ps
= (u16)rvt_div_mtu(qp, remote->max_len);
in tid_rdma_conn_reply()
258
priv->timeout_shift = ilog2(priv->
pkts_ps
- 1) + 1;
in tid_rdma_conn_reply()
Completed in 22 milliseconds