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:nvme_enabled
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_mid.c
533
vha->flags.
nvme_enabled
= base_vha->flags.
nvme_enabled
;
in qla24xx_create_vhost()
H
A
D
qla_nvme.c
23
if (!vha->flags.
nvme_enabled
) {
in qla_nvme_register_remote()
H
A
D
qla_gs.c
635
if (vha->flags.
nvme_enabled
)
in qla_async_rftid()
1871
if (vha->flags.
nvme_enabled
) {
in qla2x00_port_attributes()
3796
if ((fc4_type == FC4_TYPE_FCP_SCSI) && vha->flags.
nvme_enabled
&&
in qla2x00_async_gpnft_gnnft_sp_done()
H
A
D
qla_init.c
5849
if (vha->flags.
nvme_enabled
) {
in qla2x00_configure_fabric()
5895
if (!vha->nvme_local_port && vha->flags.
nvme_enabled
)
in qla2x00_configure_fabric()
6016
if (vha->flags.
nvme_enabled
&&
in qla2x00_find_all_fabric_devs()
H
A
D
qla_os.c
5096
if (vha->flags.
nvme_enabled
)
in qla24xx_create_new_sess()
5201
if (vha->flags.
nvme_enabled
) {
in qla24xx_create_new_sess()
H
A
D
qla_def.h
4674
uint32_t
nvme_enabled
:1;
member
H
A
D
qla_mbx.c
1098
vha->flags.
nvme_enabled
= 1;
in qla2x00_get_fw_version()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_mid.c
541
vha->flags.
nvme_enabled
= base_vha->flags.
nvme_enabled
;
in qla24xx_create_vhost()
H
A
D
qla_nvme.c
45
if (!vha->flags.
nvme_enabled
) {
in qla_nvme_register_remote()
H
A
D
qla_gs.c
636
if (vha->flags.
nvme_enabled
&& qla_ini_mode_enabled(vha))
in qla_async_rftid()
1873
if (vha->flags.
nvme_enabled
) {
in qla2x00_port_attributes()
3576
if ((fc4_type == FC4_TYPE_FCP_SCSI) && vha->flags.
nvme_enabled
&&
in qla2x00_async_gpnft_gnnft_sp_done()
H
A
D
qla_init.c
6355
if (vha->flags.
nvme_enabled
) {
in qla2x00_configure_fabric()
6401
if (!vha->nvme_local_port && vha->flags.
nvme_enabled
)
in qla2x00_configure_fabric()
6522
if (vha->flags.
nvme_enabled
&&
in qla2x00_find_all_fabric_devs()
H
A
D
qla_os.c
5351
if (vha->flags.
nvme_enabled
)
in qla24xx_create_new_sess()
5456
if (vha->flags.
nvme_enabled
) {
in qla24xx_create_new_sess()
H
A
D
qla_mbx.c
1140
vha->flags.
nvme_enabled
= 1;
in qla2x00_get_fw_version()
4070
if (vha->flags.
nvme_enabled
)
in qla24xx_report_id_acquisition()
H
A
D
qla_def.h
4926
uint32_t
nvme_enabled
:1;
member
Completed in 87 milliseconds