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:hablob
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_nx.c
1539
const u8 *unirom = ha->
hablob
->fw->data;
in qla82xx_get_data_desc()
1568
return (u8 *)&ha->
hablob
->fw->data[offset];
in qla82xx_get_bootld_offset()
1582
return get_unaligned_le32(&ha->
hablob
->fw->data[FW_SIZE_OFFSET]);
in qla82xx_get_fw_size()
1598
return (u8 *)&ha->
hablob
->fw->data[offset];
in qla82xx_get_fw_offs()
1804
const uint8_t *unirom = ha->
hablob
->fw->data;
in qla82xx_set_product_offset()
1844
const struct firmware *fw = ha->
hablob
->fw;
in qla82xx_validate_firmware_blob()
2434
blob = ha->
hablob
= qla2x00_request_firmware(vha);
in qla82xx_load_fw()
H
A
D
qla_def.h
4523
struct fw_blob *
hablob
;
member
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_nx.c
1536
const u8 *unirom = ha->
hablob
->fw->data;
in qla82xx_get_data_desc()
1565
return (u8 *)&ha->
hablob
->fw->data[offset];
in qla82xx_get_bootld_offset()
1579
return get_unaligned_le32(&ha->
hablob
->fw->data[FW_SIZE_OFFSET]);
in qla82xx_get_fw_size()
1595
return (u8 *)&ha->
hablob
->fw->data[offset];
in qla82xx_get_fw_offs()
1801
const uint8_t *unirom = ha->
hablob
->fw->data;
in qla82xx_set_product_offset()
1841
const struct firmware *fw = ha->
hablob
->fw;
in qla82xx_validate_firmware_blob()
2429
blob = ha->
hablob
= qla2x00_request_firmware(vha);
in qla82xx_load_fw()
H
A
D
qla_def.h
4757
struct fw_blob *
hablob
;
member
Completed in 43 milliseconds