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:cfg_oas_flags
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_attr.c
2995
phba->
cfg_oas_flags
|= OAS_FIND_ANY_TARGET;
in lpfc_oas_tgt_store()
2997
phba->
cfg_oas_flags
&= ~OAS_FIND_ANY_TARGET;
in lpfc_oas_tgt_store()
2998
phba->
cfg_oas_flags
&= ~OAS_LUN_VALID;
in lpfc_oas_tgt_store()
3126
phba->
cfg_oas_flags
|= OAS_FIND_ANY_VPORT;
in lpfc_oas_vpt_store()
3128
phba->
cfg_oas_flags
&= ~OAS_FIND_ANY_VPORT;
in lpfc_oas_vpt_store()
3129
phba->
cfg_oas_flags
&= ~OAS_LUN_VALID;
in lpfc_oas_vpt_store()
3217
if (!(phba->
cfg_oas_flags
& OAS_LUN_VALID))
in lpfc_oas_lun_status_show()
3358
if (!(phba->
cfg_oas_flags
& OAS_FIND_ANY_VPORT))
in lpfc_oas_lun_show()
3362
if (!(phba->
cfg_oas_flags
& OAS_FIND_ANY_TARGET))
in lpfc_oas_lun_show()
3370
phba->
cfg_oas_flags
|
in lpfc_oas_lun_show()
[all...]
H
A
D
lpfc.h
891
uint32_t
cfg_oas_flags
;
member
H
A
D
lpfc_scsi.c
5865
if (phba->
cfg_oas_flags
& OAS_FIND_ANY_VPORT)
in lpfc_find_next_oas_lun()
5868
if (phba->
cfg_oas_flags
& OAS_FIND_ANY_TARGET)
in lpfc_find_next_oas_lun()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_attr.c
3107
phba->
cfg_oas_flags
|= OAS_FIND_ANY_TARGET;
in lpfc_oas_tgt_store()
3109
phba->
cfg_oas_flags
&= ~OAS_FIND_ANY_TARGET;
in lpfc_oas_tgt_store()
3110
phba->
cfg_oas_flags
&= ~OAS_LUN_VALID;
in lpfc_oas_tgt_store()
3238
phba->
cfg_oas_flags
|= OAS_FIND_ANY_VPORT;
in lpfc_oas_vpt_store()
3240
phba->
cfg_oas_flags
&= ~OAS_FIND_ANY_VPORT;
in lpfc_oas_vpt_store()
3241
phba->
cfg_oas_flags
&= ~OAS_LUN_VALID;
in lpfc_oas_vpt_store()
3329
if (!(phba->
cfg_oas_flags
& OAS_LUN_VALID))
in lpfc_oas_lun_status_show()
3474
if (!(phba->
cfg_oas_flags
& OAS_FIND_ANY_VPORT))
in lpfc_oas_lun_show()
3478
if (!(phba->
cfg_oas_flags
& OAS_FIND_ANY_TARGET))
in lpfc_oas_lun_show()
3486
phba->
cfg_oas_flags
|
in lpfc_oas_lun_show()
[all...]
H
A
D
lpfc.h
1144
uint32_t
cfg_oas_flags
;
member
H
A
D
lpfc_scsi.c
6587
if (phba->
cfg_oas_flags
& OAS_FIND_ANY_VPORT)
in lpfc_find_next_oas_lun()
6590
if (phba->
cfg_oas_flags
& OAS_FIND_ANY_TARGET)
in lpfc_find_next_oas_lun()
Completed in 35 milliseconds