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:to_nvme_dev
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/nvme/host/
H
A
D
pci.c
180
static inline struct nvme_dev *
to_nvme_dev
(struct nvme_ctrl *ctrl)
in to_nvme_dev()
function
398
struct nvme_dev *dev =
to_nvme_dev
(data);
in nvme_admin_init_hctx()
411
struct nvme_dev *dev =
to_nvme_dev
(data);
in nvme_init_hctx()
441
struct nvme_dev *dev =
to_nvme_dev
(set->driver_data);
in nvme_pci_map_queues()
1133
struct nvme_dev *dev =
to_nvme_dev
(ctrl);
in nvme_pci_submit_async_event()
2068
struct nvme_dev *ndev =
to_nvme_dev
(dev_get_drvdata(dev));
in cmb_show()
2078
struct nvme_dev *ndev =
to_nvme_dev
(dev_get_drvdata(dev));
in cmbloc_show()
2087
struct nvme_dev *ndev =
to_nvme_dev
(dev_get_drvdata(dev));
in cmbsz_show()
2096
struct nvme_dev *ndev =
to_nvme_dev
(dev_get_drvdata(dev));
in hmb_show()
2104
struct nvme_dev *ndev =
to_nvme_dev
(dev_get_drvdat
in hmb_store()
[all...]
/kernel/linux/linux-5.10/drivers/nvme/host/
H
A
D
pci.c
180
static inline struct nvme_dev *
to_nvme_dev
(struct nvme_ctrl *ctrl)
in to_nvme_dev()
function
1116
struct nvme_dev *dev =
to_nvme_dev
(ctrl);
in nvme_pci_submit_async_event()
1798
struct nvme_dev *ndev =
to_nvme_dev
(dev_get_drvdata(dev));
in nvme_cmb_show()
2579
struct nvme_dev *dev =
to_nvme_dev
(ctrl);
in nvme_pci_free_ctrl()
2758
*val = readl(
to_nvme_dev
(ctrl)->bar + off);
in nvme_pci_reg_read32()
2764
writel(val,
to_nvme_dev
(ctrl)->bar + off);
in nvme_pci_reg_write32()
2770
*val = lo_hi_readq(
to_nvme_dev
(ctrl)->bar + off);
in nvme_pci_reg_read64()
2776
struct pci_dev *pdev = to_pci_dev(
to_nvme_dev
(ctrl)->dev);
in nvme_pci_get_address()
Completed in 8 milliseconds