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:SYNC_NEGO_ENABLE
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
dc395x.h
165
#define
SYNC_NEGO_ENABLE
BIT0
macro
H
A
D
dc395x.c
1402
|| ((dcb->sync_mode &
SYNC_NEGO_ENABLE
)
in start_scsi()
1416
if (dcb->sync_mode &
SYNC_NEGO_ENABLE
in start_scsi()
2543
dcb->sync_mode &= ~(
SYNC_NEGO_ENABLE
);
in msgin_set_async()
2627
dcb->sync_mode |= SYNC_NEGO_DONE |
SYNC_NEGO_ENABLE
;
in msgin_set_sync()
2644
if ((dcb->sync_mode &
SYNC_NEGO_ENABLE
)
in msgin_set_nowide()
2683
if ((dcb->sync_mode &
SYNC_NEGO_ENABLE
)
in msgin_set_wide()
3584
dcb->sync_mode |=
SYNC_NEGO_ENABLE
;
in device_alloc()
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
dc395x.h
174
#define
SYNC_NEGO_ENABLE
BIT0
macro
H
A
D
dc395x.c
1426
|| ((dcb->sync_mode &
SYNC_NEGO_ENABLE
)
in start_scsi()
1440
if (dcb->sync_mode &
SYNC_NEGO_ENABLE
in start_scsi()
2567
dcb->sync_mode &= ~(
SYNC_NEGO_ENABLE
);
in msgin_set_async()
2651
dcb->sync_mode |= SYNC_NEGO_DONE |
SYNC_NEGO_ENABLE
;
in msgin_set_sync()
2668
if ((dcb->sync_mode &
SYNC_NEGO_ENABLE
)
in msgin_set_nowide()
2707
if ((dcb->sync_mode &
SYNC_NEGO_ENABLE
)
in msgin_set_wide()
3630
dcb->sync_mode |=
SYNC_NEGO_ENABLE
;
in device_alloc()
Completed in 16 milliseconds