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:LPORT_ST_READY
(Results
1 - 22
of
22
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/libfc/
H
A
D
fc_npiv.c
99
if (n_port->state ==
LPORT_ST_READY
) {
in __fc_vport_setlink()
H
A
D
fc_fcp.c
800
if (lport->state !=
LPORT_ST_READY
) {
in fc_fcp_recv()
1856
return (lport->state ==
LPORT_ST_READY
) &&
in fc_fcp_lport_queue_ready()
2089
if (lport->state !=
LPORT_ST_READY
&& fsp->status_code != FC_COMPLETE)
in fc_io_compl()
2123
if (lport->state !=
LPORT_ST_READY
)
in fc_eh_abort()
2176
if (lport->state !=
LPORT_ST_READY
)
in fc_eh_device_reset()
H
A
D
fc_lport.c
125
[
LPORT_ST_READY
] = "Ready",
270
case
LPORT_ST_READY
:
in fc_get_host_port_state()
722
fc_lport_state_enter(lport,
LPORT_ST_READY
);
in fc_lport_enter_ready()
1561
case
LPORT_ST_READY
:
in fc_lport_timeout()
/kernel/linux/linux-6.6/drivers/scsi/libfc/
H
A
D
fc_npiv.c
99
if (n_port->state ==
LPORT_ST_READY
) {
in __fc_vport_setlink()
H
A
D
fc_fcp.c
790
if (lport->state !=
LPORT_ST_READY
) {
in fc_fcp_recv()
1846
return (lport->state ==
LPORT_ST_READY
) &&
in fc_fcp_lport_queue_ready()
2076
if (lport->state !=
LPORT_ST_READY
&& fsp->status_code != FC_COMPLETE)
in fc_io_compl()
2110
if (lport->state !=
LPORT_ST_READY
)
in fc_eh_abort()
2163
if (lport->state !=
LPORT_ST_READY
)
in fc_eh_device_reset()
H
A
D
fc_lport.c
128
[
LPORT_ST_READY
] = "Ready",
273
case
LPORT_ST_READY
:
in fc_get_host_port_state()
725
fc_lport_state_enter(lport,
LPORT_ST_READY
);
in fc_lport_enter_ready()
1601
case
LPORT_ST_READY
:
in fc_lport_timeout()
/kernel/linux/linux-5.10/include/scsi/
H
A
D
libfc.h
53
* @
LPORT_ST_READY
: Ready for use
72
LPORT_ST_READY
,
enumerator
785
return lport->state ==
LPORT_ST_READY
;
in fc_lport_test_ready()
/kernel/linux/linux-6.6/include/scsi/
H
A
D
libfc.h
53
* @
LPORT_ST_READY
: Ready for use
72
LPORT_ST_READY
,
enumerator
794
return lport->state ==
LPORT_ST_READY
;
in fc_lport_test_ready()
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_io.c
698
if (lport->state !=
LPORT_ST_READY
|| !(lport->link_up)) {
in bnx2fc_initiate_tmf()
859
if (lport->state !=
LPORT_ST_READY
|| !(lport->link_up)) {
in bnx2fc_initiate_abts()
1140
if ((lport->state !=
LPORT_ST_READY
) || !(lport->link_up)) {
in bnx2fc_eh_abort()
1860
if ((lport->state !=
LPORT_ST_READY
) || !(lport->link_up)) {
in bnx2fc_queuecommand()
H
A
D
bnx2fc_els.c
695
if (lport->state !=
LPORT_ST_READY
|| !(lport->link_up)) {
in bnx2fc_initiate_els()
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_io.c
696
if (lport->state !=
LPORT_ST_READY
|| !(lport->link_up)) {
in bnx2fc_initiate_tmf()
857
if (lport->state !=
LPORT_ST_READY
|| !(lport->link_up)) {
in bnx2fc_initiate_abts()
1138
if ((lport->state !=
LPORT_ST_READY
) || !(lport->link_up)) {
in bnx2fc_eh_abort()
1857
if ((lport->state !=
LPORT_ST_READY
) || !(lport->link_up)) {
in bnx2fc_queuecommand()
H
A
D
bnx2fc_els.c
695
if (lport->state !=
LPORT_ST_READY
|| !(lport->link_up)) {
in bnx2fc_initiate_els()
/kernel/linux/linux-5.10/drivers/scsi/fnic/
H
A
D
fnic_scsi.c
487
if (lp->state !=
LPORT_ST_READY
|| !(lp->link_up))
in fnic_queuecommand_lck()
1874
if (lp->state !=
LPORT_ST_READY
|| !(lp->link_up)) {
in fnic_abort_cmd()
2363
if (lp->state !=
LPORT_ST_READY
|| !(lp->link_up))
in fnic_device_reset()
2647
if ((lp->state ==
LPORT_ST_READY
) &&
in fnic_host_reset()
/kernel/linux/linux-6.6/drivers/scsi/fnic/
H
A
D
fnic_scsi.c
477
if (lp->state !=
LPORT_ST_READY
|| !(lp->link_up))
in fnic_queuecommand_lck()
1757
if (lp->state !=
LPORT_ST_READY
|| !(lp->link_up)) {
in fnic_abort_cmd()
2231
if (lp->state !=
LPORT_ST_READY
|| !(lp->link_up))
in fnic_device_reset()
2522
if ((lp->state ==
LPORT_ST_READY
) &&
in fnic_host_reset()
/kernel/linux/linux-5.10/drivers/scsi/qedf/
H
A
D
qedf_io.c
995
if (lport->state !=
LPORT_ST_READY
||
in qedf_queuecommand()
1902
if (lport->state !=
LPORT_ST_READY
|| !(lport->link_up)) {
in qedf_initiate_abts()
2505
if (lport->state !=
LPORT_ST_READY
|| !(lport->link_up)) {
in qedf_initiate_tmf()
H
A
D
qedf_els.c
44
if (lport->state !=
LPORT_ST_READY
|| !(lport->link_up)) {
in qedf_initiate_els()
H
A
D
qedf_main.c
799
if (lport->state !=
LPORT_ST_READY
|| !(lport->link_up)) {
in qedf_eh_abort()
1986
if (vn_port->state ==
LPORT_ST_READY
)
in qedf_vport_destroy()
/kernel/linux/linux-6.6/drivers/scsi/qedf/
H
A
D
qedf_io.c
989
if (lport->state !=
LPORT_ST_READY
||
in qedf_queuecommand()
1882
if (lport->state !=
LPORT_ST_READY
|| !(lport->link_up)) {
in qedf_initiate_abts()
2485
if (lport->state !=
LPORT_ST_READY
|| !(lport->link_up)) {
in qedf_initiate_tmf()
H
A
D
qedf_els.c
44
if (lport->state !=
LPORT_ST_READY
|| !(lport->link_up)) {
in qedf_initiate_els()
H
A
D
qedf_main.c
799
if (lport->state !=
LPORT_ST_READY
|| !(lport->link_up)) {
in qedf_eh_abort()
1990
if (vn_port->state ==
LPORT_ST_READY
)
in qedf_vport_destroy()
/kernel/linux/linux-5.10/drivers/scsi/fcoe/
H
A
D
fcoe.c
2793
if (lport->state !=
LPORT_ST_READY
)
in fcoe_set_vport_symbolic_name()
/kernel/linux/linux-6.6/drivers/scsi/fcoe/
H
A
D
fcoe.c
2780
if (lport->state !=
LPORT_ST_READY
)
in fcoe_set_vport_symbolic_name()
Completed in 47 milliseconds