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:max_scbs
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic94xx/
H
A
D
aic94xx_hwi.c
204
asd_ha->seq.tc_index_bitmap_bits = asd_ha->hw_prof.
max_scbs
;
in asd_init_scbs()
242
asd_ha->hw_prof.
max_scbs
= asd_get_cmdctx_size(asd_ha)/ASD_SCB_SIZE;
in asd_get_max_scb_ddb()
244
ASD_DPRINTK("
max_scbs
:%d, max_ddbs:%d\n",
in asd_get_max_scb_ddb()
245
asd_ha->hw_prof.
max_scbs
,
in asd_get_max_scb_ddb()
400
seq->can_queue = 1 + (asd_ha->hw_prof.
max_scbs
- seq->pending)/2;
in asd_init_escbs()
548
if (max_cmnds <= asd_ha->hw_prof.
max_scbs
|| max_cmnds > 0xFFFF) {
in asd_extend_cmdctx()
549
max_cmnds = asd_ha->hw_prof.
max_scbs
;
in asd_extend_cmdctx()
553
size = (max_cmnds - asd_ha->hw_prof.
max_scbs
+ 1) * ASD_SCB_SIZE;
in asd_extend_cmdctx()
559
max_cmnds = asd_ha->hw_prof.
max_scbs
;
in asd_extend_cmdctx()
564
dma_addr -= asd_ha->hw_prof.
max_scbs
* ASD_SCB_SIZ
in asd_extend_cmdctx()
[all...]
H
A
D
aic94xx_seq.c
864
u16
max_scbs
= 0;
in asd_init_scb_sites()
local
866
for (site_no = asd_ha->hw_prof.
max_scbs
-1;
in asd_init_scb_sites()
901
max_scbs
++;
in asd_init_scb_sites()
903
asd_ha->hw_prof.
max_scbs
=
max_scbs
;
in asd_init_scb_sites()
904
ASD_DPRINTK("
max_scbs
:%d\n", asd_ha->hw_prof.
max_scbs
);
in asd_init_scb_sites()
H
A
D
aic94xx_hwi.h
95
u32
max_scbs
; /* absolute sequencer scb queue size */
member
H
A
D
aic94xx_init.c
212
asd_ha->hw_prof.
max_scbs
= 512;
in asd_common_setup()
H
A
D
aic94xx_dump.c
848
for (site_no = 0; site_no < asd_ha->hw_prof.
max_scbs
; site_no++) {
/kernel/linux/linux-6.6/drivers/scsi/aic94xx/
H
A
D
aic94xx_hwi.c
202
asd_ha->seq.tc_index_bitmap_bits = asd_ha->hw_prof.
max_scbs
;
in asd_init_scbs()
240
asd_ha->hw_prof.
max_scbs
= asd_get_cmdctx_size(asd_ha)/ASD_SCB_SIZE;
in asd_get_max_scb_ddb()
242
ASD_DPRINTK("
max_scbs
:%d, max_ddbs:%d\n",
in asd_get_max_scb_ddb()
243
asd_ha->hw_prof.
max_scbs
,
in asd_get_max_scb_ddb()
398
seq->can_queue = 1 + (asd_ha->hw_prof.
max_scbs
- seq->pending)/2;
in asd_init_escbs()
546
if (max_cmnds <= asd_ha->hw_prof.
max_scbs
|| max_cmnds > 0xFFFF) {
in asd_extend_cmdctx()
547
max_cmnds = asd_ha->hw_prof.
max_scbs
;
in asd_extend_cmdctx()
551
size = (max_cmnds - asd_ha->hw_prof.
max_scbs
+ 1) * ASD_SCB_SIZE;
in asd_extend_cmdctx()
557
max_cmnds = asd_ha->hw_prof.
max_scbs
;
in asd_extend_cmdctx()
562
dma_addr -= asd_ha->hw_prof.
max_scbs
* ASD_SCB_SIZ
in asd_extend_cmdctx()
[all...]
H
A
D
aic94xx_seq.c
864
u16
max_scbs
= 0;
in asd_init_scb_sites()
local
866
for (site_no = asd_ha->hw_prof.
max_scbs
-1;
in asd_init_scb_sites()
901
max_scbs
++;
in asd_init_scb_sites()
903
asd_ha->hw_prof.
max_scbs
=
max_scbs
;
in asd_init_scb_sites()
904
ASD_DPRINTK("
max_scbs
:%d\n", asd_ha->hw_prof.
max_scbs
);
in asd_init_scb_sites()
H
A
D
aic94xx_hwi.h
95
u32
max_scbs
; /* absolute sequencer scb queue size */
member
H
A
D
aic94xx_init.c
212
asd_ha->hw_prof.
max_scbs
= 512;
in asd_common_setup()
Completed in 11 milliseconds