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:MPT3_CMD_RESET
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_transport.c
377
if (!(ioc->transport_cmds.status &
MPT3_CMD_RESET
))
in _transport_expander_report_manufacture()
1162
if (!(ioc->transport_cmds.status &
MPT3_CMD_RESET
))
in _transport_get_expander_phy_error_log()
1457
if (!(ioc->transport_cmds.status &
MPT3_CMD_RESET
))
in _transport_expander_phy_control()
1934
if (!(ioc->transport_cmds.status &
MPT3_CMD_RESET
)) {
in _transport_smp_handler()
H
A
D
mpt3sas_base.c
155
if (!(status &
MPT3_CMD_RESET
))
in mpt3sas_base_check_cmd_timeout()
6660
if (ioc->port_enable_cmds.status &
MPT3_CMD_RESET
)
in _base_send_port_enable()
6835
if (ioc->base_cmds.status &
MPT3_CMD_RESET
)
in _base_event_notification()
7647
ioc->transport_cmds.status |=
MPT3_CMD_RESET
;
in _base_clear_outstanding_mpt_commands()
7652
ioc->base_cmds.status |=
MPT3_CMD_RESET
;
in _base_clear_outstanding_mpt_commands()
7658
ioc->port_enable_cmds.status |=
MPT3_CMD_RESET
;
in _base_clear_outstanding_mpt_commands()
7671
ioc->config_cmds.status |=
MPT3_CMD_RESET
;
in _base_clear_outstanding_mpt_commands()
H
A
D
mpt3sas_base.h
491
#define
MPT3_CMD_RESET
0x0008 /* host reset dropped the command */
macro
H
A
D
mpt3sas_config.c
395
MPT3_CMD_RESET
) || ioc->pci_error_recovery)
in _config_request()
H
A
D
mpt3sas_ctl.c
497
ioc->ctl_cmds.status |=
MPT3_CMD_RESET
;
in mpt3sas_ctl_clear_outstanding_ioctls()
H
A
D
mpt3sas_scsih.c
9599
ioc->scsih_cmds.status |=
MPT3_CMD_RESET
;
in mpt3sas_scsih_clear_outstanding_scsi_tm_commands()
9604
ioc->tm_cmds.status |=
MPT3_CMD_RESET
;
in mpt3sas_scsih_clear_outstanding_scsi_tm_commands()
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_transport.c
440
if (!(ioc->transport_cmds.status &
MPT3_CMD_RESET
))
in _transport_expander_report_manufacture()
1361
if (!(ioc->transport_cmds.status &
MPT3_CMD_RESET
))
in _transport_get_expander_phy_error_log()
1657
if (!(ioc->transport_cmds.status &
MPT3_CMD_RESET
))
in _transport_expander_phy_control()
2143
if (!(ioc->transport_cmds.status &
MPT3_CMD_RESET
)) {
in _transport_smp_handler()
H
A
D
mpt3sas_base.c
162
if (!(status &
MPT3_CMD_RESET
))
in mpt3sas_base_check_cmd_timeout()
7695
if (ioc->port_enable_cmds.status &
MPT3_CMD_RESET
)
in _base_send_port_enable()
7871
if (ioc->base_cmds.status &
MPT3_CMD_RESET
)
in _base_event_notification()
8698
ioc->transport_cmds.status |=
MPT3_CMD_RESET
;
in _base_clear_outstanding_mpt_commands()
8703
ioc->base_cmds.status |=
MPT3_CMD_RESET
;
in _base_clear_outstanding_mpt_commands()
8709
ioc->port_enable_cmds.status |=
MPT3_CMD_RESET
;
in _base_clear_outstanding_mpt_commands()
8720
ioc->config_cmds.status |=
MPT3_CMD_RESET
;
in _base_clear_outstanding_mpt_commands()
H
A
D
mpt3sas_base.h
505
#define
MPT3_CMD_RESET
0x0008 /* host reset dropped the command */
macro
H
A
D
mpt3sas_scsih.c
3739
ioc->port_enable_cmds.status |=
MPT3_CMD_RESET
;
in _scsih_fw_event_cleanup_queue()
10670
ioc->scsih_cmds.status |=
MPT3_CMD_RESET
;
in mpt3sas_scsih_clear_outstanding_scsi_tm_commands()
10675
ioc->tm_cmds.status |=
MPT3_CMD_RESET
;
in mpt3sas_scsih_clear_outstanding_scsi_tm_commands()
11855
if (ioc->port_enable_cmds.status &
MPT3_CMD_RESET
) {
in scsih_scan_finished()
H
A
D
mpt3sas_config.c
397
if (ioc->config_cmds.status &
MPT3_CMD_RESET
)
in _config_request()
H
A
D
mpt3sas_ctl.c
499
ioc->ctl_cmds.status |=
MPT3_CMD_RESET
;
in mpt3sas_ctl_clear_outstanding_ioctls()
Completed in 73 milliseconds