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_SEQ_CTX
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/libfc/
H
A
D
fc_exch.c
1052
WARN_ON((f_ctl &
FC_FC_SEQ_CTX
) != 0);
in fc_seq_lookup_recip()
1180
WARN_ON((f_ctl &
FC_FC_SEQ_CTX
) !=
FC_FC_SEQ_CTX
);
in fc_seq_lookup_orig()
1309
f_ctl &= FC_FC_EX_CTX |
FC_FC_SEQ_CTX
|
in fc_seq_send_ack()
1313
f_ctl ^= FC_FC_EX_CTX |
FC_FC_SEQ_CTX
;
in fc_seq_send_ack()
1388
f_ctl &= FC_FC_EX_CTX |
FC_FC_SEQ_CTX
|
in fc_exch_send_ba_rjt()
1391
f_ctl ^= FC_FC_EX_CTX |
FC_FC_SEQ_CTX
;
in fc_exch_send_ba_rjt()
1783
if (f_ctl &
FC_FC_SEQ_CTX
) {
in fc_exch_recv_bls()
2642
else if ((f_ctl & (FC_FC_EX_CTX |
FC_FC_SEQ_CTX
)) ==
in fc_exch_recv()
2645
else if (f_ctl &
FC_FC_SEQ_CTX
)
in fc_exch_recv()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/libfc/
H
A
D
fc_exch.c
1050
WARN_ON((f_ctl &
FC_FC_SEQ_CTX
) != 0);
in fc_seq_lookup_recip()
1178
WARN_ON((f_ctl &
FC_FC_SEQ_CTX
) !=
FC_FC_SEQ_CTX
);
in fc_seq_lookup_orig()
1307
f_ctl &= FC_FC_EX_CTX |
FC_FC_SEQ_CTX
|
in fc_seq_send_ack()
1311
f_ctl ^= FC_FC_EX_CTX |
FC_FC_SEQ_CTX
;
in fc_seq_send_ack()
1386
f_ctl &= FC_FC_EX_CTX |
FC_FC_SEQ_CTX
|
in fc_exch_send_ba_rjt()
1389
f_ctl ^= FC_FC_EX_CTX |
FC_FC_SEQ_CTX
;
in fc_exch_send_ba_rjt()
1781
if (f_ctl &
FC_FC_SEQ_CTX
) {
in fc_exch_recv_bls()
2640
else if ((f_ctl & (FC_FC_EX_CTX |
FC_FC_SEQ_CTX
)) ==
in fc_exch_recv()
2643
else if (f_ctl &
FC_FC_SEQ_CTX
)
in fc_exch_recv()
[all...]
/kernel/linux/linux-5.10/include/uapi/scsi/fc/
H
A
D
fc_fs.h
209
#define
FC_FC_SEQ_CTX
(1 << 22) /* sent by responder to sequence */
macro
/kernel/linux/linux-6.6/include/uapi/scsi/fc/
H
A
D
fc_fs.h
209
#define
FC_FC_SEQ_CTX
(1 << 22) /* sent by responder to sequence */
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/scsi/fc/
H
A
D
fc_fs.h
139
#define
FC_FC_SEQ_CTX
(1 << 22)
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/scsi/fc/
H
A
D
fc_fs.h
112
#define
FC_FC_SEQ_CTX
(1 << 22)
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/scsi/fc/
H
A
D
fc_fs.h
112
#define
FC_FC_SEQ_CTX
(1 << 22)
macro
/kernel/linux/linux-5.10/drivers/scsi/qedf/
H
A
D
qedf_main.c
2570
if ((fh->fh_type == FC_TYPE_BLS) && (f_ctl &
FC_FC_SEQ_CTX
) &&
in qedf_recv_frame()
/kernel/linux/linux-6.6/drivers/scsi/qedf/
H
A
D
qedf_main.c
2572
if ((fh->fh_type == FC_TYPE_BLS) && (f_ctl &
FC_FC_SEQ_CTX
) &&
in qedf_recv_frame()
Completed in 18 milliseconds