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:use_32bit_dma
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_base.c
3023
if (ioc->
use_32bit_dma
)
in _base_config_dma_addressing()
5976
ioc->
use_32bit_dma
= true;
in _base_allocate_pcie_sgl_pool()
6032
ioc->
use_32bit_dma
= true;
in _base_allocate_chain_dma_pool()
6067
ioc->
use_32bit_dma
= true;
in _base_allocate_sense_dma_pool()
6100
ioc->
use_32bit_dma
= true;
in _base_allocate_reply_pool()
6135
ioc->
use_32bit_dma
= true;
in _base_allocate_reply_free_dma_pool()
6176
ioc->
use_32bit_dma
= true;
in _base_allocate_reply_post_free_array()
6443
ioc->
use_32bit_dma
= true;
in _base_allocate_memory_pools()
6678
if (ioc->
use_32bit_dma
&& (ioc->dma_mask > 32)) {
in _base_allocate_memory_pools()
8379
ioc->
use_32bit_dma
in mpt3sas_base_attach()
[all...]
H
A
D
mpt3sas_base.h
1204
* @
use_32bit_dma
: Flag to use 32 bit consistent dma mask
1403
bool
use_32bit_dma
;
member
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_base.h
1069
* @
use_32bit_dma
: Flag to use 32 bit consistent dma mask
1262
bool
use_32bit_dma
;
member
H
A
D
mpt3sas_base.c
2856
if (ioc->
use_32bit_dma
)
in _base_config_dma_addressing()
5048
ioc->
use_32bit_dma
= true;
in _base_allocate_pcie_sgl_pool()
5333
ioc->
use_32bit_dma
= true;
in _base_allocate_memory_pools()
5659
if (ioc->
use_32bit_dma
&& (ioc->dma_mask > 32)) {
in _base_allocate_memory_pools()
7331
ioc->
use_32bit_dma
= false;
in mpt3sas_base_attach()
Completed in 28 milliseconds