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:rdma_read
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
connection.c
212
if (conn->transport->ops->
rdma_read
)
in ksmbd_conn_rdma_read()
213
ret = conn->transport->ops->
rdma_read
(conn->transport,
in ksmbd_conn_rdma_read()
H
A
D
connection.h
125
int (*
rdma_read
)(struct ksmbd_transport *t,
member
H
A
D
transport_rdma.c
2301
.
rdma_read
= smb_direct_rdma_read,
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H
A
D
i40iw_user.h
248
struct i40iw_rdma_read
rdma_read
;
member
H
A
D
i40iw_verbs.c
2196
info.op.
rdma_read
.rem_addr.tag_off = rdma_wr(ib_wr)->remote_addr;
in i40iw_post_send()
2197
info.op.
rdma_read
.rem_addr.stag = rdma_wr(ib_wr)->rkey;
in i40iw_post_send()
2198
info.op.
rdma_read
.lo_addr.tag_off = ib_wr->sg_list->addr;
in i40iw_post_send()
2199
info.op.
rdma_read
.lo_addr.stag = ib_wr->sg_list->lkey;
in i40iw_post_send()
2200
info.op.
rdma_read
.lo_addr.len = ib_wr->sg_list->length;
in i40iw_post_send()
H
A
D
i40iw_uk.c
327
op_info = &info->op.
rdma_read
;
in i40iw_rdma_read()
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H
A
D
user.h
227
struct irdma_rdma_read
rdma_read
;
member
H
A
D
verbs.c
3384
info.op.
rdma_read
.rem_addr.addr = rdma_wr(ib_wr)->remote_addr;
in irdma_post_send()
3385
info.op.
rdma_read
.rem_addr.lkey = rdma_wr(ib_wr)->rkey;
in irdma_post_send()
3386
info.op.
rdma_read
.lo_sg_list = (void *)ib_wr->sg_list;
in irdma_post_send()
3387
info.op.
rdma_read
.num_lo_sges = ib_wr->num_sge;
in irdma_post_send()
H
A
D
uk.c
340
op_info = &info->op.
rdma_read
;
in irdma_uk_rdma_read()
Completed in 18 milliseconds