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:DFLG_NO_CABLE
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_mr.c
1445
if ((vha->device_flags &
DFLG_NO_CABLE
))
in qlafx00_rescan_isp()
1716
vha->device_flags |=
DFLG_NO_CABLE
;
in qlafx00_process_aen()
2007
vha->device_flags =
DFLG_NO_CABLE
;
in qlafx00_initialize_adapter()
H
A
D
qla_init.c
2313
vha->device_flags =
DFLG_NO_CABLE
;
in qla2x00_initialize_adapter()
4412
vha->device_flags &= ~
DFLG_NO_CABLE
;
in qla2x00_fw_ready()
4463
vha->device_flags |=
DFLG_NO_CABLE
;
in qla2x00_fw_ready()
4485
if (rval && !(vha->device_flags &
DFLG_NO_CABLE
)) {
in qla2x00_fw_ready()
6491
if (!(ha->device_flags &
DFLG_NO_CABLE
)) {
in qla2x00_perform_loop_resync()
7235
return vha->device_flags &
DFLG_NO_CABLE
? 0 : status;
in qla2x00_restart_isp()
8873
if ((vha->device_flags &
DFLG_NO_CABLE
))
in qla82xx_restart_isp()
H
A
D
qla_isr.c
1216
vha->device_flags |=
DFLG_NO_CABLE
;
in qla2x00_async_event()
1388
vha->device_flags |=
DFLG_NO_CABLE
;
in qla2x00_async_event()
H
A
D
qla_bsg.c
1828
if (vha->device_flags &
DFLG_NO_CABLE
) {
in qla24xx_process_bidir_cmd()
H
A
D
qla_attr.c
1169
vha->device_flags &
DFLG_NO_CABLE
)
in qla2x00_link_state_show()
H
A
D
qla_def.h
4734
#define
DFLG_NO_CABLE
BIT_1
macro
H
A
D
qla_os.c
7155
if (!(vha->device_flags &
DFLG_NO_CABLE
) && !vha->vp_idx) {
in qla2x00_timer()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_mr.c
1445
if ((vha->device_flags &
DFLG_NO_CABLE
))
in qlafx00_rescan_isp()
1716
vha->device_flags |=
DFLG_NO_CABLE
;
in qlafx00_process_aen()
2008
vha->device_flags =
DFLG_NO_CABLE
;
in qlafx00_initialize_adapter()
H
A
D
qla_init.c
2698
vha->device_flags =
DFLG_NO_CABLE
;
in qla2x00_initialize_adapter()
4902
vha->device_flags &= ~
DFLG_NO_CABLE
;
in qla2x00_fw_ready()
4953
vha->device_flags |=
DFLG_NO_CABLE
;
in qla2x00_fw_ready()
4975
if (rval && !(vha->device_flags &
DFLG_NO_CABLE
)) {
in qla2x00_fw_ready()
7000
if (!(ha->device_flags &
DFLG_NO_CABLE
)) {
in qla2x00_perform_loop_resync()
7721
return vha->device_flags &
DFLG_NO_CABLE
? 0 : status;
in qla2x00_restart_isp()
9359
if ((vha->device_flags &
DFLG_NO_CABLE
))
in qla82xx_restart_isp()
H
A
D
qla_isr.c
1518
vha->device_flags |=
DFLG_NO_CABLE
;
in qla2x00_async_event()
1690
vha->device_flags |=
DFLG_NO_CABLE
;
in qla2x00_async_event()
H
A
D
qla_bsg.c
1847
if (vha->device_flags &
DFLG_NO_CABLE
) {
in qla24xx_process_bidir_cmd()
H
A
D
qla_attr.c
1175
vha->device_flags &
DFLG_NO_CABLE
)
in qla2x00_link_state_show()
H
A
D
qla_def.h
4986
#define
DFLG_NO_CABLE
BIT_1
macro
H
A
D
qla_os.c
7509
if (!(vha->device_flags &
DFLG_NO_CABLE
) && !vha->vp_idx) {
in qla2x00_timer()
Completed in 93 milliseconds