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:chain_segment_sz
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_base.c
5958
ioc->chains_per_prp_buffer = sz/ioc->
chain_segment_sz
;
in _base_allocate_pcie_sgl_pool()
5984
(j * ioc->
chain_segment_sz
);
in _base_allocate_pcie_sgl_pool()
5987
(j * ioc->
chain_segment_sz
);
in _base_allocate_pcie_sgl_pool()
6014
ioc->
chain_segment_sz
, 16, 0);
in _base_allocate_chain_dma_pool()
6027
ctr->chain_buffer_dma, ioc->
chain_segment_sz
)) {
in _base_allocate_chain_dma_pool()
6039
ioc->scsiio_depth, ioc->
chain_segment_sz
, ((ioc->scsiio_depth *
in _base_allocate_chain_dma_pool()
6041
ioc->
chain_segment_sz
))/1024));
in _base_allocate_chain_dma_pool()
6357
ioc->
chain_segment_sz
=
in _base_allocate_memory_pools()
6362
ioc->
chain_segment_sz
= DEFAULT_NUM_FWCHAIN_ELEMTS *
in _base_allocate_memory_pools()
6365
ioc->
chain_segment_sz
in _base_allocate_memory_pools()
[all...]
H
A
D
mpt3sas_base.h
1279
* @
chain_segment_sz
: gives the max number of
1535
u16
chain_segment_sz
;
member
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_base.c
5030
ioc->chains_per_prp_buffer = sz/ioc->
chain_segment_sz
;
in _base_allocate_pcie_sgl_pool()
5056
(j * ioc->
chain_segment_sz
);
in _base_allocate_pcie_sgl_pool()
5059
(j * ioc->
chain_segment_sz
);
in _base_allocate_pcie_sgl_pool()
5248
ioc->
chain_segment_sz
=
in _base_allocate_memory_pools()
5253
ioc->
chain_segment_sz
= DEFAULT_NUM_FWCHAIN_ELEMTS *
in _base_allocate_memory_pools()
5256
ioc->
chain_segment_sz
= ioc->request_sz;
in _base_allocate_memory_pools()
5269
max_sge_elements = ioc->
chain_segment_sz
- sge_size;
in _base_allocate_memory_pools()
5492
ioc->
chain_segment_sz
, 16, 0);
in _base_allocate_memory_pools()
5509
total_sz += ioc->
chain_segment_sz
;
in _base_allocate_memory_pools()
5514
ioc->chain_depth, ioc->
chain_segment_sz
,
in _base_allocate_memory_pools()
[all...]
H
A
D
mpt3sas_base.h
1144
* @
chain_segment_sz
: gives the max number of
1388
u16
chain_segment_sz
;
member
Completed in 21 milliseconds