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:hba_flags
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/
H
A
D
target_core_hba.c
109
core_alloc_hba(const char *plugin_name, u32 plugin_dep_id, u32
hba_flags
)
in core_alloc_hba()
argument
124
hba->
hba_flags
|=
hba_flags
;
in core_alloc_hba()
H
A
D
target_core_tpg.c
586
!(dev->se_hba->
hba_flags
& HBA_FLAGS_INTERNAL_USE))
in core_tpg_add_lun()
602
if (!(dev->se_hba->
hba_flags
& HBA_FLAGS_INTERNAL_USE))
in core_tpg_add_lun()
645
if (!(dev->se_hba->
hba_flags
& HBA_FLAGS_INTERNAL_USE))
in core_tpg_remove_lun()
H
A
D
target_core_pscsi.c
479
hba->
hba_flags
|= HBA_FLAGS_PSCSI_MODE;
in pscsi_configure_device()
524
hba->
hba_flags
&= ~HBA_FLAGS_PSCSI_MODE;
in pscsi_configure_device()
540
hba->
hba_flags
&= ~HBA_FLAGS_PSCSI_MODE;
in pscsi_configure_device()
H
A
D
target_core_alua.c
678
if (dev->se_hba->
hba_flags
& HBA_FLAGS_INTERNAL_USE)
in target_alua_state_check()
1923
(dev->se_hba->
hba_flags
& HBA_FLAGS_INTERNAL_USE))
in core_alua_store_tg_pt_gp_info()
2180
(dev->se_hba->
hba_flags
& HBA_FLAGS_INTERNAL_USE))
in core_alua_store_offline_bit()
2267
!(dev->se_hba->
hba_flags
& HBA_FLAGS_INTERNAL_USE)) {
in core_setup_alua()
H
A
D
target_core_configfs.c
3349
if (hba->
hba_flags
& HBA_FLAGS_PSCSI_MODE)
in target_hba_mode_show()
3380
hba->
hba_flags
|= HBA_FLAGS_PSCSI_MODE;
in target_hba_mode_store()
3382
hba->
hba_flags
&= ~HBA_FLAGS_PSCSI_MODE;
in target_hba_mode_store()
H
A
D
target_core_pr.c
4099
if (dev->se_hba->
hba_flags
& HBA_FLAGS_INTERNAL_USE)
in target_check_reservation()
/kernel/linux/linux-6.6/drivers/target/
H
A
D
target_core_hba.c
109
core_alloc_hba(const char *plugin_name, u32 plugin_dep_id, u32
hba_flags
)
in core_alloc_hba()
argument
124
hba->
hba_flags
|=
hba_flags
;
in core_alloc_hba()
H
A
D
target_core_tpg.c
647
!(dev->se_hba->
hba_flags
& HBA_FLAGS_INTERNAL_USE))
in core_tpg_add_lun()
663
if (!(dev->se_hba->
hba_flags
& HBA_FLAGS_INTERNAL_USE))
in core_tpg_add_lun()
704
if (!(dev->se_hba->
hba_flags
& HBA_FLAGS_INTERNAL_USE))
in core_tpg_remove_lun()
H
A
D
target_core_pscsi.c
474
hba->
hba_flags
|= HBA_FLAGS_PSCSI_MODE;
in pscsi_configure_device()
519
hba->
hba_flags
&= ~HBA_FLAGS_PSCSI_MODE;
in pscsi_configure_device()
535
hba->
hba_flags
&= ~HBA_FLAGS_PSCSI_MODE;
in pscsi_configure_device()
H
A
D
target_core_alua.c
654
if (dev->se_hba->
hba_flags
& HBA_FLAGS_INTERNAL_USE)
in target_alua_state_check()
1912
(dev->se_hba->
hba_flags
& HBA_FLAGS_INTERNAL_USE))
in core_alua_store_tg_pt_gp_info()
2170
(dev->se_hba->
hba_flags
& HBA_FLAGS_INTERNAL_USE))
in core_alua_store_offline_bit()
2257
!(dev->se_hba->
hba_flags
& HBA_FLAGS_INTERNAL_USE)) {
in core_setup_alua()
H
A
D
target_core_configfs.c
3452
if (hba->
hba_flags
& HBA_FLAGS_PSCSI_MODE)
in target_hba_mode_show()
3483
hba->
hba_flags
|= HBA_FLAGS_PSCSI_MODE;
in target_hba_mode_store()
3485
hba->
hba_flags
&= ~HBA_FLAGS_PSCSI_MODE;
in target_hba_mode_store()
H
A
D
target_core_pr.c
4172
if (dev->se_hba->
hba_flags
& HBA_FLAGS_INTERNAL_USE)
in target_check_reservation()
/kernel/linux/linux-5.10/include/target/
H
A
D
target_core_base.h
109
/* struct se_hba->
hba_flags
*/
860
u32
hba_flags
;
member
/kernel/linux/linux-6.6/include/target/
H
A
D
target_core_base.h
111
/* struct se_hba->
hba_flags
*/
894
u32
hba_flags
;
member
Completed in 33 milliseconds