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:ufshcd_sg_entry
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ufs/
H
A
D
ufshci.h
407
* struct
ufshcd_sg_entry
- UFSHCI PRD Entry
413
struct
ufshcd_sg_entry
{
struct
429
struct
ufshcd_sg_entry
prd_table[SG_ALL];
H
A
D
ufshcd.h
173
struct
ufshcd_sg_entry
*ucd_prdt_ptr;
H
A
D
ufshcd.c
482
prdt_length /= sizeof(struct
ufshcd_sg_entry
);
in ufshcd_print_trs()
491
sizeof(struct
ufshcd_sg_entry
) * prdt_length);
in ufshcd_print_trs()
2213
struct
ufshcd_sg_entry
*prd_table;
in ufshcd_map_sg()
2229
sizeof(struct
ufshcd_sg_entry
)));
in ufshcd_map_sg()
2234
prd_table = (struct
ufshcd_sg_entry
*)lrbp->ucd_prdt_ptr;
in ufshcd_map_sg()
2517
lrb->ucd_prdt_ptr = (struct
ufshcd_sg_entry
*)cmd_descp[i].prd_table;
in ufshcd_init_lrb()
/kernel/linux/linux-6.6/include/ufs/
H
A
D
ufshcd.h
179
struct
ufshcd_sg_entry
*ucd_prdt_ptr;
828
* @sg_entry_size: size of struct
ufshcd_sg_entry
(may include variant fields)
1128
WARN_ON_ONCE(sg_entry_size < sizeof(struct
ufshcd_sg_entry
));
in ufshcd_set_sg_entry_size()
1134
return sizeof(struct
ufshcd_sg_entry
);
1138
({ (void)(hba); BUILD_BUG_ON(sg_entry_size != sizeof(struct
ufshcd_sg_entry
)); })
H
A
D
ufshci.h
476
* struct
ufshcd_sg_entry
- UFSHCI PRD Entry
481
struct
ufshcd_sg_entry
{
struct
496
*
ufshcd_sg_entry
's. Variant-specific fields may be present after each.
/kernel/linux/linux-6.6/drivers/ufs/core/
H
A
D
ufshcd.c
2455
struct
ufshcd_sg_entry
*prd;
in ufshcd_sgl_to_prdt()
2808
lrb->ucd_prdt_ptr = (struct
ufshcd_sg_entry
*)cmd_descp->prd_table;
in ufshcd_init_lrb()
10226
ufshcd_set_sg_entry_size(hba, sizeof(struct
ufshcd_sg_entry
));
in ufshcd_alloc_host()
Completed in 28 milliseconds