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:prliType
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_nportdisc.c
988
if ((npr->
prliType
== PRLI_FCP_TYPE) ||
in lpfc_rcv_prli()
989
(npr->
prliType
== PRLI_NVME_TYPE)) {
in lpfc_rcv_prli()
991
if (npr->
prliType
== PRLI_FCP_TYPE)
in lpfc_rcv_prli()
993
if (npr->
prliType
== PRLI_NVME_TYPE)
in lpfc_rcv_prli()
997
if (npr->
prliType
== PRLI_FCP_TYPE)
in lpfc_rcv_prli()
999
if (npr->
prliType
== PRLI_NVME_TYPE)
in lpfc_rcv_prli()
1018
if (phba->nvmet_support && (npr->
prliType
== PRLI_NVME_TYPE)) {
in lpfc_rcv_prli()
1022
if (npr->
prliType
== PRLI_FCP_TYPE)
in lpfc_rcv_prli()
2217
(npr->
prliType
== PRLI_FCP_TYPE)) {
in lpfc_cmpl_prli_prli_issue()
H
A
D
lpfc_hw.h
730
uint8_t
prliType
; /* FC Parm Word 0, bit 24:31 */
member
H
A
D
lpfc_els.c
2447
npr->
prliType
= PRLI_FCP_TYPE;
in lpfc_issue_els_prli()
5150
npr->
prliType
= PRLI_FCP_TYPE;
in lpfc_els_rsp_prli_acc()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_nportdisc.c
979
if ((npr->
prliType
== PRLI_FCP_TYPE) ||
in lpfc_rcv_prli()
980
(npr->
prliType
== PRLI_NVME_TYPE)) {
in lpfc_rcv_prli()
982
if (npr->
prliType
== PRLI_FCP_TYPE)
in lpfc_rcv_prli()
984
if (npr->
prliType
== PRLI_NVME_TYPE)
in lpfc_rcv_prli()
988
if (npr->
prliType
== PRLI_FCP_TYPE)
in lpfc_rcv_prli()
990
if (npr->
prliType
== PRLI_NVME_TYPE)
in lpfc_rcv_prli()
1009
if (phba->nvmet_support && (npr->
prliType
== PRLI_NVME_TYPE)) {
in lpfc_rcv_prli()
1017
if (npr->
prliType
== PRLI_FCP_TYPE &&
in lpfc_rcv_prli()
2189
if (npr && npr->
prliType
== PRLI_FCP_TYPE) {
in lpfc_cmpl_prli_prli_issue()
H
A
D
lpfc_hw.h
737
uint8_t
prliType
; /* FC Parm Word 0, bit 24:31 */
member
H
A
D
lpfc_els.c
2563
npr->
prliType
= PRLI_FCP_TYPE;
in lpfc_issue_els_prli()
6179
npr->
prliType
= PRLI_FCP_TYPE;
in lpfc_els_rsp_prli_acc()
Completed in 54 milliseconds