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:IBMVFC_ACTIVE
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ibmvscsi/
H
A
D
ibmvfc.c
568
vhost->state ==
IBMVFC_ACTIVE
) {
in ibmvfc_reinit_host()
1006
if (vhost->state ==
IBMVFC_ACTIVE
) {
in ibmvfc_get_host_speed()
1052
case
IBMVFC_ACTIVE
:
in ibmvfc_get_host_port_state()
1158
((vhost->state ==
IBMVFC_ACTIVE
||
in ibmvfc_wait_while_resetting()
1646
case
IBMVFC_ACTIVE
:
in ibmvfc_host_chkready()
1765
if (vhost->aborting_passthru || vhost->state !=
IBMVFC_ACTIVE
) {
in ibmvfc_bsg_timeout()
2030
if (vhost->state ==
IBMVFC_ACTIVE
) {
in ibmvfc_reset_device()
2242
if (vhost->state ==
IBMVFC_ACTIVE
)
in ibmvfc_cancel_all()
2360
if (vhost->state ==
IBMVFC_ACTIVE
) {
in ibmvfc_abort_task_set()
4786
ibmvfc_set_host_state(vhost,
IBMVFC_ACTIVE
);
in ibmvfc_do_work()
[all...]
H
A
D
ibmvfc.h
765
IBMVFC_ACTIVE
,
enumerator
/kernel/linux/linux-6.6/drivers/scsi/ibmvscsi/
H
A
D
ibmvfc.c
640
vhost->state ==
IBMVFC_ACTIVE
) {
in ibmvfc_reinit_host()
1261
if (vhost->state ==
IBMVFC_ACTIVE
) {
in ibmvfc_get_host_speed()
1307
case
IBMVFC_ACTIVE
:
in ibmvfc_get_host_port_state()
1413
((vhost->state ==
IBMVFC_ACTIVE
||
in ibmvfc_wait_while_resetting()
1888
case
IBMVFC_ACTIVE
:
in ibmvfc_host_chkready()
2042
if (vhost->aborting_passthru || vhost->state !=
IBMVFC_ACTIVE
) {
in ibmvfc_bsg_timeout()
2322
if (vhost->state ==
IBMVFC_ACTIVE
) {
in ibmvfc_reset_device()
2554
if (vhost->state ==
IBMVFC_ACTIVE
)
in ibmvfc_init_tmf()
2810
if (vhost->state ==
IBMVFC_ACTIVE
) {
in ibmvfc_abort_task_set()
5676
ibmvfc_set_host_state(vhost,
IBMVFC_ACTIVE
);
in ibmvfc_do_work()
[all...]
H
A
D
ibmvfc.h
833
IBMVFC_ACTIVE
,
enumerator
Completed in 18 milliseconds