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:lr_detected
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_init.c
3705
ha->flags.
lr_detected
= 0;
in qla24xx_detect_sfp()
3709
ha->flags.
lr_detected
= 1;
in qla24xx_detect_sfp()
3726
ha->flags.
lr_detected
= 0;
in qla24xx_detect_sfp()
3730
ha->flags.
lr_detected
= 1;
in qla24xx_detect_sfp()
3741
types[ha->flags.
lr_detected
],
in qla24xx_detect_sfp()
3742
ha->flags.
lr_detected
? lengths[ha->lr_distance] :
in qla24xx_detect_sfp()
3744
used_nvram, ll, ha->flags.
lr_detected
, ha->lr_distance);
in qla24xx_detect_sfp()
3745
return ha->flags.
lr_detected
;
in qla24xx_detect_sfp()
H
A
D
qla_def.h
3915
uint32_t
lr_detected
:1;
member
H
A
D
qla_mbx.c
684
if (ha->flags.
lr_detected
) {
in qla2x00_execute_fw()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_init.c
4142
ha->flags.
lr_detected
= 0;
in qla24xx_detect_sfp()
4146
ha->flags.
lr_detected
= 1;
in qla24xx_detect_sfp()
4163
ha->flags.
lr_detected
= 0;
in qla24xx_detect_sfp()
4167
ha->flags.
lr_detected
= 1;
in qla24xx_detect_sfp()
4178
types[ha->flags.
lr_detected
],
in qla24xx_detect_sfp()
4179
ha->flags.
lr_detected
? lengths[ha->lr_distance] :
in qla24xx_detect_sfp()
4181
used_nvram, ll, ha->flags.
lr_detected
, ha->lr_distance);
in qla24xx_detect_sfp()
4182
return ha->flags.
lr_detected
;
in qla24xx_detect_sfp()
H
A
D
qla_def.h
4121
uint32_t
lr_detected
:1;
member
H
A
D
qla_mbx.c
713
if (ha->flags.
lr_detected
) {
in qla2x00_execute_fw()
Completed in 58 milliseconds