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:tm_cmds
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_scsih.c
2692
if (ioc->
tm_cmds
.status == MPT3_CMD_NOT_USED)
in _scsih_tm_done()
2694
if (ioc->
tm_cmds
.smid != smid)
in _scsih_tm_done()
2696
ioc->
tm_cmds
.status |= MPT3_CMD_COMPLETE;
in _scsih_tm_done()
2699
memcpy(ioc->
tm_cmds
.reply, mpi_reply, mpi_reply->MsgLength*4);
in _scsih_tm_done()
2700
ioc->
tm_cmds
.status |= MPT3_CMD_REPLY_VALID;
in _scsih_tm_done()
2702
ioc->
tm_cmds
.status &= ~MPT3_CMD_PENDING;
in _scsih_tm_done()
2703
complete(&ioc->
tm_cmds
.done);
in _scsih_tm_done()
2887
lockdep_assert_held(&ioc->
tm_cmds
.mutex);
in mpt3sas_scsih_issue_tm()
2889
if (ioc->
tm_cmds
.status != MPT3_CMD_NOT_USED) {
in mpt3sas_scsih_issue_tm()
2929
ioc->
tm_cmds
in mpt3sas_scsih_issue_tm()
[all...]
H
A
D
mpt3sas_base.c
7495
ioc->
tm_cmds
.reply = kzalloc(ioc->reply_sz, GFP_KERNEL);
in mpt3sas_base_attach()
7496
ioc->
tm_cmds
.status = MPT3_CMD_NOT_USED;
in mpt3sas_base_attach()
7497
mutex_init(&ioc->
tm_cmds
.mutex);
in mpt3sas_base_attach()
7512
!ioc->
tm_cmds
.reply || !ioc->config_cmds.reply ||
in mpt3sas_base_attach()
7574
kfree(ioc->
tm_cmds
.reply);
in mpt3sas_base_attach()
7585
ioc->
tm_cmds
.reply = NULL;
in mpt3sas_base_attach()
7620
kfree(ioc->
tm_cmds
.reply);
in mpt3sas_base_detach()
H
A
D
mpt3sas_base.h
1082
* @
tm_cmds
:
1280
struct _internal_cmd
tm_cmds
;
member
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_scsih.c
2862
if (ioc->
tm_cmds
.status == MPT3_CMD_NOT_USED)
in _scsih_tm_done()
2864
if (ioc->
tm_cmds
.smid != smid)
in _scsih_tm_done()
2866
ioc->
tm_cmds
.status |= MPT3_CMD_COMPLETE;
in _scsih_tm_done()
2869
memcpy(ioc->
tm_cmds
.reply, mpi_reply, mpi_reply->MsgLength*4);
in _scsih_tm_done()
2870
ioc->
tm_cmds
.status |= MPT3_CMD_REPLY_VALID;
in _scsih_tm_done()
2872
ioc->
tm_cmds
.status &= ~MPT3_CMD_PENDING;
in _scsih_tm_done()
2873
complete(&ioc->
tm_cmds
.done);
in _scsih_tm_done()
3057
lockdep_assert_held(&ioc->
tm_cmds
.mutex);
in mpt3sas_scsih_issue_tm()
3059
if (ioc->
tm_cmds
.status != MPT3_CMD_NOT_USED) {
in mpt3sas_scsih_issue_tm()
3099
ioc->
tm_cmds
in mpt3sas_scsih_issue_tm()
[all...]
H
A
D
mpt3sas_base.c
8543
ioc->
tm_cmds
.reply = kzalloc(ioc->reply_sz, GFP_KERNEL);
in mpt3sas_base_attach()
8544
ioc->
tm_cmds
.status = MPT3_CMD_NOT_USED;
in mpt3sas_base_attach()
8545
mutex_init(&ioc->
tm_cmds
.mutex);
in mpt3sas_base_attach()
8560
!ioc->
tm_cmds
.reply || !ioc->config_cmds.reply ||
in mpt3sas_base_attach()
8625
kfree(ioc->
tm_cmds
.reply);
in mpt3sas_base_attach()
8636
ioc->
tm_cmds
.reply = NULL;
in mpt3sas_base_attach()
8671
kfree(ioc->
tm_cmds
.reply);
in mpt3sas_base_detach()
H
A
D
mpt3sas_base.h
1217
* @
tm_cmds
:
1422
struct _internal_cmd
tm_cmds
;
member
Completed in 36 milliseconds