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:FC_FCOE_VER
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/include/scsi/fc/
H
A
D
fc_fcoe.h
26
#define
FC_FCOE_VER
0 /* version */
macro
/kernel/linux/linux-6.6/include/scsi/fc/
H
A
D
fc_fcoe.h
26
#define
FC_FCOE_VER
0 /* version */
macro
/kernel/linux/linux-5.10/drivers/scsi/fnic/
H
A
D
fnic_fcs.c
699
if (FC_FCOE_DECAPS_VER(fcoe_hdr) !=
FC_FCOE_VER
)
in fnic_import_rq_eth_pkt()
1119
if (
FC_FCOE_VER
)
in fnic_send_frame()
1120
FC_FCOE_ENCAPS_VER(fcoe_hdr,
FC_FCOE_VER
);
in fnic_send_frame()
/kernel/linux/linux-5.10/drivers/scsi/fcoe/
H
A
D
fcoe.c
1576
if (
FC_FCOE_VER
)
in fcoe_xmit()
1577
FC_FCOE_ENCAPS_VER(hp,
FC_FCOE_VER
);
in fcoe_xmit()
1690
if (unlikely(FC_FCOE_DECAPS_VER(hp) !=
FC_FCOE_VER
)) {
in fcoe_recv_frame()
1697
FC_FCOE_VER
);
in fcoe_recv_frame()
/kernel/linux/linux-6.6/drivers/scsi/fcoe/
H
A
D
fcoe.c
1573
if (
FC_FCOE_VER
)
in fcoe_xmit()
1574
FC_FCOE_ENCAPS_VER(hp,
FC_FCOE_VER
);
in fcoe_xmit()
1679
if (unlikely(FC_FCOE_DECAPS_VER(hp) !=
FC_FCOE_VER
)) {
in fcoe_recv_frame()
1689
FC_FCOE_VER
);
in fcoe_recv_frame()
/kernel/linux/linux-6.6/drivers/scsi/fnic/
H
A
D
fnic_fcs.c
689
if (FC_FCOE_DECAPS_VER(fcoe_hdr) !=
FC_FCOE_VER
)
in fnic_import_rq_eth_pkt()
1109
if (
FC_FCOE_VER
)
in fnic_send_frame()
1110
FC_FCOE_ENCAPS_VER(fcoe_hdr,
FC_FCOE_VER
);
in fnic_send_frame()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H
A
D
ixgbe_fcoe.c
702
(
FC_FCOE_VER
<< IXGBE_FCRXCTRL_FCOEVER_SHIFT));
in ixgbe_configure_fcoe()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H
A
D
ixgbe_fcoe.c
702
(
FC_FCOE_VER
<< IXGBE_FCRXCTRL_FCOEVER_SHIFT));
in ixgbe_configure_fcoe()
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_fcoe.c
386
if (
FC_FCOE_VER
)
in bnx2fc_xmit()
387
FC_FCOE_ENCAPS_VER(hp,
FC_FCOE_VER
);
in bnx2fc_xmit()
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_fcoe.c
387
if (
FC_FCOE_VER
)
in bnx2fc_xmit()
388
FC_FCOE_ENCAPS_VER(hp,
FC_FCOE_VER
);
in bnx2fc_xmit()
/kernel/linux/linux-5.10/drivers/scsi/qedf/
H
A
D
qedf_main.c
1213
if (
FC_FCOE_VER
)
in qedf_xmit()
1214
FC_FCOE_ENCAPS_VER(hp,
FC_FCOE_VER
);
in qedf_xmit()
/kernel/linux/linux-6.6/drivers/scsi/qedf/
H
A
D
qedf_main.c
1213
if (
FC_FCOE_VER
)
in qedf_xmit()
1214
FC_FCOE_ENCAPS_VER(hp,
FC_FCOE_VER
);
in qedf_xmit()
Completed in 27 milliseconds