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_remote_cma
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/
H
A
D
verbs.c
467
memset(&ep->
re_remote_cma
, 0, sizeof(ep->
re_remote_cma
));
in rpcrdma_ep_create()
476
ep->
re_remote_cma
.private_data = pmsg;
in rpcrdma_ep_create()
477
ep->
re_remote_cma
.private_data_len = sizeof(*pmsg);
in rpcrdma_ep_create()
480
ep->
re_remote_cma
.initiator_depth = 0;
in rpcrdma_ep_create()
481
ep->
re_remote_cma
.responder_resources =
in rpcrdma_ep_create()
488
ep->
re_remote_cma
.retry_count = 6;
in rpcrdma_ep_create()
494
ep->
re_remote_cma
.flow_control = 0;
in rpcrdma_ep_create()
495
ep->
re_remote_cma
.rnr_retry_count = 0;
in rpcrdma_ep_create()
543
rc = rdma_connect(ep->re_id, &ep->
re_remote_cma
);
in rpcrdma_xprt_connect()
[all...]
H
A
D
xprt_rdma.h
91
struct rdma_conn_param
re_remote_cma
;
member
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/
H
A
D
verbs.c
430
memset(&ep->
re_remote_cma
, 0, sizeof(ep->
re_remote_cma
));
in rpcrdma_ep_create()
439
ep->
re_remote_cma
.private_data = pmsg;
in rpcrdma_ep_create()
440
ep->
re_remote_cma
.private_data_len = sizeof(*pmsg);
in rpcrdma_ep_create()
443
ep->
re_remote_cma
.initiator_depth = 0;
in rpcrdma_ep_create()
444
ep->
re_remote_cma
.responder_resources =
in rpcrdma_ep_create()
451
ep->
re_remote_cma
.retry_count = 6;
in rpcrdma_ep_create()
457
ep->
re_remote_cma
.flow_control = 0;
in rpcrdma_ep_create()
458
ep->
re_remote_cma
.rnr_retry_count = 0;
in rpcrdma_ep_create()
506
rc = rdma_connect(ep->re_id, &ep->
re_remote_cma
);
in rpcrdma_xprt_connect()
[all...]
H
A
D
xprt_rdma.h
94
struct rdma_conn_param
re_remote_cma
;
member
Completed in 5 milliseconds