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:re_max_rdma_segs
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/
H
A
D
frwr_ops.c
159
* ep->
re_max_rdma_segs
248
ep->
re_max_rdma_segs
=
in frwr_query_device()
251
ep->
re_max_rdma_segs
+= 2;
in frwr_query_device()
252
if (ep->
re_max_rdma_segs
> RPCRDMA_MAX_HDR_SEGS)
in frwr_query_device()
253
ep->
re_max_rdma_segs
= RPCRDMA_MAX_HDR_SEGS;
in frwr_query_device()
260
if ((ep->
re_max_rdma_segs
* ep->re_max_fr_depth) < RPCRDMA_MAX_SEGS)
in frwr_query_device()
H
A
D
xprt_rdma.h
74
unsigned int
re_max_rdma_segs
;
member
H
A
D
verbs.c
777
for (count = 0; count < ep->
re_max_rdma_segs
; count++) {
in rpcrdma_mrs_create()
890
r_xprt->rx_ep->
re_max_rdma_segs
* rpcrdma_readchunk_maxsz;
in rpcrdma_req_setup()
H
A
D
rpc_rdma.c
114
unsigned int maxsegs = ep->
re_max_rdma_segs
;
in rpcrdma_set_max_header_sizes()
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/
H
A
D
frwr_ops.c
162
* ep->
re_max_rdma_segs
251
ep->
re_max_rdma_segs
=
in frwr_query_device()
254
ep->
re_max_rdma_segs
+= 2;
in frwr_query_device()
255
if (ep->
re_max_rdma_segs
> RPCRDMA_MAX_HDR_SEGS)
in frwr_query_device()
256
ep->
re_max_rdma_segs
= RPCRDMA_MAX_HDR_SEGS;
in frwr_query_device()
263
if ((ep->
re_max_rdma_segs
* ep->re_max_fr_depth) < RPCRDMA_MAX_SEGS)
in frwr_query_device()
H
A
D
xprt_rdma.h
76
unsigned int
re_max_rdma_segs
;
member
H
A
D
verbs.c
746
for (count = 0; count < ep->
re_max_rdma_segs
; count++) {
in rpcrdma_mrs_create()
855
r_xprt->rx_ep->
re_max_rdma_segs
* rpcrdma_readchunk_maxsz;
in rpcrdma_req_setup()
H
A
D
rpc_rdma.c
110
unsigned int maxsegs = ep->
re_max_rdma_segs
;
in rpcrdma_set_max_header_sizes()
Completed in 11 milliseconds