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_iod
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/nvme/host/
H
A
D
pci.c
220
* The
nvme_iod
describes the data in an I/O.
225
struct
nvme_iod
{
struct
418
struct
nvme_iod
*iod = blk_mq_rq_to_pdu(req);
in nvme_init_request()
519
struct
nvme_iod
*iod = blk_mq_rq_to_pdu(req);
in nvme_pci_iod_list()
525
struct
nvme_iod
*iod = blk_mq_rq_to_pdu(req);
in nvme_pci_use_sgls()
543
struct
nvme_iod
*iod = blk_mq_rq_to_pdu(req);
in nvme_free_prps()
560
struct
nvme_iod
*iod = blk_mq_rq_to_pdu(req);
in nvme_free_sgls()
576
struct
nvme_iod
*iod = blk_mq_rq_to_pdu(req);
in nvme_unmap_sg()
587
struct
nvme_iod
*iod = blk_mq_rq_to_pdu(req);
in nvme_unmap_data()
625
struct
nvme_iod
*io
in nvme_pci_setup_prps()
[all...]
/kernel/linux/linux-6.6/drivers/nvme/host/
H
A
D
pci.c
225
* The
nvme_iod
describes the data in an I/O.
230
struct
nvme_iod
{
struct
423
struct
nvme_iod
*iod = blk_mq_rq_to_pdu(req);
in nvme_pci_init_request()
527
struct
nvme_iod
*iod = blk_mq_rq_to_pdu(req);
in nvme_free_prps()
542
struct
nvme_iod
*iod = blk_mq_rq_to_pdu(req);
in nvme_unmap_data()
582
struct
nvme_iod
*iod = blk_mq_rq_to_pdu(req);
in nvme_pci_setup_prps()
688
struct
nvme_iod
*iod = blk_mq_rq_to_pdu(req);
in nvme_pci_setup_sgls()
734
struct
nvme_iod
*iod = blk_mq_rq_to_pdu(req);
in nvme_setup_prp_simple()
755
struct
nvme_iod
*iod = blk_mq_rq_to_pdu(req);
in nvme_setup_sgl_simple()
772
struct
nvme_iod
*io
in nvme_map_data()
[all...]
Completed in 6 milliseconds