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_F_FABRICS
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/drivers/nvme/host/
H
A
D
core.c
735
if (ctrl->ops->flags &
NVME_F_FABRICS
) {
in __nvme_check_ready()
1834
if (ctrl->ops->flags &
NVME_F_FABRICS
) {
in nvme_configure_metadata()
3034
if (!(ctrl->ops->flags &
NVME_F_FABRICS
))
in nvme_init_identify()
3127
if (ctrl->ops->flags &
NVME_F_FABRICS
) {
in nvme_init_identify()
3489
if ((ns->ctrl->ops->flags &
NVME_F_FABRICS
) || /* !PCIe */
in nvme_init_ns_head()
4248
if (ctrl->ops->flags &
NVME_F_FABRICS
)
in nvme_alloc_admin_tag_set()
4269
if (ctrl->ops->flags &
NVME_F_FABRICS
) {
in nvme_alloc_admin_tag_set()
4295
if (ctrl->ops->flags &
NVME_F_FABRICS
) {
in nvme_remove_admin_tag_set()
4318
else if (ctrl->ops->flags &
NVME_F_FABRICS
)
in nvme_alloc_io_tag_set()
4334
if (ctrl->ops->flags &
NVME_F_FABRICS
) {
in nvme_alloc_io_tag_set()
[all...]
H
A
D
nvme.h
534
#define
NVME_F_FABRICS
(1 << 0)
macro
811
if (ctrl->ops->flags &
NVME_F_FABRICS
&&
in nvme_check_ready()
H
A
D
tcp.c
2488
.flags =
NVME_F_FABRICS
| NVME_F_BLOCKING,
H
A
D
rdma.c
2179
.flags =
NVME_F_FABRICS
| NVME_F_METADATA_SUPPORTED,
H
A
D
fc.c
3378
.flags =
NVME_F_FABRICS
,
/kernel/linux/linux-5.10/drivers/nvme/target/
H
A
D
loop.c
509
.flags =
NVME_F_FABRICS
,
/kernel/linux/linux-5.10/drivers/nvme/host/
H
A
D
nvme.h
483
#define
NVME_F_FABRICS
(1 << 0)
macro
H
A
D
core.c
2000
if (ctrl->ops->flags &
NVME_F_FABRICS
) {
in nvme_configure_metadata()
3080
if (!(ctrl->ops->flags &
NVME_F_FABRICS
))
in nvme_init_identify()
3166
if (ctrl->ops->flags &
NVME_F_FABRICS
) {
in nvme_init_identify()
H
A
D
tcp.c
2501
.flags =
NVME_F_FABRICS
,
H
A
D
rdma.c
2292
.flags =
NVME_F_FABRICS
| NVME_F_METADATA_SUPPORTED,
H
A
D
fc.c
3348
.flags =
NVME_F_FABRICS
,
/kernel/linux/linux-6.6/drivers/nvme/target/
H
A
D
loop.c
478
.flags =
NVME_F_FABRICS
,
Completed in 39 milliseconds