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:ASD_EDBS_PER_SCB
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic94xx/
H
A
D
aic94xx_hwi.c
350
escb->num_valid =
ASD_EDBS_PER_SCB
;
in asd_assign_edbs2escbs()
352
for (k = 0; k <
ASD_EDBS_PER_SCB
; k++) {
in asd_assign_edbs2escbs()
367
* An empty SCB has sg_elements of
ASD_EDBS_PER_SCB
(7) buffers.
378
seq->num_escbs = (edbs+
ASD_EDBS_PER_SCB
-1)/
ASD_EDBS_PER_SCB
;
in asd_init_escbs()
379
seq->num_edbs = seq->num_escbs *
ASD_EDBS_PER_SCB
;
in asd_init_escbs()
H
A
D
aic94xx_sas.h
422
#define
ASD_EDBS_PER_SCB
7
macro
425
struct sg_el eb[
ASD_EDBS_PER_SCB
];
H
A
D
aic94xx_scb.c
384
escb->num_valid =
ASD_EDBS_PER_SCB
;
in asd_invalidate_edb()
385
for (i = 0; i <
ASD_EDBS_PER_SCB
; i++)
in asd_invalidate_edb()
/kernel/linux/linux-6.6/drivers/scsi/aic94xx/
H
A
D
aic94xx_hwi.c
348
escb->num_valid =
ASD_EDBS_PER_SCB
;
in asd_assign_edbs2escbs()
350
for (k = 0; k <
ASD_EDBS_PER_SCB
; k++) {
in asd_assign_edbs2escbs()
365
* An empty SCB has sg_elements of
ASD_EDBS_PER_SCB
(7) buffers.
376
seq->num_escbs = (edbs+
ASD_EDBS_PER_SCB
-1)/
ASD_EDBS_PER_SCB
;
in asd_init_escbs()
377
seq->num_edbs = seq->num_escbs *
ASD_EDBS_PER_SCB
;
in asd_init_escbs()
H
A
D
aic94xx_sas.h
422
#define
ASD_EDBS_PER_SCB
7
macro
425
struct sg_el eb[
ASD_EDBS_PER_SCB
];
H
A
D
aic94xx_scb.c
388
escb->num_valid =
ASD_EDBS_PER_SCB
;
in asd_invalidate_edb()
389
for (i = 0; i <
ASD_EDBS_PER_SCB
; i++)
in asd_invalidate_edb()
Completed in 9 milliseconds