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:sgde
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_scsi.c
1566
struct scatterlist *
sgde
= NULL; /* s/g data entry */
in lpfc_bg_setup_bpl()
local
1645
scsi_for_each_sg(sc,
sgde
, datasegcnt, i) {
in lpfc_bg_setup_bpl()
1646
physaddr = sg_dma_address(
sgde
);
in lpfc_bg_setup_bpl()
1649
bpl->tus.f.bdeSize = sg_dma_len(
sgde
);
in lpfc_bg_setup_bpl()
1706
struct scatterlist *
sgde
= NULL; /* s/g data entry */
in lpfc_bg_setup_bpl_prot()
local
1730
sgde
= scsi_sglist(sc);
in lpfc_bg_setup_bpl_prot()
1732
if (!sgpe || !
sgde
) {
in lpfc_bg_setup_bpl_prot()
1735
sgpe,
sgde
);
in lpfc_bg_setup_bpl_prot()
1844
if (!
sgde
) {
in lpfc_bg_setup_bpl_prot()
1851
dataphysaddr = sg_dma_address(
sgde
)
in lpfc_bg_setup_bpl_prot()
1952
struct scatterlist *
sgde
= NULL; /* s/g data entry */
lpfc_bg_setup_sgl()
local
2132
struct scatterlist *
sgde
= NULL; /* s/g data entry */
lpfc_bg_setup_sgl_prot()
local
2716
struct scatterlist *
sgde
; /* s/g data entry */
lpfc_calc_bg_err()
local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_scsi.c
1540
struct scatterlist *
sgde
= NULL; /* s/g data entry */
in lpfc_bg_setup_bpl()
local
1619
scsi_for_each_sg(sc,
sgde
, datasegcnt, i) {
in lpfc_bg_setup_bpl()
1620
physaddr = sg_dma_address(
sgde
);
in lpfc_bg_setup_bpl()
1623
bpl->tus.f.bdeSize = sg_dma_len(
sgde
);
in lpfc_bg_setup_bpl()
1680
struct scatterlist *
sgde
= NULL; /* s/g data entry */
in lpfc_bg_setup_bpl_prot()
local
1704
sgde
= scsi_sglist(sc);
in lpfc_bg_setup_bpl_prot()
1706
if (!sgpe || !
sgde
) {
in lpfc_bg_setup_bpl_prot()
1709
sgpe,
sgde
);
in lpfc_bg_setup_bpl_prot()
1818
if (!
sgde
) {
in lpfc_bg_setup_bpl_prot()
1825
dataphysaddr = sg_dma_address(
sgde
)
in lpfc_bg_setup_bpl_prot()
1926
struct scatterlist *
sgde
= NULL; /* s/g data entry */
lpfc_bg_setup_sgl()
local
2107
struct scatterlist *
sgde
= NULL; /* s/g data entry */
lpfc_bg_setup_sgl_prot()
local
2689
struct scatterlist *
sgde
; /* s/g data entry */
lpfc_calc_bg_err()
local
[all...]
Completed in 8 milliseconds