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:spi_max_offset
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/include/scsi/
H
A
D
scsi_transport_spi.h
65
#define
spi_max_offset
(x) (((struct spi_transport_attrs *)&(x)->starget_data)->max_offset)
macro
/kernel/linux/linux-6.6/include/scsi/
H
A
D
scsi_transport_spi.h
65
#define
spi_max_offset
(x) (((struct spi_transport_attrs *)&(x)->starget_data)->max_offset)
macro
/kernel/linux/linux-5.10/drivers/message/fusion/
H
A
D
mptspi.c
214
spi_max_offset
(scsi_target(sdev)) = offset;
in mptspi_setTargetNegoParms()
447
spi_max_offset
(starget) = ioc->spi_data.maxSyncOffset;
in mptspi_target_alloc()
765
spi_max_offset
(scsi_target(sdev)),
in mptspi_slave_configure()
/kernel/linux/linux-6.6/drivers/message/fusion/
H
A
D
mptspi.c
214
spi_max_offset
(scsi_target(sdev)) = offset;
in mptspi_setTargetNegoParms()
447
spi_max_offset
(starget) = ioc->spi_data.maxSyncOffset;
in mptspi_target_alloc()
765
spi_max_offset
(scsi_target(sdev)),
in mptspi_slave_configure()
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
scsi_transport_spi.c
248
spi_max_offset
(starget) = 255;
in spi_setup_transport_attrs()
911
DV_SET(offset,
spi_max_offset
(starget));
in spi_dv_device_internal()
H
A
D
esp_scsi.c
2467
spi_max_offset
(tp->starget) = 15;
in esp_slave_alloc()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
scsi_transport_spi.c
247
spi_max_offset
(starget) = 255;
in spi_setup_transport_attrs()
910
DV_SET(offset,
spi_max_offset
(starget));
in spi_dv_device_internal()
H
A
D
esp_scsi.c
2456
spi_max_offset
(tp->starget) = 15;
in esp_slave_alloc()
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H
A
D
aic7xxx_osm.c
610
spi_max_offset
(starget) = 0;
in ahc_linux_target_alloc()
H
A
D
aic79xx_osm.c
646
spi_max_offset
(starget) = tinfo->user.offset;
in ahd_linux_target_alloc()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H
A
D
aic7xxx_osm.c
609
spi_max_offset
(starget) = 0;
in ahc_linux_target_alloc()
H
A
D
aic79xx_osm.c
644
spi_max_offset
(starget) = tinfo->user.offset;
in ahd_linux_target_alloc()
Completed in 34 milliseconds