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:fw_started
(Results
1 - 22
of
22
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_nvme.c
240
if (!ha->flags.
fw_started
&& fcport->deleted)
in qla_nvme_abort_work()
304
if (!ha->flags.
fw_started
)
in qla_nvme_ls_req()
574
if (!qpair->
fw_started
|| fcport->deleted)
in qla_nvme_post_cmd()
583
(qpair && !qpair->
fw_started
) || fcport->deleted)
in qla_nvme_post_cmd()
H
A
D
qla_inline.h
178
return (qla2x00_reset_active(vha) || !vha->hw->flags.
fw_started
);
in qla2x00_chip_is_down()
H
A
D
qla_def.h
3623
uint32_t
fw_started
:1;
member
3912
uint32_t
fw_started
:1;
member
4905
_ha->flags.
fw_started
= 1; \
4906
_ha->base_qpair->
fw_started
= 1; \
4909
_ha->queue_pair_map[i]->
fw_started
= 1; \
4915
_ha->flags.
fw_started
= 0; \
4916
_ha->base_qpair->
fw_started
= 0; \
4919
_ha->queue_pair_map[i]->
fw_started
= 0; \
H
A
D
qla_mbx.c
1414
if (!vha->hw->flags.
fw_started
)
in qla2x00_issue_iocb_timeout()
4435
if (!ha->flags.
fw_started
)
in qla25xx_init_req_que()
4508
if (!ha->flags.
fw_started
)
in qla25xx_init_rsp_que()
6414
if (!vha->hw->flags.
fw_started
)
in qla24xx_send_mb_cmd()
6482
if (!vha->hw->flags.
fw_started
)
in qla24xx_gpdb_wait()
6601
if (!vha->hw->flags.
fw_started
)
in qla24xx_gidlist_wait()
6737
if (!vha->hw->flags.
fw_started
)
in qla24xx_res_count_wait()
H
A
D
qla_mid.c
161
if (vha->hw->flags.
fw_started
)
in qla24xx_disable_vp()
H
A
D
qla_target.c
1679
if (!ha->flags.
fw_started
)
in qlt_send_notify_ack()
3224
if (!qpair->
fw_started
|| (cmd->reset_count != qpair->chip_reset) ||
in qlt_xmit_response()
3249
if (!qpair->
fw_started
|| cmd->reset_count != qpair->chip_reset) {
in qlt_xmit_response()
3383
if (!qpair->
fw_started
|| (cmd->reset_count != qpair->chip_reset) ||
in qlt_rdy_to_xfer()
6758
if (!ha->flags.
fw_started
)
in qlt_24xx_process_atio_queue()
H
A
D
qla_os.c
3573
if (ha->flags.
fw_started
)
in qla2x00_shutdown()
3738
if (ha->flags.
fw_started
)
in qla2x00_remove_one()
6804
!ha->flags.
fw_started
)
in qla2x00_do_dpc()
6809
!ha->flags.
fw_started
)
in qla2x00_do_dpc()
H
A
D
qla_isr.c
980
if (!vha->hw->flags.
fw_started
) {
in qla2x00_async_event()
3423
if (!ha->flags.
fw_started
)
in qla24xx_process_response_queue()
H
A
D
qla_init.c
8402
if (!ha->flags.
fw_started
)
in qla2x00_try_to_stop_firmware()
9170
qpair->
fw_started
= ha->flags.
fw_started
;
in qla2xxx_create_qpair()
H
A
D
qla_attr.c
2079
if (vha->hw->flags.
fw_started
)
in qla_set_ini_mode()
H
A
D
qla_sup.c
1916
if (!ha->flags.
fw_started
)
in qla24xx_beacon_off()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_nvme.c
314
if (!ha->flags.
fw_started
|| fcport->deleted == QLA_SESS_DELETED)
in qla_nvme_abort_work()
379
if (!ha->flags.
fw_started
)
in qla_nvme_xmt_ls_rsp()
486
if (!ha->flags.
fw_started
)
in qla_nvme_ls_req()
H
A
D
qla_def.h
3820
uint32_t
fw_started
:1;
member
4118
uint32_t
fw_started
:1;
member
5169
_ha->flags.
fw_started
= 1; \
5170
_ha->base_qpair->
fw_started
= 1; \
5173
_ha->queue_pair_map[i]->
fw_started
= 1; \
5179
_ha->flags.
fw_started
= 0; \
5180
_ha->base_qpair->
fw_started
= 0; \
5183
_ha->queue_pair_map[i]->
fw_started
= 0; \
5561
!_fcport->vha->hw->flags.
fw_started
)
H
A
D
qla_inline.h
178
return (qla2x00_reset_active(vha) || !vha->hw->flags.
fw_started
);
in qla2x00_chip_is_down()
H
A
D
qla_mbx.c
1464
if (!vha->hw->flags.
fw_started
)
in qla2x00_issue_iocb_timeout()
2212
if (!ha->flags.
fw_started
)
in qla2x00_get_firmware_state()
4507
if (!ha->flags.
fw_started
)
in qla25xx_init_req_que()
4580
if (!ha->flags.
fw_started
)
in qla25xx_init_rsp_que()
6545
if (!vha->hw->flags.
fw_started
)
in qla24xx_send_mb_cmd()
6612
if (!vha->hw->flags.
fw_started
)
in qla24xx_gpdb_wait()
6737
if (!vha->hw->flags.
fw_started
)
in qla24xx_gidlist_wait()
6873
if (!vha->hw->flags.
fw_started
)
in qla24xx_res_count_wait()
H
A
D
qla_mid.c
177
if (vha->hw->flags.
fw_started
)
in qla24xx_disable_vp()
H
A
D
qla_target.c
1703
if (!ha->flags.
fw_started
)
in qlt_send_notify_ack()
3256
if (!qpair->
fw_started
|| (cmd->reset_count != qpair->chip_reset) ||
in qlt_xmit_response()
3281
if (!qpair->
fw_started
|| cmd->reset_count != qpair->chip_reset) {
in qlt_xmit_response()
3417
if (!qpair->
fw_started
|| (cmd->reset_count != qpair->chip_reset) ||
in qlt_rdy_to_xfer()
6795
if (!ha->flags.
fw_started
)
in qlt_24xx_process_atio_queue()
H
A
D
qla_os.c
3747
if (ha->flags.
fw_started
)
in qla2x00_shutdown()
3912
if (ha->flags.
fw_started
)
in qla2x00_remove_one()
7051
!ha->flags.
fw_started
)
in qla2x00_do_dpc()
7056
!ha->flags.
fw_started
)
in qla2x00_do_dpc()
H
A
D
qla_isr.c
1269
if (!vha->hw->flags.
fw_started
) {
in qla2x00_async_event()
3965
if (!ha->flags.
fw_started
)
in qla24xx_process_response_queue()
H
A
D
qla_init.c
8888
if (!ha->flags.
fw_started
)
in qla2x00_try_to_stop_firmware()
9656
qpair->
fw_started
= ha->flags.
fw_started
;
in qla2xxx_create_qpair()
H
A
D
qla_attr.c
2109
if (vha->hw->flags.
fw_started
)
in qla_set_ini_mode()
H
A
D
qla_sup.c
1916
if (!ha->flags.
fw_started
)
in qla24xx_beacon_off()
Completed in 145 milliseconds