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:scan_needed
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_gs.c
3029
fcport->
scan_needed
= 0;
in qla24xx_handle_gpnid_event()
3501
(fcport->
scan_needed
&&
in qla24xx_async_gnnft_done()
3507
fcport->
scan_needed
= 0;
in qla24xx_async_gnnft_done()
3532
fcport->
scan_needed
= 0;
in qla24xx_async_gnnft_done()
3539
if (fcport->
scan_needed
&&
in qla24xx_async_gnnft_done()
3548
fcport->
scan_needed
= 0;
in qla24xx_async_gnnft_done()
3567
if (fcport->
scan_needed
||
in qla24xx_async_gnnft_done()
3577
fcport->
scan_needed
= 0;
in qla24xx_async_gnnft_done()
3592
if (fcport->
scan_needed
) {
in qla24xx_async_gnnft_done()
H
A
D
qla_init.c
1750
fcport->
scan_needed
= 1;
in qla2x00_handle_rscn()
1761
fcport->
scan_needed
= 1;
in qla2x00_handle_rscn()
1773
fcport->
scan_needed
= 1;
in qla2x00_handle_rscn()
1785
fcport->
scan_needed
= 1;
in qla2x00_handle_rscn()
1855
if (fcport->
scan_needed
) {
in qla_rscn_replay()
H
A
D
qla_def.h
2464
unsigned int
scan_needed
:1;
member
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_gs.c
3267
if (fcport->
scan_needed
) {
in qla24xx_async_gnnft_done()
3281
(fcport->
scan_needed
&&
in qla24xx_async_gnnft_done()
3287
fcport->
scan_needed
= 0;
in qla24xx_async_gnnft_done()
3312
fcport->
scan_needed
= 0;
in qla24xx_async_gnnft_done()
3319
if (fcport->
scan_needed
&&
in qla24xx_async_gnnft_done()
3328
fcport->
scan_needed
= 0;
in qla24xx_async_gnnft_done()
3348
if (fcport->
scan_needed
||
in qla24xx_async_gnnft_done()
3358
fcport->
scan_needed
= 0;
in qla24xx_async_gnnft_done()
3373
if (fcport->
scan_needed
) {
in qla24xx_async_gnnft_done()
H
A
D
qla_init.c
1870
* If state = online, then set
scan_needed
=1 to do relogin.
in qla2x00_handle_rscn()
1873
fcport->
scan_needed
= 1;
in qla2x00_handle_rscn()
1877
fcport->
scan_needed
= 1;
in qla2x00_handle_rscn()
1889
fcport->
scan_needed
= 1;
in qla2x00_handle_rscn()
1901
fcport->
scan_needed
= 1;
in qla2x00_handle_rscn()
1913
fcport->
scan_needed
= 1;
in qla2x00_handle_rscn()
1990
if (fcport->
scan_needed
) {
in qla_rscn_replay()
H
A
D
qla_def.h
2586
unsigned int
scan_needed
:1;
member
Completed in 56 milliseconds