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:rresp
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
H
A
D
siw_qp_rx.c
168
struct iwarp_rdma_rresp *
rresp
= &srx->hdr.
rresp
;
in siw_rresp_check_ntoh()
local
172
u32 sink_stag = be32_to_cpu(
rresp
->sink_stag);
in siw_rresp_check_ntoh()
173
u64 sink_to = be64_to_cpu(
rresp
->sink_to);
in siw_rresp_check_ntoh()
191
pr_warn("siw: [QP %u]:
rresp
stag: %08x != %08x\n",
in siw_rresp_check_ntoh()
197
pr_warn("siw: [QP %u]:
rresp
off: %016llx != %016llx\n",
in siw_rresp_check_ntoh()
205
pr_warn("siw: [QP %u]:
rresp
len: %d != %d\n",
in siw_rresp_check_ntoh()
H
A
D
siw.h
358
struct iwarp_rdma_rresp
rresp
;
member
374
struct iwarp_rdma_rresp
rresp
;
member
H
A
D
iwarp.h
290
struct iwarp_rdma_rresp
rresp
;
member
H
A
D
siw_qp_tx.c
211
c_tx->pkt.
rresp
.sink_stag = cpu_to_be32(wqe->sqe.rkey);
in siw_qp_prepare_tx()
212
c_tx->pkt.
rresp
.sink_to = cpu_to_be64(wqe->sqe.raddr);
in siw_qp_prepare_tx()
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/
H
A
D
siw_qp_rx.c
168
struct iwarp_rdma_rresp *
rresp
= &srx->hdr.
rresp
;
in siw_rresp_check_ntoh()
local
172
u32 sink_stag = be32_to_cpu(
rresp
->sink_stag);
in siw_rresp_check_ntoh()
173
u64 sink_to = be64_to_cpu(
rresp
->sink_to);
in siw_rresp_check_ntoh()
191
pr_warn("siw: [QP %u]:
rresp
stag: %08x != %08x\n",
in siw_rresp_check_ntoh()
197
pr_warn("siw: [QP %u]:
rresp
off: %016llx != %016llx\n",
in siw_rresp_check_ntoh()
205
pr_warn("siw: [QP %u]:
rresp
len: %d != %d\n",
in siw_rresp_check_ntoh()
H
A
D
siw.h
359
struct iwarp_rdma_rresp
rresp
;
member
375
struct iwarp_rdma_rresp
rresp
;
member
H
A
D
iwarp.h
277
struct iwarp_rdma_rresp
rresp
;
member
H
A
D
siw_qp_tx.c
210
c_tx->pkt.
rresp
.sink_stag = cpu_to_be32(wqe->sqe.rkey);
in siw_qp_prepare_tx()
211
c_tx->pkt.
rresp
.sink_to = cpu_to_be64(wqe->sqe.raddr);
in siw_qp_prepare_tx()
Completed in 11 milliseconds