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:cmic
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/drivers/nvme/host/
H
A
D
nvme.h
421
u8
cmic
;
member
831
(ctrl->subsys->
cmic
& NVME_CTRL_CMIC_ANA) ||
in nvme_is_unique_nsid()
973
if (ctrl->subsys->
cmic
& NVME_CTRL_CMIC_ANA)
in nvme_mpath_init_identify()
H
A
D
multipath.c
530
if (!(ctrl->subsys->
cmic
& NVME_CTRL_CMIC_MULTI_CTRL) ||
in nvme_mpath_alloc_disk()
916
!(ctrl->subsys->
cmic
& NVME_CTRL_CMIC_ANA))
in nvme_mpath_init_identify()
H
A
D
core.c
2756
if ((id->
cmic
& NVME_CTRL_CMIC_MULTI_CTRL) ||
in nvme_validate_cntlid()
2786
subsys->
cmic
= id->
cmic
;
in nvme_init_subsystem()
3490
((ns->ctrl->subsys->
cmic
& NVME_CTRL_CMIC_MULTI_CTRL) &&
in nvme_init_ns_head()
/kernel/linux/linux-5.10/drivers/nvme/host/
H
A
D
nvme.h
385
u8
cmic
;
member
823
if (ctrl->subsys->
cmic
& (1 << 3))
in nvme_mpath_init_identify()
H
A
D
multipath.c
373
if (!(ctrl->subsys->
cmic
& NVME_CTRL_CMIC_MULTI_CTRL) || !multipath)
in nvme_mpath_alloc_disk()
749
!(ctrl->subsys->
cmic
& NVME_CTRL_CMIC_ANA))
in nvme_mpath_init_identify()
H
A
D
core.c
2914
if ((id->
cmic
& NVME_CTRL_CMIC_MULTI_CTRL) ||
in nvme_validate_cntlid()
2944
subsys->
cmic
= id->
cmic
;
in nvme_init_subsystem()
/kernel/linux/linux-5.10/drivers/nvme/target/
H
A
D
passthru.c
106
id->
cmic
|= 1 << 1;
in nvmet_passthru_override_id_ctrl()
H
A
D
admin-cmd.c
368
id->
cmic
= (1 << 0) | (1 << 1) | (1 << 3);
in nvmet_execute_identify_ctrl()
/kernel/linux/linux-6.6/drivers/nvme/target/
H
A
D
passthru.c
163
id->
cmic
|= 1 << 1;
in nvmet_passthru_override_id_ctrl()
H
A
D
admin-cmd.c
390
id->
cmic
= NVME_CTRL_CMIC_MULTI_PORT | NVME_CTRL_CMIC_MULTI_CTRL |
in nvmet_execute_identify_ctrl()
/kernel/linux/linux-5.10/include/linux/
H
A
D
nvme.h
240
__u8
cmic
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
nvme.h
279
__u8
cmic
;
member
Completed in 31 milliseconds