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:sdev_channel
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aacraid/
H
A
D
linit.c
400
chn = aac_logical_to_phys(
sdev_channel
(sdev));
in aac_slave_configure()
421
&&
sdev_channel
(sdev) != CONTAINER_CHANNEL
in aac_slave_configure()
423
&& (!aac->raid_scsi_mode || (
sdev_channel
(sdev) != 2))) {
in aac_slave_configure()
434
&& (!aac->raid_scsi_mode || (
sdev_channel
(sdev) != 2))
in aac_slave_configure()
452
&& (!aac->raid_scsi_mode || (
sdev_channel
(sdev) != 2))
in aac_slave_configure()
454
if ((
sdev_channel
(dev) != CONTAINER_CHANNEL)
in aac_slave_configure()
468
if (
sdev_channel
(sdev) != NATIVE_CHANNEL)
in aac_slave_configure()
523
chn = aac_logical_to_phys(
sdev_channel
(sdev));
in aac_change_queue_depth()
530
(
sdev_channel
(sdev) == CONTAINER_CHANNEL)) {
in aac_change_queue_depth()
537
(
sdev_channel
(de
in aac_change_queue_depth()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/aacraid/
H
A
D
linit.c
398
chn = aac_logical_to_phys(
sdev_channel
(sdev));
in aac_slave_configure()
419
&&
sdev_channel
(sdev) != CONTAINER_CHANNEL
in aac_slave_configure()
421
&& (!aac->raid_scsi_mode || (
sdev_channel
(sdev) != 2))) {
in aac_slave_configure()
432
&& (!aac->raid_scsi_mode || (
sdev_channel
(sdev) != 2))
in aac_slave_configure()
450
&& (!aac->raid_scsi_mode || (
sdev_channel
(sdev) != 2))
in aac_slave_configure()
452
if ((
sdev_channel
(dev) != CONTAINER_CHANNEL)
in aac_slave_configure()
466
if (
sdev_channel
(sdev) != NATIVE_CHANNEL)
in aac_slave_configure()
521
chn = aac_logical_to_phys(
sdev_channel
(sdev));
in aac_change_queue_depth()
528
(
sdev_channel
(sdev) == CONTAINER_CHANNEL)) {
in aac_change_queue_depth()
535
(
sdev_channel
(de
in aac_change_queue_depth()
[all...]
/kernel/linux/linux-5.10/include/scsi/
H
A
D
scsi_device.h
483
static inline unsigned int
sdev_channel
(struct scsi_device *sdev)
in sdev_channel()
function
494
#define scmd_channel(scmd)
sdev_channel
((scmd)->device)
/kernel/linux/linux-6.6/include/scsi/
H
A
D
scsi_device.h
523
static inline unsigned int
sdev_channel
(struct scsi_device *sdev)
in sdev_channel()
function
534
#define scmd_channel(scmd)
sdev_channel
((scmd)->device)
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
scsi_error.c
2289
if (channel ==
sdev_channel
(sdev))
in scsi_report_bus_reset()
2322
if (channel ==
sdev_channel
(sdev) &&
in scsi_report_device_reset()
H
A
D
hpsa.c
2112
if (
sdev_channel
(sdev) == HPSA_PHYSICAL_DEVICE_BUS) {
in hpsa_slave_alloc()
2125
sd = lookup_hpsa_scsi_dev(h,
sdev_channel
(sdev),
in hpsa_slave_alloc()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
scsi_error.c
2391
if (channel ==
sdev_channel
(sdev))
in scsi_report_bus_reset()
2424
if (channel ==
sdev_channel
(sdev) &&
in scsi_report_device_reset()
H
A
D
hpsa.c
2118
if (
sdev_channel
(sdev) == HPSA_PHYSICAL_DEVICE_BUS) {
in hpsa_slave_alloc()
2131
sd = lookup_hpsa_scsi_dev(h,
sdev_channel
(sdev),
in hpsa_slave_alloc()
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H
A
D
aic7xxx_osm.c
697
channel =
sdev_channel
(sdev);
in ahc_linux_biosparam()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H
A
D
aic7xxx_osm.c
696
channel =
sdev_channel
(sdev);
in ahc_linux_biosparam()
/kernel/linux/linux-5.10/drivers/scsi/smartpqi/
H
A
D
smartpqi_init.c
5797
if (
sdev_channel
(sdev) == PQI_PHYSICAL_DEVICE_BUS) {
in pqi_slave_alloc()
5807
device = pqi_find_scsi_dev(ctrl_info,
sdev_channel
(sdev),
in pqi_slave_alloc()
/kernel/linux/linux-6.6/drivers/scsi/smartpqi/
H
A
D
smartpqi_init.c
6492
if (
sdev_channel
(sdev) == PQI_PHYSICAL_DEVICE_BUS) {
in pqi_slave_alloc()
6506
device = pqi_find_scsi_dev(ctrl_info,
sdev_channel
(sdev),
in pqi_slave_alloc()
Completed in 62 milliseconds