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:SGList
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
hpsa.c
1052
c->busaddr |= 1 | (h->blockFetchTable[c->Header.
SGList
] << 1);
in set_performant_mode()
1076
c->busaddr |= 1 | (h->ioaccel1_blockFetchTable[c->Header.
SGList
] << 1) |
in set_ioaccel1_performant_mode()
2642
cp->Header.
SGList
= scsi_sg_count(cmd);
in complete_scsi_command()
2643
cp->Header.SGTotal = cpu_to_le16(cp->Header.
SGList
);
in complete_scsi_command()
2821
cp->Header.
SGList
= 0;
in hpsa_map_one()
2829
cp->Header.
SGList
= 0;
in hpsa_map_one()
2836
cp->Header.
SGList
= 1; /* no. SGs contig in this cmd */
in hpsa_map_one()
4633
cp->Header.
SGList
= h->max_cmd_sg_entries;
in hpsa_scatter_gather()
4644
cp->Header.
SGList
= (u8) use_sg; /* no. SGs contig in this cmd */
in hpsa_scatter_gather()
4814
c->Header.
SGList
in hpsa_scsi_ioaccel1_queue_command()
[all...]
H
A
D
hpsa_cmd.h
345
u8
SGList
;
member
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
hpsa.c
1055
c->busaddr |= 1 | (h->blockFetchTable[c->Header.
SGList
] << 1);
in set_performant_mode()
1079
c->busaddr |= 1 | (h->ioaccel1_blockFetchTable[c->Header.
SGList
] << 1) |
in set_ioaccel1_performant_mode()
2646
cp->Header.
SGList
= scsi_sg_count(cmd);
in complete_scsi_command()
2647
cp->Header.SGTotal = cpu_to_le16(cp->Header.
SGList
);
in complete_scsi_command()
2825
cp->Header.
SGList
= 0;
in hpsa_map_one()
2833
cp->Header.
SGList
= 0;
in hpsa_map_one()
2840
cp->Header.
SGList
= 1; /* no. SGs contig in this cmd */
in hpsa_map_one()
4629
cp->Header.
SGList
= h->max_cmd_sg_entries;
in hpsa_scatter_gather()
4640
cp->Header.
SGList
= (u8) use_sg; /* no. SGs contig in this cmd */
in hpsa_scatter_gather()
4810
c->Header.
SGList
in hpsa_scsi_ioaccel1_queue_command()
[all...]
H
A
D
hpsa_cmd.h
348
u8
SGList
;
member
Completed in 24 milliseconds