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:not_ready_reason
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/isci/
H
A
D
port.h
94
* @
not_ready_reason
: set during state transitions and notified
115
u32
not_ready_reason
;
member
H
A
D
remote_device.h
104
u32
not_ready_reason
;
member
H
A
D
port.c
947
iport->
not_ready_reason
= SCIC_PORT_NOT_READY_NO_ACTIVE_PHYS;
in sci_port_ready_substate_waiting_enter()
1182
iport->
not_ready_reason
= SCIC_PORT_NOT_READY_HARD_RESET_REQUESTED;
in sci_port_hard_reset()
1235
iport->
not_ready_reason
= SCIC_PORT_NOT_READY_RECONFIGURING;
in sci_port_add_phy()
1285
iport->
not_ready_reason
= SCIC_PORT_NOT_READY_RECONFIGURING;
in sci_port_remove_phy()
H
A
D
remote_device.c
503
idev->
not_ready_reason
= SCIC_REMOTE_DEVICE_NOT_READY_SATA_SDB_ERROR_FIS_RECEIVED;
in sci_remote_device_frame_handler()
513
idev->
not_ready_reason
= SCIC_REMOTE_DEVICE_NOT_READY_SATA_SDB_ERROR_FIS_RECEIVED;
in sci_remote_device_frame_handler()
1164
if (idev->
not_ready_reason
== SCIC_REMOTE_DEVICE_NOT_READY_SATA_SDB_ERROR_FIS_RECEIVED)
in sci_stp_remote_device_ready_ncq_error_substate_enter()
1166
idev->
not_ready_reason
);
in sci_stp_remote_device_ready_ncq_error_substate_enter()
/kernel/linux/linux-6.6/drivers/scsi/isci/
H
A
D
port.h
94
* @
not_ready_reason
: set during state transitions and notified
115
u32
not_ready_reason
;
member
H
A
D
remote_device.h
104
u32
not_ready_reason
;
member
H
A
D
port.c
949
iport->
not_ready_reason
= SCIC_PORT_NOT_READY_NO_ACTIVE_PHYS;
in sci_port_ready_substate_waiting_enter()
1184
iport->
not_ready_reason
= SCIC_PORT_NOT_READY_HARD_RESET_REQUESTED;
in sci_port_hard_reset()
1237
iport->
not_ready_reason
= SCIC_PORT_NOT_READY_RECONFIGURING;
in sci_port_add_phy()
1287
iport->
not_ready_reason
= SCIC_PORT_NOT_READY_RECONFIGURING;
in sci_port_remove_phy()
H
A
D
remote_device.c
504
idev->
not_ready_reason
= SCIC_REMOTE_DEVICE_NOT_READY_SATA_SDB_ERROR_FIS_RECEIVED;
in sci_remote_device_frame_handler()
514
idev->
not_ready_reason
= SCIC_REMOTE_DEVICE_NOT_READY_SATA_SDB_ERROR_FIS_RECEIVED;
in sci_remote_device_frame_handler()
1165
if (idev->
not_ready_reason
== SCIC_REMOTE_DEVICE_NOT_READY_SATA_SDB_ERROR_FIS_RECEIVED)
in sci_stp_remote_device_ready_ncq_error_substate_enter()
1167
idev->
not_ready_reason
);
in sci_stp_remote_device_ready_ncq_error_substate_enter()
Completed in 12 milliseconds