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:fc4_features
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_gs.c
2776
ct_rsp->rsp.gff_id.
fc4_features
[GFF_FCP_SCSI_OFFSET];
in qla2x00_gff_id()
2781
list[i].
fc4_features
= fcp_scsi_features;
in qla2x00_gff_id()
2785
ct_rsp->rsp.gff_id.
fc4_features
[GFF_NVME_OFFSET];
in qla2x00_gff_id()
2790
list[i].
fc4_features
= nvme_features;
in qla2x00_gff_id()
3292
fc4_scsi_feat = ct_rsp->rsp.gff_id.
fc4_features
[GFF_FCP_SCSI_OFFSET];
in qla24xx_async_gffid_sp_done()
3293
fc4_nvme_feat = ct_rsp->rsp.gff_id.
fc4_features
[GFF_NVME_OFFSET];
in qla24xx_async_gffid_sp_done()
3304
fcport->
fc4_features
= fc4_scsi_feat & 0xf;
in qla24xx_async_gffid_sp_done()
3310
fcport->
fc4_features
= fc4_nvme_feat & 0xf;
in qla24xx_async_gffid_sp_done()
H
A
D
qla_def.h
2352
uint8_t
fc4_features
;
member
2526
uint8_t
fc4_features
;
member
3108
uint8_t
fc4_features
[128];
member
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_gs.c
2778
ct_rsp->rsp.gff_id.
fc4_features
[GFF_FCP_SCSI_OFFSET];
in qla2x00_gff_id()
2783
list[i].
fc4_features
= fcp_scsi_features;
in qla2x00_gff_id()
2787
ct_rsp->rsp.gff_id.
fc4_features
[GFF_NVME_OFFSET];
in qla2x00_gff_id()
2792
list[i].
fc4_features
= nvme_features;
in qla2x00_gff_id()
2997
fc4_scsi_feat = ct_rsp->rsp.gff_id.
fc4_features
[GFF_FCP_SCSI_OFFSET];
in qla24xx_async_gffid_sp_done()
2998
fc4_nvme_feat = ct_rsp->rsp.gff_id.
fc4_features
[GFF_NVME_OFFSET];
in qla24xx_async_gffid_sp_done()
3010
fcport->
fc4_features
= fc4_scsi_feat & 0xf;
in qla24xx_async_gffid_sp_done()
3016
fcport->
fc4_features
= fc4_nvme_feat & 0xf;
in qla24xx_async_gffid_sp_done()
H
A
D
qla_edif.c
614
!fcport->
fc4_features
)
in qla_edif_app_start()
617
if (!rval && !(fcport->
fc4_features
& FC4_FF_TARGET ||
in qla_edif_app_start()
989
!fcport->
fc4_features
)
in qla_edif_app_getfcinfo()
994
!(fcport->
fc4_features
& FC4_FF_TARGET ||
in qla_edif_app_getfcinfo()
H
A
D
qla_def.h
2475
uint8_t
fc4_features
;
member
2651
uint8_t
fc4_features
;
member
3269
uint8_t
fc4_features
[128];
member
Completed in 40 milliseconds