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_LAST_SEQ
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/scsi/fc/
H
A
D
fc_fs.h
211
#define
FC_FC_LAST_SEQ
(1 << 20) /* last sequence of this exchange */
macro
/kernel/linux/linux-6.6/include/uapi/scsi/fc/
H
A
D
fc_fs.h
211
#define
FC_FC_LAST_SEQ
(1 << 20) /* last sequence of this exchange */
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/scsi/fc/
H
A
D
fc_fs.h
141
#define
FC_FC_LAST_SEQ
(1 << 20)
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/scsi/fc/
H
A
D
fc_fs.h
114
#define
FC_FC_LAST_SEQ
(1 << 20)
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/scsi/fc/
H
A
D
fc_fs.h
114
#define
FC_FC_LAST_SEQ
(1 << 20)
macro
/kernel/linux/linux-5.10/drivers/scsi/libfc/
H
A
D
fc_exch.c
1264
f_ctl =
FC_FC_LAST_SEQ
| FC_FC_END_SEQ | FC_FC_SEQ_INIT;
in fc_seq_send_last()
1310
FC_FC_FIRST_SEQ |
FC_FC_LAST_SEQ
|
in fc_seq_send_ack()
1392
f_ctl |=
FC_FC_LAST_SEQ
| FC_FC_END_SEQ;
in fc_exch_send_ba_rjt()
1621
(f_ctl & (
FC_FC_LAST_SEQ
| FC_FC_END_SEQ)) ==
in fc_exch_recv_seq_resp()
1622
(
FC_FC_LAST_SEQ
| FC_FC_END_SEQ)) {
in fc_exch_recv_seq_resp()
1744
ntoh24(fh->fh_f_ctl) &
FC_FC_LAST_SEQ
)
in fc_exch_abts_resp()
H
A
D
fc_lport.c
1923
(ntoh24(fh->fh_f_ctl) & (
FC_FC_LAST_SEQ
| FC_FC_END_SEQ)) ==
in fc_lport_bsg_resp()
1924
(
FC_FC_LAST_SEQ
| FC_FC_END_SEQ)) {
in fc_lport_bsg_resp()
H
A
D
fc_fcp.c
1027
f_ctl |=
FC_FC_LAST_SEQ
| FC_FC_END_SEQ;
in fc_fcp_complete_locked()
/kernel/linux/linux-6.6/drivers/scsi/libfc/
H
A
D
fc_exch.c
1262
f_ctl =
FC_FC_LAST_SEQ
| FC_FC_END_SEQ | FC_FC_SEQ_INIT;
in fc_seq_send_last()
1308
FC_FC_FIRST_SEQ |
FC_FC_LAST_SEQ
|
in fc_seq_send_ack()
1390
f_ctl |=
FC_FC_LAST_SEQ
| FC_FC_END_SEQ;
in fc_exch_send_ba_rjt()
1619
(f_ctl & (
FC_FC_LAST_SEQ
| FC_FC_END_SEQ)) ==
in fc_exch_recv_seq_resp()
1620
(
FC_FC_LAST_SEQ
| FC_FC_END_SEQ)) {
in fc_exch_recv_seq_resp()
1742
ntoh24(fh->fh_f_ctl) &
FC_FC_LAST_SEQ
)
in fc_exch_abts_resp()
H
A
D
fc_lport.c
1997
(ntoh24(fh->fh_f_ctl) & (
FC_FC_LAST_SEQ
| FC_FC_END_SEQ)) ==
in fc_lport_bsg_resp()
1998
(
FC_FC_LAST_SEQ
| FC_FC_END_SEQ)) {
in fc_lport_bsg_resp()
H
A
D
fc_encode.h
18
#define FC_FCTL_RESP (FC_FC_EX_CTX |
FC_FC_LAST_SEQ
| \
H
A
D
fc_fcp.c
1017
f_ctl |=
FC_FC_LAST_SEQ
| FC_FC_END_SEQ;
in fc_fcp_complete_locked()
/kernel/linux/linux-5.10/drivers/target/tcm_fc/
H
A
D
tfc_cmd.c
151
FC_FC_EX_CTX |
FC_FC_LAST_SEQ
| FC_FC_END_SEQ, 0);
in ft_queue_status()
/kernel/linux/linux-6.6/drivers/scsi/elx/efct/
H
A
D
efct_unsol.c
305
FC_FC_LAST_SEQ
|
in efct_sframe_send_fcp_rsp()
/kernel/linux/linux-6.6/drivers/target/tcm_fc/
H
A
D
tfc_cmd.c
150
FC_FC_EX_CTX |
FC_FC_LAST_SEQ
| FC_FC_END_SEQ, 0);
in ft_queue_status()
/kernel/linux/linux-5.10/include/scsi/
H
A
D
fc_encode.h
17
#define FC_FCTL_RESP (FC_FC_EX_CTX |
FC_FC_LAST_SEQ
| \
Completed in 24 milliseconds