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:NVME_CTRL_DEAD
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/nvme/host/
H
A
D
fabrics.h
157
ctrl->state ==
NVME_CTRL_DEAD
||
in nvmf_ctlr_matches_baseopts()
H
A
D
fabrics.c
556
ctrl->state !=
NVME_CTRL_DEAD
&&
in nvmf_fail_nonready_command()
595
case
NVME_CTRL_DEAD
:
in __nvmf_check_ready()
H
A
D
nvme.h
217
* @
NVME_CTRL_DEAD
: Controller is non-present/unresponsive during
229
NVME_CTRL_DEAD
,
enumerator
H
A
D
core.c
410
case
NVME_CTRL_DEAD
:
in nvme_change_ctrl_state()
417
case
NVME_CTRL_DEAD
:
in nvme_change_ctrl_state()
455
case
NVME_CTRL_DEAD
:
in nvme_state_terminal()
3572
[
NVME_CTRL_DEAD
] = "dead",
in nvme_sysfs_show_state()
4266
if (ctrl->state ==
NVME_CTRL_DEAD
)
in nvme_remove_namespaces()
H
A
D
pci.c
2989
nvme_change_ctrl_state(&dev->ctrl,
NVME_CTRL_DEAD
);
in nvme_remove()
/kernel/linux/linux-6.6/drivers/nvme/host/
H
A
D
fabrics.h
174
ctrl->state ==
NVME_CTRL_DEAD
||
in nvmf_ctlr_matches_baseopts()
H
A
D
sysfs.c
236
[
NVME_CTRL_DEAD
] = "dead",
in nvme_sysfs_show_state()
H
A
D
core.c
549
case
NVME_CTRL_DEAD
:
in nvme_change_ctrl_state()
556
case
NVME_CTRL_DEAD
:
in nvme_change_ctrl_state()
603
case
NVME_CTRL_DEAD
:
in nvme_state_terminal()
711
state !=
NVME_CTRL_DEAD
&&
in nvme_fail_nonready_command()
751
case
NVME_CTRL_DEAD
:
in __nvme_check_ready()
3997
if (nvme_ctrl_state(ctrl) ==
NVME_CTRL_DEAD
)
in nvme_remove_namespaces()
H
A
D
nvme.h
228
* @
NVME_CTRL_DEAD
: Controller is non-present/unresponsive during
240
NVME_CTRL_DEAD
,
enumerator
H
A
D
pci.c
2788
nvme_change_ctrl_state(&dev->ctrl,
NVME_CTRL_DEAD
);
in nvme_reset_work()
3134
nvme_change_ctrl_state(&dev->ctrl,
NVME_CTRL_DEAD
);
in nvme_remove()
Completed in 28 milliseconds