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:MPI3MR_CMD_RESET
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/
H
A
D
mpi3mr_app.c
71
if (!(mrioc->pel_abort_cmd.state &
MPI3MR_CMD_RESET
))
in mpi3mr_bsg_pel_abort()
1299
if (mrioc->bsg_cmds.state &
MPI3MR_CMD_RESET
)
in mpi3mr_bsg_process_mpt_cmds()
1323
!(mrioc->bsg_cmds.state &
MPI3MR_CMD_RESET
))
in mpi3mr_bsg_process_mpt_cmds()
H
A
D
mpi3mr_fw.c
2352
if (!(mrioc->init_cmds.state &
MPI3MR_CMD_RESET
))
in mpi3mr_sync_timestamp()
3374
if (!(mrioc->init_cmds.state &
MPI3MR_CMD_RESET
))
in mpi3mr_process_event_ack()
3477
if (drv_cmd->state &
MPI3MR_CMD_RESET
)
in mpi3mr_port_enable_complete()
4539
cmdptr->state |=
MPI3MR_CMD_RESET
;
in mpi3mr_drv_cmd_comp_reset()
4698
if (drv_cmd->state &
MPI3MR_CMD_RESET
)
in mpi3mr_pel_wait_complete()
4780
if (drv_cmd->state &
MPI3MR_CMD_RESET
)
in mpi3mr_pel_get_seqnum_complete()
H
A
D
mpi3mr.h
146
#define
MPI3MR_CMD_RESET
0x0008
macro
H
A
D
mpi3mr_os.c
2142
if (drv_cmd->state &
MPI3MR_CMD_RESET
)
in mpi3mr_dev_rmhs_complete_iou()
2213
if (drv_cmd->state &
MPI3MR_CMD_RESET
)
in mpi3mr_dev_rmhs_complete_tm()
2371
if (drv_cmd->state &
MPI3MR_CMD_RESET
)
in mpi3mr_complete_evt_ack()
3727
if (!(drv_cmd->state &
MPI3MR_CMD_RESET
)) {
in mpi3mr_issue_tm()
Completed in 20 milliseconds