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:CMD_T_COMPLETE
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
mac53c94.h
84
#define
CMD_T_COMPLETE
0x25
macro
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
mac53c94.h
84
#define
CMD_T_COMPLETE
0x25
macro
/kernel/linux/linux-5.10/drivers/target/
H
A
D
target_core_tmr.c
88
* If command already reached
CMD_T_COMPLETE
state within
in __target_check_io_state()
98
if (se_cmd->transport_state & (
CMD_T_COMPLETE
| CMD_T_FABRIC_STOP)) {
in __target_check_io_state()
H
A
D
target_core_transport.c
864
cmd->transport_state |= (
CMD_T_COMPLETE
| CMD_T_ACTIVE);
in target_complete_cmd()
2782
* - During regular command processing the target core sets
CMD_T_COMPLETE
2785
*
CMD_T_COMPLETE
has been set.
2786
* - CMD_T_ABORTED is set atomically after the
CMD_T_COMPLETE
check for
2966
if (ts &
CMD_T_COMPLETE
)
in target_ts_to_str()
/kernel/linux/linux-6.6/drivers/target/
H
A
D
target_core_tmr.c
79
* If command already reached
CMD_T_COMPLETE
state within
in __target_check_io_state()
89
if (se_cmd->transport_state & (
CMD_T_COMPLETE
| CMD_T_FABRIC_STOP)) {
in __target_check_io_state()
H
A
D
target_core_transport.c
933
cmd->transport_state |= (
CMD_T_COMPLETE
| CMD_T_ACTIVE);
in target_complete_cmd_with_sense()
2941
* - During regular command processing the target core sets
CMD_T_COMPLETE
2944
*
CMD_T_COMPLETE
has been set.
2945
* - CMD_T_ABORTED is set atomically after the
CMD_T_COMPLETE
check for
3113
if (ts &
CMD_T_COMPLETE
)
in target_ts_to_str()
/kernel/linux/linux-5.10/drivers/target/iscsi/
H
A
D
iscsi_target_tmr.c
325
if (!(se_cmd->transport_state &
CMD_T_COMPLETE
)) {
in iscsit_task_reassign_complete_read()
H
A
D
iscsi_target_erl1.c
383
if (!(se_cmd->transport_state &
CMD_T_COMPLETE
)) {
in iscsit_handle_recovery_datain()
/kernel/linux/linux-5.10/include/target/
H
A
D
target_core_base.h
506
#define
CMD_T_COMPLETE
(1 << 2)
macro
/kernel/linux/linux-6.6/drivers/target/iscsi/
H
A
D
iscsi_target_tmr.c
325
if (!(se_cmd->transport_state &
CMD_T_COMPLETE
)) {
in iscsit_task_reassign_complete_read()
H
A
D
iscsi_target_erl1.c
383
if (!(se_cmd->transport_state &
CMD_T_COMPLETE
)) {
in iscsit_handle_recovery_datain()
/kernel/linux/linux-6.6/include/target/
H
A
D
target_core_base.h
514
#define
CMD_T_COMPLETE
(1 << 2)
macro
Completed in 21 milliseconds