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:sgpe
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_scsi.c
987
struct scatterlist *
sgpe
; /* s/g prot entry */
in lpfc_bg_err_inject()
local
1002
sgpe
= scsi_prot_sglist(sc);
in lpfc_bg_err_inject()
1014
if (
sgpe
) {
in lpfc_bg_err_inject()
1016
numblks = sg_dma_len(
sgpe
) /
in lpfc_bg_err_inject()
1044
if (
sgpe
) {
in lpfc_bg_err_inject()
1045
src = (struct scsi_dif_tuple *)sg_virt(
sgpe
);
in lpfc_bg_err_inject()
1707
struct scatterlist *
sgpe
= NULL; /* s/g prot entry */
in lpfc_bg_setup_bpl_prot()
local
1729
sgpe
= scsi_prot_sglist(sc);
in lpfc_bg_setup_bpl_prot()
1732
if (!
sgpe
|| !sgde) {
in lpfc_bg_setup_bpl_prot()
1735
sgpe
, sgd
in lpfc_bg_setup_bpl_prot()
2133
struct scatterlist *
sgpe
= NULL; /* s/g prot entry */
lpfc_bg_setup_sgl_prot()
local
2715
struct scatterlist *
sgpe
; /* s/g prot entry */
lpfc_calc_bg_err()
local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_scsi.c
962
struct scatterlist *
sgpe
; /* s/g prot entry */
in lpfc_bg_err_inject()
local
977
sgpe
= scsi_prot_sglist(sc);
in lpfc_bg_err_inject()
989
if (
sgpe
) {
in lpfc_bg_err_inject()
991
numblks = sg_dma_len(
sgpe
) /
in lpfc_bg_err_inject()
1019
if (
sgpe
) {
in lpfc_bg_err_inject()
1020
src = (struct scsi_dif_tuple *)sg_virt(
sgpe
);
in lpfc_bg_err_inject()
1681
struct scatterlist *
sgpe
= NULL; /* s/g prot entry */
in lpfc_bg_setup_bpl_prot()
local
1703
sgpe
= scsi_prot_sglist(sc);
in lpfc_bg_setup_bpl_prot()
1706
if (!
sgpe
|| !sgde) {
in lpfc_bg_setup_bpl_prot()
1709
sgpe
, sgd
in lpfc_bg_setup_bpl_prot()
2108
struct scatterlist *
sgpe
= NULL; /* s/g prot entry */
lpfc_bg_setup_sgl_prot()
local
2688
struct scatterlist *
sgpe
; /* s/g prot entry */
lpfc_calc_bg_err()
local
[all...]
Completed in 7 milliseconds