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:ProtocolFlags
(Results
1 - 22
of
22
) sorted by relevance
/kernel/linux/linux-5.10/drivers/message/fusion/
H
A
D
mptlan.c
1391
"
ProtocolFlags
=%02Xh (%c%c%c%c)\n",
in mptlan_probe()
1393
ioc->pfacts[i].
ProtocolFlags
,
in mptlan_probe()
1395
ioc->pfacts[i].
ProtocolFlags
));
in mptlan_probe()
1397
if (!(ioc->pfacts[i].
ProtocolFlags
&
in mptlan_probe()
H
A
D
mptbase.c
2584
if ((ioc->pfacts[0].
ProtocolFlags
&
in mpt_do_ioc_recovery()
2877
if (ioc->pfacts[0].
ProtocolFlags
& MPI_PORTFACTS_PROTOCOL_INITIATOR) {
in MptDisplayIocCapabilities()
2882
if (ioc->pfacts[0].
ProtocolFlags
& MPI_PORTFACTS_PROTOCOL_TARGET) {
in MptDisplayIocCapabilities()
2887
if (ioc->pfacts[0].
ProtocolFlags
& MPI_PORTFACTS_PROTOCOL_LAN) {
in MptDisplayIocCapabilities()
2896
if (ioc->pfacts[0].
ProtocolFlags
& MPI_PORTFACTS_PROTOCOL_TARGET) {
in MptDisplayIocCapabilities()
3304
pfacts->
ProtocolFlags
= le16_to_cpu(pfacts->
ProtocolFlags
);
in GetPortFacts()
6763
if (ioc->pfacts[p].
ProtocolFlags
& MPI_PORTFACTS_PROTOCOL_LAN) {
in mpt_iocinfo_proc_show()
6827
if (showlan && (ioc->pfacts[0].
ProtocolFlags
& MPI_PORTFACTS_PROTOCOL_LAN)) {
in mpt_print_ioc_summary()
6861
if (showlan && (ioc->pfacts[0].
ProtocolFlags
in seq_mpt_print_ioc_summary()
[all...]
H
A
D
mptspi.c
1394
if (ioc->pfacts[ii].
ProtocolFlags
&
in mptspi_probe()
H
A
D
mptfc.c
1209
if (ioc->pfacts[ii].
ProtocolFlags
&
in mptfc_probe()
H
A
D
mptsas.c
5171
if (ioc->pfacts[ii].
ProtocolFlags
&
in mptsas_probe()
/kernel/linux/linux-6.6/drivers/message/fusion/
H
A
D
mptlan.c
1394
"
ProtocolFlags
=%02Xh (%c%c%c%c)\n",
in mptlan_probe()
1396
ioc->pfacts[i].
ProtocolFlags
,
in mptlan_probe()
1398
ioc->pfacts[i].
ProtocolFlags
));
in mptlan_probe()
1400
if (!(ioc->pfacts[i].
ProtocolFlags
&
in mptlan_probe()
H
A
D
mptbase.c
2575
if ((ioc->pfacts[0].
ProtocolFlags
&
in mpt_do_ioc_recovery()
2868
if (ioc->pfacts[0].
ProtocolFlags
& MPI_PORTFACTS_PROTOCOL_INITIATOR) {
in MptDisplayIocCapabilities()
2873
if (ioc->pfacts[0].
ProtocolFlags
& MPI_PORTFACTS_PROTOCOL_TARGET) {
in MptDisplayIocCapabilities()
2878
if (ioc->pfacts[0].
ProtocolFlags
& MPI_PORTFACTS_PROTOCOL_LAN) {
in MptDisplayIocCapabilities()
2887
if (ioc->pfacts[0].
ProtocolFlags
& MPI_PORTFACTS_PROTOCOL_TARGET) {
in MptDisplayIocCapabilities()
3294
pfacts->
ProtocolFlags
= le16_to_cpu(pfacts->
ProtocolFlags
);
in GetPortFacts()
6765
if (ioc->pfacts[p].
ProtocolFlags
& MPI_PORTFACTS_PROTOCOL_LAN) {
in mpt_iocinfo_proc_show()
6829
if (showlan && (ioc->pfacts[0].
ProtocolFlags
& MPI_PORTFACTS_PROTOCOL_LAN)) {
in mpt_print_ioc_summary()
6863
if (showlan && (ioc->pfacts[0].
ProtocolFlags
in seq_mpt_print_ioc_summary()
[all...]
H
A
D
mptspi.c
1394
if (ioc->pfacts[ii].
ProtocolFlags
&
in mptspi_probe()
H
A
D
mptfc.c
1210
if (ioc->pfacts[ii].
ProtocolFlags
&
in mptfc_probe()
H
A
D
mptsas.c
5201
if (ioc->pfacts[ii].
ProtocolFlags
&
in mptsas_probe()
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/mpi/
H
A
D
mpi2_image.h
43
U16
ProtocolFlags
; /*0x24 */
member
131
/*use MPI2_IOCFACTS_PROTOCOL_ defines for
ProtocolFlags
field */
H
A
D
mpi2_ioc.h
334
U16
ProtocolFlags
; /*0x30 */
member
404
/*
ProtocolFlags
*/
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/mpi/
H
A
D
mpi2_image.h
43
U16
ProtocolFlags
; /*0x24 */
member
131
/*use MPI2_IOCFACTS_PROTOCOL_ defines for
ProtocolFlags
field */
H
A
D
mpi2_ioc.h
334
U16
ProtocolFlags
; /*0x30 */
member
404
/*
ProtocolFlags
*/
/kernel/linux/linux-5.10/drivers/message/fusion/lsi/
H
A
D
mpi_ioc.h
354
U16
ProtocolFlags
; /* 1Ah */
member
373
/*
ProtocolFlags
values */
/kernel/linux/linux-6.6/drivers/message/fusion/lsi/
H
A
D
mpi_ioc.h
354
U16
ProtocolFlags
; /* 1Ah */
member
373
/*
ProtocolFlags
values */
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_base.c
4510
if (ioc->facts.
ProtocolFlags
& MPI2_IOCFACTS_PROTOCOL_NVME_DEVICES) {
in _base_display_ioc_capabilities()
4517
if (ioc->facts.
ProtocolFlags
& MPI2_IOCFACTS_PROTOCOL_SCSI_INITIATOR) {
in _base_display_ioc_capabilities()
4522
if (ioc->facts.
ProtocolFlags
& MPI2_IOCFACTS_PROTOCOL_SCSI_TARGET) {
in _base_display_ioc_capabilities()
5470
if (ioc->facts.
ProtocolFlags
& MPI2_IOCFACTS_PROTOCOL_NVME_DEVICES) {
in _base_allocate_memory_pools()
6439
facts->
ProtocolFlags
= le16_to_cpu(mpi_reply.
ProtocolFlags
);
in _base_get_ioc_facts()
H
A
D
mpt3sas_base.h
988
u16
ProtocolFlags
;
member
H
A
D
mpt3sas_scsih.c
10582
if (!(ioc->facts.
ProtocolFlags
& MPI2_IOCFACTS_PROTOCOL_SCSI_INITIATOR))
in _scsih_probe_devices()
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_base.c
4788
if (ioc->facts.
ProtocolFlags
& MPI2_IOCFACTS_PROTOCOL_NVME_DEVICES) {
in _base_display_ioc_capabilities()
4795
if (ioc->facts.
ProtocolFlags
& MPI2_IOCFACTS_PROTOCOL_SCSI_INITIATOR) {
in _base_display_ioc_capabilities()
4800
if (ioc->facts.
ProtocolFlags
& MPI2_IOCFACTS_PROTOCOL_SCSI_TARGET) {
in _base_display_ioc_capabilities()
6585
if (ioc->facts.
ProtocolFlags
& MPI2_IOCFACTS_PROTOCOL_NVME_DEVICES) {
in _base_allocate_memory_pools()
7471
facts->
ProtocolFlags
= le16_to_cpu(mpi_reply.
ProtocolFlags
);
in _base_get_ioc_facts()
H
A
D
mpt3sas_base.h
1034
u16
ProtocolFlags
;
member
H
A
D
mpt3sas_scsih.c
11738
if (!(ioc->facts.
ProtocolFlags
& MPI2_IOCFACTS_PROTOCOL_SCSI_INITIATOR))
in _scsih_probe_devices()
Completed in 118 milliseconds