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:dev_rmhs_cmds
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/
H
A
D
mpi3mr_fw.c
328
return &mrioc->
dev_rmhs_cmds
[idx];
in mpi3mr_get_drv_cmd()
2972
mrioc->
dev_rmhs_cmds
[i].reply = kzalloc(mrioc->reply_sz,
in mpi3mr_alloc_reply_sense_bufs()
2974
if (!mrioc->
dev_rmhs_cmds
[i].reply)
in mpi3mr_alloc_reply_sense_bufs()
4232
memset(mrioc->
dev_rmhs_cmds
[i].reply, 0,
in mpi3mr_memset_buffers()
4233
sizeof(*mrioc->
dev_rmhs_cmds
[i].reply));
in mpi3mr_memset_buffers()
4383
kfree(mrioc->
dev_rmhs_cmds
[i].reply);
in mpi3mr_free_mem()
4384
mrioc->
dev_rmhs_cmds
[i].reply = NULL;
in mpi3mr_free_mem()
4574
cmdptr = &mrioc->
dev_rmhs_cmds
[i];
in mpi3mr_flush_drv_cmds()
H
A
D
mpi3mr.h
983
* @
dev_rmhs_cmds
: Command tracker for device removal commands
1156
struct mpi3mr_drv_cmd
dev_rmhs_cmds
[MPI3MR_NUM_DEVRMCMD];
member
H
A
D
mpi3mr_os.c
2313
drv_cmd = &mrioc->
dev_rmhs_cmds
[cmd_idx];
in mpi3mr_dev_rmhs_send_tm()
5091
mpi3mr_init_drv_cmd(&mrioc->
dev_rmhs_cmds
[i],
in mpi3mr_probe()
Completed in 18 milliseconds