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:SCF_BIDI
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/include/target/
H
A
D
target_core_fabric.h
222
if (se_cmd->se_cmd_flags &
SCF_BIDI
)
in target_reverse_dma_direction()
H
A
D
target_core_base.h
137
SCF_BIDI
= 0x00000400,
enumerator
/kernel/linux/linux-6.6/include/target/
H
A
D
target_core_fabric.h
237
if (se_cmd->se_cmd_flags &
SCF_BIDI
)
in target_reverse_dma_direction()
H
A
D
target_core_base.h
139
SCF_BIDI
= (1 << 7),
enumerator
/kernel/linux/linux-5.10/drivers/target/
H
A
D
target_core_user.c
576
if (se_cmd->se_cmd_flags &
SCF_BIDI
) {
in tcmu_cmd_set_block_cnts()
1072
se_cmd->se_cmd_flags &
SCF_BIDI
)
in queue_cmd_ring()
1080
if (se_cmd->se_cmd_flags &
SCF_BIDI
) {
in queue_cmd_ring()
1336
if (se_cmd->se_cmd_flags &
SCF_BIDI
) {
in tcmu_handle_completion()
H
A
D
target_core_transport.c
1645
se_cmd->se_cmd_flags |=
SCF_BIDI
;
in target_submit_cmd_map_sgls()
2274
if (cmd->se_cmd_flags &
SCF_BIDI
) {
in transport_complete_qf()
2465
if (cmd->se_cmd_flags &
SCF_BIDI
) {
in target_complete_ok_work()
2641
if ((cmd->se_cmd_flags &
SCF_BIDI
) ||
in transport_generic_new_cmd()
H
A
D
target_core_pscsi.c
957
if (cmd->se_cmd_flags &
SCF_BIDI
)
in pscsi_parse_cdb()
H
A
D
target_core_sbc.c
901
!(cmd->se_cmd_flags &
SCF_BIDI
))
in sbc_parse_cdb()
/kernel/linux/linux-6.6/drivers/target/
H
A
D
target_core_transport.c
1683
se_cmd->se_cmd_flags |=
SCF_BIDI
;
in target_init_cmd()
2433
if (cmd->se_cmd_flags &
SCF_BIDI
) {
in transport_complete_qf()
2624
if (cmd->se_cmd_flags &
SCF_BIDI
) {
in target_complete_ok_work()
2800
if ((cmd->se_cmd_flags &
SCF_BIDI
) ||
in transport_generic_new_cmd()
H
A
D
target_core_user.c
586
if (se_cmd->se_cmd_flags &
SCF_BIDI
) {
in tcmu_cmd_set_block_cnts()
1099
se_cmd->se_cmd_flags &
SCF_BIDI
)
in queue_cmd_ring()
1107
if (se_cmd->se_cmd_flags &
SCF_BIDI
) {
in queue_cmd_ring()
1371
if (se_cmd->se_cmd_flags &
SCF_BIDI
) {
in tcmu_handle_completion()
H
A
D
target_core_pscsi.c
927
if (cmd->se_cmd_flags &
SCF_BIDI
)
in pscsi_parse_cdb()
Completed in 26 milliseconds