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:resp_res
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/
H
A
D
rxe_verbs.h
146
struct
resp_res
{
struct
201
struct
resp_res
*resources;
204
struct
resp_res
*res;
H
A
D
rxe_resp.c
640
struct
resp_res
*res = qp->resp.res;
in read_reply()
959
struct
resp_res
*res;
in send_atomic_ack()
1028
static struct
resp_res
*find_resource(struct rxe_qp *qp, u32 psn)
in find_resource()
1033
struct
resp_res
*res = &qp->resp.resources[i];
in find_resource()
1061
struct
resp_res
*res;
in duplicate_request()
1107
struct
resp_res
*res;
in duplicate_request()
H
A
D
rxe_qp.c
102
qp->resp.resources = kcalloc(n, sizeof(struct
resp_res
), GFP_KERNEL);
in alloc_rd_atomic_resources()
116
struct
resp_res
*res = &qp->resp.resources[i];
in free_rd_atomic_resources()
125
void free_rd_atomic_resource(struct rxe_qp *qp, struct
resp_res
*res)
in free_rd_atomic_resource()
139
struct
resp_res
*res;
in cleanup_rd_atomic_resources()
H
A
D
rxe_loc.h
176
void free_rd_atomic_resource(struct rxe_qp *qp, struct
resp_res
*res);
/kernel/linux/linux-6.6/drivers/infiniband/sw/rxe/
H
A
D
rxe_verbs.h
136
struct
resp_res
{
struct
195
struct
resp_res
*resources;
198
struct
resp_res
*res;
H
A
D
rxe_resp.c
597
static struct
resp_res
*rxe_prepare_res(struct rxe_qp *qp,
in rxe_prepare_res()
601
struct
resp_res
*res;
in rxe_prepare_res()
647
struct
resp_res
*res = qp->resp.res;
in process_flush()
691
struct
resp_res
*res = qp->resp.res;
in atomic_reply()
725
struct
resp_res
*res = qp->resp.res;
in atomic_write_reply()
875
struct
resp_res
*res = qp->resp.res;
in read_reply()
1253
static struct
resp_res
*find_resource(struct rxe_qp *qp, u32 psn)
in find_resource()
1258
struct
resp_res
*res = &qp->resp.resources[i];
in find_resource()
1284
struct
resp_res
*res;
in duplicate_request()
1300
struct
resp_res
*re
in duplicate_request()
[all...]
H
A
D
rxe_qp.c
107
qp->resp.resources = kcalloc(n, sizeof(struct
resp_res
), GFP_KERNEL);
in alloc_rd_atomic_resources()
121
struct
resp_res
*res = &qp->resp.resources[i];
in free_rd_atomic_resources()
130
void free_rd_atomic_resource(struct
resp_res
*res)
in free_rd_atomic_resource()
138
struct
resp_res
*res;
in cleanup_rd_atomic_resources()
H
A
D
rxe_loc.h
139
void free_rd_atomic_resource(struct
resp_res
*res);
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/
H
A
D
commands.c
86
int
resp_res
= 0;
in qtnf_cmd_send_with_reply()
local
117
resp_res
= le16_to_cpu(resp->result);
in qtnf_cmd_send_with_reply()
134
return qtnf_cmd_resp_result_decode(
resp_res
);
in qtnf_cmd_send_with_reply()
/kernel/linux/linux-6.6/drivers/net/wireless/quantenna/qtnfmac/
H
A
D
commands.c
86
int
resp_res
= 0;
in qtnf_cmd_send_with_reply()
local
117
resp_res
= le16_to_cpu(resp->result);
in qtnf_cmd_send_with_reply()
134
return qtnf_cmd_resp_result_decode(
resp_res
);
in qtnf_cmd_send_with_reply()
Completed in 14 milliseconds