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:nvmet_req_subsys
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/nvme/target/
H
A
D
passthru.c
294
struct nvme_ctrl *ctrl =
nvmet_req_subsys
(req)->passthru_ctrl;
in nvmet_passthru_execute_cmd()
314
timeout =
nvmet_req_subsys
(req)->io_timeout;
in nvmet_passthru_execute_cmd()
316
timeout =
nvmet_req_subsys
(req)->admin_timeout;
in nvmet_passthru_execute_cmd()
375
struct nvme_ctrl *ctrl =
nvmet_req_subsys
(req)->passthru_ctrl;
in nvmet_passthru_set_host_behaviour()
H
A
D
admin-cmd.c
762
struct nvmet_subsys *subsys =
nvmet_req_subsys
(req);
in nvmet_set_feat_write_protect()
821
struct nvmet_subsys *subsys =
nvmet_req_subsys
(req);
in nvmet_execute_set_features()
865
struct nvmet_subsys *subsys =
nvmet_req_subsys
(req);
in nvmet_get_feat_write_protect()
895
struct nvmet_subsys *subsys =
nvmet_req_subsys
(req);
in nvmet_execute_get_features()
1010
if (nvmet_is_disc_subsys(
nvmet_req_subsys
(req)))
in nvmet_parse_admin_cmd()
H
A
D
nvmet.h
610
static inline struct nvmet_subsys *
nvmet_req_subsys
(struct nvmet_req *req)
in nvmet_req_subsys()
function
653
return nvmet_is_passthru_subsys(
nvmet_req_subsys
(req));
in nvmet_is_passthru_req()
H
A
D
core.c
429
req->ns = xa_load(&
nvmet_req_subsys
(req)->namespaces, nsid);
in nvmet_req_find_ns()
Completed in 6 milliseconds