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:passthru_ctrl
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/nvme/target/
H
A
D
passthru.c
29
if (!nvme_multi_css(ctrl->subsys->
passthru_ctrl
))
in nvmet_passthrough_override_cap()
83
struct nvme_ctrl *pctrl = ctrl->subsys->
passthru_ctrl
;
in nvmet_passthru_override_id_ctrl()
294
struct nvme_ctrl *ctrl = nvmet_req_subsys(req)->
passthru_ctrl
;
in nvmet_passthru_execute_cmd()
375
struct nvme_ctrl *ctrl = nvmet_req_subsys(req)->
passthru_ctrl
;
in nvmet_passthru_set_host_behaviour()
583
if (subsys->
passthru_ctrl
)
in nvmet_passthru_ctrl_enable()
615
subsys->
passthru_ctrl
= ctrl;
in nvmet_passthru_ctrl_enable()
625
__module_get(subsys->
passthru_ctrl
->ops->module);
in nvmet_passthru_ctrl_enable()
637
if (subsys->
passthru_ctrl
) {
in __nvmet_passthru_ctrl_disable()
638
xa_erase(&passthru_subsystems, subsys->
passthru_ctrl
->cntlid);
in __nvmet_passthru_ctrl_disable()
639
module_put(subsys->
passthru_ctrl
in __nvmet_passthru_ctrl_disable()
[all...]
H
A
D
nvmet.h
271
struct nvme_ctrl *
passthru_ctrl
;
member
628
return subsys->
passthru_ctrl
;
in nvmet_is_passthru_subsys()
H
A
D
configfs.c
696
if (subsys->
passthru_ctrl
)
in nvmet_passthru_device_path_store()
724
return sprintf(page, "%d\n", subsys->
passthru_ctrl
? 1 : 0);
in nvmet_passthru_enable_show()
/kernel/linux/linux-5.10/drivers/nvme/target/
H
A
D
passthru.c
26
struct nvme_ctrl *pctrl = ctrl->subsys->
passthru_ctrl
;
in nvmet_passthru_override_id_ctrl()
507
if (subsys->
passthru_ctrl
)
in nvmet_passthru_ctrl_enable()
539
subsys->
passthru_ctrl
= ctrl;
in nvmet_passthru_ctrl_enable()
549
__module_get(subsys->
passthru_ctrl
->ops->module);
in nvmet_passthru_ctrl_enable()
561
if (subsys->
passthru_ctrl
) {
in __nvmet_passthru_ctrl_disable()
562
xa_erase(&passthru_subsystems, subsys->
passthru_ctrl
->cntlid);
in __nvmet_passthru_ctrl_disable()
563
module_put(subsys->
passthru_ctrl
->ops->module);
in __nvmet_passthru_ctrl_disable()
564
nvme_put_ctrl(subsys->
passthru_ctrl
);
in __nvmet_passthru_ctrl_disable()
566
subsys->
passthru_ctrl
= NULL;
in __nvmet_passthru_ctrl_disable()
H
A
D
nvmet.h
248
struct nvme_ctrl *
passthru_ctrl
;
member
560
return subsys->
passthru_ctrl
;
in nvmet_passthru_ctrl()
H
A
D
configfs.c
689
if (subsys->
passthru_ctrl
)
in nvmet_passthru_device_path_store()
717
return sprintf(page, "%d\n", subsys->
passthru_ctrl
? 1 : 0);
in nvmet_passthru_enable_show()
Completed in 13 milliseconds