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_types
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_gs.c
251
fcport->fc4_type = (ct_rsp->rsp.ga_nxt.
fc4_types
[2] & BIT_0) ?
in qla2x00_ga_nxt()
633
ct_req->req.rft_id.
fc4_types
[2] = 0x01; /* FCP-3 */
in qla_async_rftid()
636
ct_req->req.rft_id.
fc4_types
[6] = 1; /* NVMe type 28h */
in qla_async_rftid()
1861
eiter->a.
fc4_types
[0] = 0x00;
in qla2x00_port_attributes()
1862
eiter->a.
fc4_types
[1] = 0x00;
in qla2x00_port_attributes()
1863
eiter->a.
fc4_types
[2] = 0x01;
in qla2x00_port_attributes()
1864
eiter->a.
fc4_types
[3] = 0x00;
in qla2x00_port_attributes()
1865
alen = sizeof(eiter->a.
fc4_types
);
in qla2x00_port_attributes()
1870
"FC4 TYPES = %016llx.\n", *(uint64_t *)eiter->a.
fc4_types
);
in qla2x00_port_attributes()
1872
eiter->a.
fc4_types
[
in qla2x00_port_attributes()
[all...]
H
A
D
qla_def.h
2814
uint8_t
fc4_types
[32];
member
2931
uint8_t
fc4_types
[32];
member
3065
uint8_t
fc4_types
[32];
member
3087
uint8_t
fc4_types
[32];
member
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_gs.c
251
fcport->fc4_type = (ct_rsp->rsp.ga_nxt.
fc4_types
[2] & BIT_0) ?
in qla2x00_ga_nxt()
634
ct_req->req.rft_id.
fc4_types
[2] = 0x01; /* FCP-3 */
in qla_async_rftid()
637
ct_req->req.rft_id.
fc4_types
[6] = 1; /* NVMe type 28h */
in qla_async_rftid()
1863
eiter->a.
fc4_types
[0] = 0x00;
in qla2x00_port_attributes()
1864
eiter->a.
fc4_types
[1] = 0x00;
in qla2x00_port_attributes()
1865
eiter->a.
fc4_types
[2] = 0x01;
in qla2x00_port_attributes()
1866
eiter->a.
fc4_types
[3] = 0x00;
in qla2x00_port_attributes()
1867
alen = sizeof(eiter->a.
fc4_types
);
in qla2x00_port_attributes()
1872
"FC4 TYPES = %016llx.\n", *(uint64_t *)eiter->a.
fc4_types
);
in qla2x00_port_attributes()
1874
eiter->a.
fc4_types
[
in qla2x00_port_attributes()
[all...]
H
A
D
qla_def.h
2975
uint8_t
fc4_types
[32];
member
3092
uint8_t
fc4_types
[32];
member
3226
uint8_t
fc4_types
[32];
member
3248
uint8_t
fc4_types
[32];
member
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_ct.c
1233
fc4_data_0 = be32_to_cpu(CTrsp->un.gft_acc.
fc4_types
[0]);
in lpfc_cmpl_ct_cmd_gft_id()
1234
fc4_data_1 = be32_to_cpu(CTrsp->un.gft_acc.
fc4_types
[1]);
in lpfc_cmpl_ct_cmd_gft_id()
H
A
D
lpfc_hw.h
181
uint32_t
fc4_types
[8];
member
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_ct.c
1534
fc4_data_0 = be32_to_cpu(CTrsp->un.gft_acc.
fc4_types
[0]);
in lpfc_cmpl_ct_cmd_gft_id()
1535
fc4_data_1 = be32_to_cpu(CTrsp->un.gft_acc.
fc4_types
[1]);
in lpfc_cmpl_ct_cmd_gft_id()
H
A
D
lpfc_hw.h
181
uint32_t
fc4_types
[8];
member
Completed in 63 milliseconds