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:SCSI_W_LUN_BASE
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/include/scsi/
H
A
D
scsi.h
56
#define
SCSI_W_LUN_BASE
0xc100
macro
57
#define SCSI_W_LUN_REPORT_LUNS (
SCSI_W_LUN_BASE
+ 1)
58
#define SCSI_W_LUN_ACCESS_CONTROL (
SCSI_W_LUN_BASE
+ 2)
59
#define SCSI_W_LUN_TARGET_LOG_PAGE (
SCSI_W_LUN_BASE
+ 3)
63
return (lun & 0xff00) ==
SCSI_W_LUN_BASE
;
in scsi_is_wlun()
/kernel/linux/linux-5.10/include/scsi/
H
A
D
scsi.h
55
#define
SCSI_W_LUN_BASE
0xc100
macro
56
#define SCSI_W_LUN_REPORT_LUNS (
SCSI_W_LUN_BASE
+ 1)
57
#define SCSI_W_LUN_ACCESS_CONTROL (
SCSI_W_LUN_BASE
+ 2)
58
#define SCSI_W_LUN_TARGET_LOG_PAGE (
SCSI_W_LUN_BASE
+ 3)
62
return (lun & 0xff00) ==
SCSI_W_LUN_BASE
;
in scsi_is_wlun()
/kernel/linux/linux-5.10/drivers/scsi/ufs/
H
A
D
ufs.h
35
* from 0xc100 (
SCSI_W_LUN_BASE
) onwards.
39
#define UFS_MAX_LUNS (
SCSI_W_LUN_BASE
+ UFS_UPIU_MAX_UNIT_NUM_ID)
H
A
D
ufshcd.c
2497
return (upiu_wlun_id & ~UFS_UPIU_WLUN_ID) |
SCSI_W_LUN_BASE
;
in ufshcd_upiu_wlun_to_scsi_wlun()
/kernel/linux/linux-6.6/include/ufs/
H
A
D
ufs.h
38
* from 0xc100 (
SCSI_W_LUN_BASE
) onwards.
42
#define UFS_MAX_LUNS (
SCSI_W_LUN_BASE
+ UFS_UPIU_MAX_UNIT_NUM_ID)
/kernel/linux/linux-6.6/drivers/ufs/core/
H
A
D
ufshcd.c
2750
return (upiu_wlun_id & ~UFS_UPIU_WLUN_ID) |
SCSI_W_LUN_BASE
;
in ufshcd_upiu_wlun_to_scsi_wlun()
Completed in 26 milliseconds