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_VLAN
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qedf/
H
A
D
qedf_fip.c
41
vlan->fip.fip_op = htons(
FIP_OP_VLAN
);
in qedf_fcoe_send_vlan_req()
211
if (op ==
FIP_OP_VLAN
&& sub == FIP_SC_VL_NOTE) {
in qedf_fip_recv()
/kernel/linux/linux-6.6/drivers/scsi/qedf/
H
A
D
qedf_fip.c
41
vlan->fip.fip_op = htons(
FIP_OP_VLAN
);
in qedf_fcoe_send_vlan_req()
211
if (op ==
FIP_OP_VLAN
&& sub == FIP_SC_VL_NOTE) {
in qedf_fip_recv()
/kernel/linux/linux-5.10/include/scsi/fc/
H
A
D
fc_fip.h
66
FIP_OP_VLAN
= 4, /* VLAN discovery */
enumerator
97
* Subcodes for
FIP_OP_VLAN
.
/kernel/linux/linux-6.6/include/scsi/fc/
H
A
D
fc_fip.h
66
FIP_OP_VLAN
= 4, /* VLAN discovery */
enumerator
97
* Subcodes for
FIP_OP_VLAN
.
/kernel/linux/linux-5.10/drivers/scsi/fnic/
H
A
D
fnic_fcs.c
398
vlan->fip.fip_op = htons(
FIP_OP_VLAN
);
in fnic_fcoe_send_vlan_req()
589
} else if (op ==
FIP_OP_VLAN
&& sub == FIP_SC_VL_NOTE) {
in fnic_fcoe_handle_fip_frame()
/kernel/linux/linux-6.6/drivers/scsi/fnic/
H
A
D
fnic_fcs.c
388
vlan->fip.fip_op = htons(
FIP_OP_VLAN
);
in fnic_fcoe_send_vlan_req()
579
} else if (op ==
FIP_OP_VLAN
&& sub == FIP_SC_VL_NOTE) {
in fnic_fcoe_handle_fip_frame()
/kernel/linux/linux-5.10/drivers/scsi/fcoe/
H
A
D
fcoe_ctlr.c
1582
if (fip_vlan_resp && op ==
FIP_OP_VLAN
) {
in fcoe_ctlr_recv_handler()
2933
frame->fip.fip_op = htons(
FIP_OP_VLAN
);
in fcoe_ctlr_vlan_send()
H
A
D
fcoe.c
576
ntohs(frame->fip.fip_op) ==
FIP_OP_VLAN
&&
in fcoe_fip_send()
/kernel/linux/linux-6.6/drivers/scsi/fcoe/
H
A
D
fcoe_ctlr.c
1574
if (fip_vlan_resp && op ==
FIP_OP_VLAN
) {
in fcoe_ctlr_recv_handler()
2925
frame->fip.fip_op = htons(
FIP_OP_VLAN
);
in fcoe_ctlr_vlan_send()
H
A
D
fcoe.c
575
ntohs(frame->fip.fip_op) ==
FIP_OP_VLAN
&&
in fcoe_fip_send()
Completed in 20 milliseconds