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:fw_memory_size
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_dbg.c
289
ha->
fw_memory_size
- 0x100000 + 1, nxt);
in qla24xx_dump_memory()
883
ha->
fw_memory_size
- 0x11000 + 1, &nxt);
in qla2300_fw_dump()
2416
nxt += (ha->
fw_memory_size
- 0x100000 + 1);
in qla83xx_fw_dump()
H
A
D
qla_tmpl.c
272
end = vha->hw->
fw_memory_size
;
in qla27xx_fwdt_entry_t262()
H
A
D
qla_mbx.c
1053
ha->
fw_memory_size
= 0x1FFFF; /* Defaults to 128KB. */
in qla2x00_get_fw_version()
1055
ha->
fw_memory_size
= (mcp->mb[5] << 16) | mcp->mb[4];
in qla2x00_get_fw_version()
H
A
D
qla_def.h
4327
uint32_t
fw_memory_size
;
member
H
A
D
qla_init.c
3356
mem_size = (ha->
fw_memory_size
- 0x11000 + 1) *
in qla2x00_alloc_fw_dump()
3368
mem_size = (ha->
fw_memory_size
- 0x100000 + 1) *
in qla2x00_alloc_fw_dump()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_dbg.c
288
ha->
fw_memory_size
- 0x100000 + 1, nxt);
in qla24xx_dump_memory()
882
ha->
fw_memory_size
- 0x11000 + 1, &nxt);
in qla2300_fw_dump()
2415
nxt += (ha->
fw_memory_size
- 0x100000 + 1);
in qla83xx_fw_dump()
H
A
D
qla_tmpl.c
272
end = vha->hw->
fw_memory_size
;
in qla27xx_fwdt_entry_t262()
H
A
D
qla_mbx.c
1095
ha->
fw_memory_size
= 0x1FFFF; /* Defaults to 128KB. */
in qla2x00_get_fw_version()
1097
ha->
fw_memory_size
= (mcp->mb[5] << 16) | mcp->mb[4];
in qla2x00_get_fw_version()
H
A
D
qla_def.h
4555
uint32_t
fw_memory_size
;
member
H
A
D
qla_init.c
3794
mem_size = (ha->
fw_memory_size
- 0x11000 + 1) *
in qla2x00_alloc_fw_dump()
3806
mem_size = (ha->
fw_memory_size
- 0x100000 + 1) *
in qla2x00_alloc_fw_dump()
Completed in 69 milliseconds