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_FC_REL_OFF
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/tcm_fc/
H
A
D
tfc_io.c
50
u32 f_ctl = FC_FC_EX_CTX |
FC_FC_REL_OFF
;
in ft_queue_data_in()
217
if (!(ntoh24(fh->fh_f_ctl) &
FC_FC_REL_OFF
))
in ft_recv_write_data()
/kernel/linux/linux-6.6/drivers/target/tcm_fc/
H
A
D
tfc_io.c
49
u32 f_ctl = FC_FC_EX_CTX |
FC_FC_REL_OFF
;
in ft_queue_data_in()
216
if (!(ntoh24(fh->fh_f_ctl) &
FC_FC_REL_OFF
))
in ft_recv_write_data()
/kernel/linux/linux-5.10/include/uapi/scsi/fc/
H
A
D
fc_fs.h
229
#define
FC_FC_REL_OFF
(1 << 3) /* parameter is relative offset */
macro
/kernel/linux/linux-6.6/include/uapi/scsi/fc/
H
A
D
fc_fs.h
229
#define
FC_FC_REL_OFF
(1 << 3) /* parameter is relative offset */
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/scsi/fc/
H
A
D
fc_fs.h
157
#define
FC_FC_REL_OFF
(1 << 3)
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/scsi/fc/
H
A
D
fc_fs.h
130
#define
FC_FC_REL_OFF
(1 << 3)
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/scsi/fc/
H
A
D
fc_fs.h
130
#define
FC_FC_REL_OFF
(1 << 3)
macro
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H
A
D
ixgbe_fcoe.c
559
if (fh->fh_f_ctl[2] &
FC_FC_REL_OFF
)
in ixgbe_fso()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H
A
D
ixgbe_fcoe.c
559
if (fh->fh_f_ctl[2] &
FC_FC_REL_OFF
)
in ixgbe_fso()
/kernel/linux/linux-5.10/drivers/scsi/libfc/
H
A
D
fc_fcp.c
653
f_ctl =
FC_FC_REL_OFF
;
in fc_fcp_send_data()
/kernel/linux/linux-6.6/drivers/scsi/libfc/
H
A
D
fc_fcp.c
643
f_ctl =
FC_FC_REL_OFF
;
in fc_fcp_send_data()
Completed in 13 milliseconds