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:iwarp_rdma_rreq
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
H
A
D
iwarp.h
154
struct
iwarp_rdma_rreq
{
struct
289
struct
iwarp_rdma_rreq
rreq;
H
A
D
siw_qp.c
42
.hdr_len = sizeof(struct
iwarp_rdma_rreq
),
43
.ctrl.mpa_len = htons(sizeof(struct
iwarp_rdma_rreq
) - 2),
461
struct
iwarp_rdma_rreq
*rreq;
in siw_send_terminate()
469
rreq = (struct
iwarp_rdma_rreq
*)err_hdr;
in siw_send_terminate()
503
sizeof(struct
iwarp_rdma_rreq
);
in siw_send_terminate()
H
A
D
siw.h
353
struct
iwarp_rdma_rreq
rreq;
373
struct
iwarp_rdma_rreq
rreq;
H
A
D
siw_qp_tx.c
144
c_tx->ctrl_len = sizeof(struct
iwarp_rdma_rreq
);
in siw_qp_prepare_tx()
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/
H
A
D
iwarp.h
141
struct
iwarp_rdma_rreq
{
struct
276
struct
iwarp_rdma_rreq
rreq;
H
A
D
siw_qp.c
43
.hdr_len = sizeof(struct
iwarp_rdma_rreq
),
44
.ctrl.mpa_len = htons(sizeof(struct
iwarp_rdma_rreq
) - 2),
464
struct
iwarp_rdma_rreq
*rreq;
in siw_send_terminate()
472
rreq = (struct
iwarp_rdma_rreq
*)err_hdr;
in siw_send_terminate()
506
sizeof(struct
iwarp_rdma_rreq
);
in siw_send_terminate()
H
A
D
siw.h
354
struct
iwarp_rdma_rreq
rreq;
374
struct
iwarp_rdma_rreq
rreq;
H
A
D
siw_qp_tx.c
143
c_tx->ctrl_len = sizeof(struct
iwarp_rdma_rreq
);
in siw_qp_prepare_tx()
Completed in 10 milliseconds