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:FS_FC4TYPE_NVME
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_gs.c
2789
list[i].fc4_type |=
FS_FC4TYPE_NVME
;
in qla2x00_gff_id()
3309
fcport->fc4_type |=
FS_FC4TYPE_NVME
;
in qla24xx_async_gffid_sp_done()
3696
rp->fc4type |=
FS_FC4TYPE_NVME
;
in qla2x00_find_free_fcp_nvme_slot()
3713
FS_FC4TYPE_NVME
;
in qla2x00_find_free_fcp_nvme_slot()
H
A
D
qla_init.c
767
fcport->fc4_type |=
FS_FC4TYPE_NVME
;
in qla24xx_handle_gnl_done_event()
770
fcport->fc4_type &= ~
FS_FC4TYPE_NVME
;
in qla24xx_handle_gnl_done_event()
2021
ea->fcport->fc4_type &= ~
FS_FC4TYPE_NVME
;
in qla24xx_handle_prli_done_event()
2025
ea->fcport->fc4_type |=
FS_FC4TYPE_NVME
;
in qla24xx_handle_prli_done_event()
2052
(ea->fcport->fc4_type &
FS_FC4TYPE_NVME
)
in qla24xx_handle_prli_done_event()
2055
ea->fcport->fc4_type &= ~
FS_FC4TYPE_NVME
;
in qla24xx_handle_prli_done_event()
6017
swl[swl_idx].fc4_type &
FS_FC4TYPE_NVME
) {
in qla2x00_find_all_fabric_devs()
H
A
D
qla_def.h
3138
FS_FC4TYPE_NVME
= BIT_1,
enumerator
5163
(fcport->fc4_type &
FS_FC4TYPE_NVME
) \
H
A
D
qla_os.c
5097
fcport->fc4_type |=
FS_FC4TYPE_NVME
;
in qla24xx_create_new_sess()
5203
(
FS_FC4TYPE_NVME
| FS_FC4TYPE_FCP);
in qla24xx_create_new_sess()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_gs.c
2791
list[i].fc4_type |=
FS_FC4TYPE_NVME
;
in qla2x00_gff_id()
3015
fcport->fc4_type |=
FS_FC4TYPE_NVME
;
in qla24xx_async_gffid_sp_done()
3477
rp->fc4type |=
FS_FC4TYPE_NVME
;
in qla2x00_find_free_fcp_nvme_slot()
3494
FS_FC4TYPE_NVME
;
in qla2x00_find_free_fcp_nvme_slot()
H
A
D
qla_def.h
3301
FS_FC4TYPE_NVME
= BIT_1,
enumerator
5464
(fcport->fc4_type &
FS_FC4TYPE_NVME
) \
H
A
D
qla_init.c
796
fcport->fc4_type |=
FS_FC4TYPE_NVME
;
in qla24xx_handle_gnl_done_event()
799
fcport->fc4_type &= ~
FS_FC4TYPE_NVME
;
in qla24xx_handle_gnl_done_event()
6523
swl[swl_idx].fc4_type &
FS_FC4TYPE_NVME
) {
in qla2x00_find_all_fabric_devs()
H
A
D
qla_os.c
5352
fcport->fc4_type |=
FS_FC4TYPE_NVME
;
in qla24xx_create_new_sess()
5458
(
FS_FC4TYPE_NVME
| FS_FC4TYPE_FCP);
in qla24xx_create_new_sess()
H
A
D
qla_mbx.c
4071
fcport->fc4_type |=
FS_FC4TYPE_NVME
;
in qla24xx_report_id_acquisition()
Completed in 86 milliseconds