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:association_id
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/nvme/host/
H
A
D
fc.h
165
u64
association_id
)
in nvmefc_fmt_lsreq_discon_assoc()
183
discon_rqst->associd.
association_id
= cpu_to_be64(
association_id
);
in nvmefc_fmt_lsreq_discon_assoc()
162
nvmefc_fmt_lsreq_discon_assoc(struct nvmefc_ls_req *lsreq, struct fcnvme_ls_disconnect_assoc_rqst *discon_rqst, struct fcnvme_ls_disconnect_assoc_acc *discon_acc, u64
association_id
)
nvmefc_fmt_lsreq_discon_assoc()
argument
H
A
D
fc.c
161
u64
association_id
;
member
1274
ctrl->
association_id
=
in nvme_fc_connect_admin_queue()
1275
be64_to_cpu(assoc_acc->associd.
association_id
);
in nvme_fc_connect_admin_queue()
1330
conn_rqst->associd.
association_id
= cpu_to_be64(ctrl->
association_id
);
in nvme_fc_connect_queue()
1452
ctrl->
association_id
);
in nvme_fc_xmt_disconnect_assoc()
1512
u64
association_id
= be64_to_cpu(rqst->associd.
association_id
);
in nvme_fc_match_disconn_ls()
local
1521
if (
association_id
== ctrl->
association_id
) {
in nvme_fc_match_disconn_ls()
[all...]
/kernel/linux/linux-6.6/drivers/nvme/host/
H
A
D
fc.h
165
u64
association_id
)
in nvmefc_fmt_lsreq_discon_assoc()
183
discon_rqst->associd.
association_id
= cpu_to_be64(
association_id
);
in nvmefc_fmt_lsreq_discon_assoc()
162
nvmefc_fmt_lsreq_discon_assoc(struct nvmefc_ls_req *lsreq, struct fcnvme_ls_disconnect_assoc_rqst *discon_rqst, struct fcnvme_ls_disconnect_assoc_acc *discon_acc, u64
association_id
)
nvmefc_fmt_lsreq_discon_assoc()
argument
H
A
D
fc.c
162
u64
association_id
;
member
1268
ctrl->
association_id
=
in nvme_fc_connect_admin_queue()
1269
be64_to_cpu(assoc_acc->associd.
association_id
);
in nvme_fc_connect_admin_queue()
1324
conn_rqst->associd.
association_id
= cpu_to_be64(ctrl->
association_id
);
in nvme_fc_connect_queue()
1446
ctrl->
association_id
);
in nvme_fc_xmt_disconnect_assoc()
1508
u64
association_id
= be64_to_cpu(rqst->associd.
association_id
);
in nvme_fc_match_disconn_ls()
local
1517
if (
association_id
== ctrl->
association_id
) {
in nvme_fc_match_disconn_ls()
[all...]
/kernel/linux/linux-5.10/drivers/nvme/target/
H
A
D
fc.c
160
u64
association_id
;
member
203
return (assoc->
association_id
| qid);
in nvmet_fc_makeconnid()
515
assoc->
association_id
);
in nvmet_fc_xmt_disconnect_assoc()
966
u64
association_id
= nvmet_fc_getassociationid(connection_id);
in nvmet_fc_find_target_queue()
local
975
if (
association_id
== assoc->
association_id
) {
in nvmet_fc_find_target_queue()
1133
if (ran == tmpassoc->
association_id
) {
in nvmet_fc_alloc_target_assoc()
1139
assoc->
association_id
= ran;
in nvmet_fc_alloc_target_assoc()
1233
u64
association_id
)
in nvmet_fc_find_target_assoc()
1241
if (
association_id
in nvmet_fc_find_target_assoc()
1232
nvmet_fc_find_target_assoc(struct nvmet_fc_tgtport *tgtport, u64
association_id
)
nvmet_fc_find_target_assoc()
argument
[all...]
/kernel/linux/linux-6.6/drivers/nvme/target/
H
A
D
fc.c
163
u64
association_id
;
member
207
return (assoc->
association_id
| qid);
in nvmet_fc_makeconnid()
527
assoc->
association_id
);
in nvmet_fc_xmt_disconnect_assoc()
963
u64
association_id
= nvmet_fc_getassociationid(connection_id);
in nvmet_fc_find_target_queue()
local
971
if (
association_id
== assoc->
association_id
) {
in nvmet_fc_find_target_queue()
1160
if (ran == tmpassoc->
association_id
) {
in nvmet_fc_alloc_target_assoc()
1166
assoc->
association_id
= ran;
in nvmet_fc_alloc_target_assoc()
1260
u64
association_id
)
in nvmet_fc_find_target_assoc()
1267
if (
association_id
in nvmet_fc_find_target_assoc()
1259
nvmet_fc_find_target_assoc(struct nvmet_fc_tgtport *tgtport, u64
association_id
)
nvmet_fc_find_target_assoc()
argument
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
nvme-fc.h
310
__be64
association_id
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
nvme-fc.h
310
__be64
association_id
;
member
/kernel/linux/linux-5.10/drivers/staging/ks7010/
H
A
D
ks_hostif.h
444
__le16
association_id
;
member
/kernel/linux/linux-6.6/drivers/staging/ks7010/
H
A
D
ks_hostif.h
444
__le16
association_id
;
member
Completed in 17 milliseconds