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:conn_acc
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/nvme/host/
H
A
D
fc.c
1299
struct fcnvme_ls_cr_conn_acc *
conn_acc
;
in nvme_fc_connect_queue()
local
1303
sizeof(*conn_rqst) + sizeof(*
conn_acc
) +
in nvme_fc_connect_queue()
1314
conn_acc
= (struct fcnvme_ls_cr_conn_acc *)&conn_rqst[1];
in nvme_fc_connect_queue()
1317
lsreq->private = (void *)&
conn_acc
[1];
in nvme_fc_connect_queue()
1343
lsreq->rspaddr =
conn_acc
;
in nvme_fc_connect_queue()
1344
lsreq->rsplen = sizeof(*
conn_acc
);
in nvme_fc_connect_queue()
1354
if (
conn_acc
->hdr.w0.ls_cmd != FCNVME_LS_ACC)
in nvme_fc_connect_queue()
1356
else if (
conn_acc
->hdr.desc_list_len !=
in nvme_fc_connect_queue()
1359
else if (
conn_acc
->hdr.rqst.desc_tag != cpu_to_be32(FCNVME_LSDESC_RQST))
in nvme_fc_connect_queue()
1361
else if (
conn_acc
in nvme_fc_connect_queue()
[all...]
/kernel/linux/linux-6.6/drivers/nvme/host/
H
A
D
fc.c
1293
struct fcnvme_ls_cr_conn_acc *
conn_acc
;
in nvme_fc_connect_queue()
local
1297
sizeof(*conn_rqst) + sizeof(*
conn_acc
) +
in nvme_fc_connect_queue()
1308
conn_acc
= (struct fcnvme_ls_cr_conn_acc *)&conn_rqst[1];
in nvme_fc_connect_queue()
1311
lsreq->private = (void *)&
conn_acc
[1];
in nvme_fc_connect_queue()
1337
lsreq->rspaddr =
conn_acc
;
in nvme_fc_connect_queue()
1338
lsreq->rsplen = sizeof(*
conn_acc
);
in nvme_fc_connect_queue()
1348
if (
conn_acc
->hdr.w0.ls_cmd != FCNVME_LS_ACC)
in nvme_fc_connect_queue()
1350
else if (
conn_acc
->hdr.desc_list_len !=
in nvme_fc_connect_queue()
1353
else if (
conn_acc
->hdr.rqst.desc_tag != cpu_to_be32(FCNVME_LSDESC_RQST))
in nvme_fc_connect_queue()
1355
else if (
conn_acc
in nvme_fc_connect_queue()
[all...]
Completed in 8 milliseconds