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:FIP_OP_CTRL
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/include/scsi/fc/
H
A
D
fc_fip.h
65
FIP_OP_CTRL
= 3, /* Keep Alive / Link Reset */
enumerator
/kernel/linux/linux-6.6/include/scsi/fc/
H
A
D
fc_fip.h
65
FIP_OP_CTRL
= 3, /* Keep Alive / Link Reset */
enumerator
/kernel/linux/linux-5.10/drivers/scsi/qedf/
H
A
D
qedf_fip.c
214
} else if (op ==
FIP_OP_CTRL
&& sub == FIP_SC_CLR_VLINK) {
in qedf_fip_recv()
/kernel/linux/linux-6.6/drivers/scsi/qedf/
H
A
D
qedf_fip.c
214
} else if (op ==
FIP_OP_CTRL
&& sub == FIP_SC_CLR_VLINK) {
in qedf_fip_recv()
/kernel/linux/linux-5.10/drivers/scsi/fcoe/
H
A
D
fcoe_ctlr.c
561
kal->fip.fip_op = htons(
FIP_OP_CTRL
);
in fcoe_ctlr_send_keep_alive()
1601
else if (op ==
FIP_OP_CTRL
&& sub == FIP_SC_CLR_VLINK)
in fcoe_ctlr_recv_handler()
/kernel/linux/linux-6.6/drivers/scsi/fcoe/
H
A
D
fcoe_ctlr.c
561
kal->fip.fip_op = htons(
FIP_OP_CTRL
);
in fcoe_ctlr_send_keep_alive()
1593
else if (op ==
FIP_OP_CTRL
&& sub == FIP_SC_CLR_VLINK)
in fcoe_ctlr_recv_handler()
/kernel/linux/linux-5.10/drivers/scsi/fnic/
H
A
D
fnic_fcs.c
593
} else if (op ==
FIP_OP_CTRL
&& sub == FIP_SC_CLR_VLINK) {
in fnic_fcoe_handle_fip_frame()
/kernel/linux/linux-6.6/drivers/scsi/fnic/
H
A
D
fnic_fcs.c
583
} else if (op ==
FIP_OP_CTRL
&& sub == FIP_SC_CLR_VLINK) {
in fnic_fcoe_handle_fip_frame()
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_fcoe.c
1117
if (op ==
FIP_OP_CTRL
&& sub == FIP_SC_SOL && bnx2fc_log_fka)
in bnx2fc_fip_send()
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_fcoe.c
1109
if (op ==
FIP_OP_CTRL
&& sub == FIP_SC_SOL && bnx2fc_log_fka)
in bnx2fc_fip_send()
Completed in 19 milliseconds