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:optrom_size
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_bsg.c
1406
if (start > ha->
optrom_size
) {
in qla2x00_optrom_setup()
1408
"start %d >
optrom_size
%d.\n", start, ha->
optrom_size
);
in qla2x00_optrom_setup()
1421
if (ha->
optrom_size
== OPTROM_SIZE_2300 && start == 0)
in qla2x00_optrom_setup()
1438
bsg_job->request_payload.payload_len > ha->
optrom_size
?
in qla2x00_optrom_setup()
1439
ha->
optrom_size
- start :
in qla2x00_optrom_setup()
1444
bsg_job->reply_payload.payload_len > ha->
optrom_size
?
in qla2x00_optrom_setup()
1445
ha->
optrom_size
- start :
in qla2x00_optrom_setup()
H
A
D
qla_attr.c
366
uint32_t size = ha->
optrom_size
;
in qla2x00_sysfs_write_optrom_ctl()
378
if (start > ha->
optrom_size
)
in qla2x00_sysfs_write_optrom_ctl()
380
if (size > ha->
optrom_size
- start)
in qla2x00_sysfs_write_optrom_ctl()
381
size = ha->
optrom_size
- start;
in qla2x00_sysfs_write_optrom_ctl()
470
if (ha->
optrom_size
== OPTROM_SIZE_2300 && start == 0)
in qla2x00_sysfs_write_optrom_ctl()
H
A
D
qla_os.c
2855
ha->
optrom_size
= OPTROM_SIZE_2300;
in qla2x00_probe_one()
2895
ha->
optrom_size
= OPTROM_SIZE_2322;
in qla2x00_probe_one()
2910
ha->
optrom_size
= OPTROM_SIZE_24XX;
in qla2x00_probe_one()
2926
ha->
optrom_size
= OPTROM_SIZE_25XX;
in qla2x00_probe_one()
2942
ha->
optrom_size
= OPTROM_SIZE_81XX;
in qla2x00_probe_one()
2957
ha->
optrom_size
= OPTROM_SIZE_82XX;
in qla2x00_probe_one()
2972
ha->
optrom_size
= OPTROM_SIZE_83XX;
in qla2x00_probe_one()
2989
ha->
optrom_size
= OPTROM_SIZE_83XX;
in qla2x00_probe_one()
3020
ha->
optrom_size
= OPTROM_SIZE_83XX;
in qla2x00_probe_one()
3037
ha->
optrom_size
in qla2x00_probe_one()
[all...]
H
A
D
qla_sup.c
2363
midpoint = ha->
optrom_size
/ 2;
in qla2x00_read_optrom_data()
2551
} else if (addr == ha->
optrom_size
/ 2) {
in qla2x00_write_optrom_data()
H
A
D
qla_def.h
4414
uint32_t
optrom_size
;
member
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_bsg.c
1425
if (start > ha->
optrom_size
) {
in qla2x00_optrom_setup()
1427
"start %d >
optrom_size
%d.\n", start, ha->
optrom_size
);
in qla2x00_optrom_setup()
1440
if (ha->
optrom_size
== OPTROM_SIZE_2300 && start == 0)
in qla2x00_optrom_setup()
1457
bsg_job->request_payload.payload_len > ha->
optrom_size
?
in qla2x00_optrom_setup()
1458
ha->
optrom_size
- start :
in qla2x00_optrom_setup()
1463
bsg_job->reply_payload.payload_len > ha->
optrom_size
?
in qla2x00_optrom_setup()
1464
ha->
optrom_size
- start :
in qla2x00_optrom_setup()
H
A
D
qla_attr.c
366
uint32_t size = ha->
optrom_size
;
in qla2x00_sysfs_write_optrom_ctl()
378
if (start > ha->
optrom_size
)
in qla2x00_sysfs_write_optrom_ctl()
380
if (size > ha->
optrom_size
- start)
in qla2x00_sysfs_write_optrom_ctl()
381
size = ha->
optrom_size
- start;
in qla2x00_sysfs_write_optrom_ctl()
470
if (ha->
optrom_size
== OPTROM_SIZE_2300 && start == 0)
in qla2x00_sysfs_write_optrom_ctl()
H
A
D
qla_os.c
3016
ha->
optrom_size
= OPTROM_SIZE_2300;
in qla2x00_probe_one()
3058
ha->
optrom_size
= OPTROM_SIZE_2322;
in qla2x00_probe_one()
3073
ha->
optrom_size
= OPTROM_SIZE_24XX;
in qla2x00_probe_one()
3089
ha->
optrom_size
= OPTROM_SIZE_25XX;
in qla2x00_probe_one()
3105
ha->
optrom_size
= OPTROM_SIZE_81XX;
in qla2x00_probe_one()
3120
ha->
optrom_size
= OPTROM_SIZE_82XX;
in qla2x00_probe_one()
3135
ha->
optrom_size
= OPTROM_SIZE_83XX;
in qla2x00_probe_one()
3152
ha->
optrom_size
= OPTROM_SIZE_83XX;
in qla2x00_probe_one()
3183
ha->
optrom_size
= OPTROM_SIZE_83XX;
in qla2x00_probe_one()
3200
ha->
optrom_size
in qla2x00_probe_one()
[all...]
H
A
D
qla_sup.c
2363
midpoint = ha->
optrom_size
/ 2;
in qla2x00_read_optrom_data()
2551
} else if (addr == ha->
optrom_size
/ 2) {
in qla2x00_write_optrom_data()
H
A
D
qla_def.h
4642
uint32_t
optrom_size
;
member
Completed in 58 milliseconds