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_reply
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_ctl.c
584
Mpi2SCSITaskManagementReply_t *
tm_reply
;
in _ctl_set_task_mid()
local
630
tm_reply
= ioc->ctl_cmds.reply;
in _ctl_set_task_mid()
631
tm_reply
->DevHandle = tm_request->DevHandle;
in _ctl_set_task_mid()
632
tm_reply
->Function = MPI2_FUNCTION_SCSI_TASK_MGMT;
in _ctl_set_task_mid()
633
tm_reply
->TaskType = tm_request->TaskType;
in _ctl_set_task_mid()
634
tm_reply
->MsgLength = sizeof(Mpi2SCSITaskManagementReply_t)/4;
in _ctl_set_task_mid()
635
tm_reply
->VP_ID = tm_request->VP_ID;
in _ctl_set_task_mid()
636
tm_reply
->VF_ID = tm_request->VF_ID;
in _ctl_set_task_mid()
1041
Mpi2SCSITaskManagementReply_t *
tm_reply
=
in _ctl_do_mpt_command()
local
1045
le16_to_cpu(
tm_reply
in _ctl_do_mpt_command()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_ctl.c
586
Mpi2SCSITaskManagementReply_t *
tm_reply
;
in _ctl_set_task_mid()
local
633
tm_reply
= ioc->ctl_cmds.reply;
in _ctl_set_task_mid()
634
tm_reply
->DevHandle = tm_request->DevHandle;
in _ctl_set_task_mid()
635
tm_reply
->Function = MPI2_FUNCTION_SCSI_TASK_MGMT;
in _ctl_set_task_mid()
636
tm_reply
->TaskType = tm_request->TaskType;
in _ctl_set_task_mid()
637
tm_reply
->MsgLength = sizeof(Mpi2SCSITaskManagementReply_t)/4;
in _ctl_set_task_mid()
638
tm_reply
->VP_ID = tm_request->VP_ID;
in _ctl_set_task_mid()
639
tm_reply
->VF_ID = tm_request->VF_ID;
in _ctl_set_task_mid()
1054
Mpi2SCSITaskManagementReply_t *
tm_reply
=
in _ctl_do_mpt_command()
local
1058
le16_to_cpu(
tm_reply
in _ctl_do_mpt_command()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/
H
A
D
mpi3mr_os.c
2210
struct mpi3_scsi_task_mgmt_reply *
tm_reply
= NULL;
in mpi3mr_dev_rmhs_complete_tm()
local
2217
tm_reply
= (struct mpi3_scsi_task_mgmt_reply *)drv_cmd->reply;
in mpi3mr_dev_rmhs_complete_tm()
2219
if (
tm_reply
)
in mpi3mr_dev_rmhs_complete_tm()
2224
le32_to_cpu(
tm_reply
->termination_count));
in mpi3mr_dev_rmhs_complete_tm()
3651
struct mpi3_scsi_task_mgmt_reply *
tm_reply
= NULL;
in mpi3mr_issue_tm()
local
3745
tm_reply
= (struct mpi3_scsi_task_mgmt_reply *)drv_cmd->reply;
in mpi3mr_issue_tm()
3749
*resp_code = le32_to_cpu(
tm_reply
->response_data) &
in mpi3mr_issue_tm()
3779
le32_to_cpu(
tm_reply
->termination_count),
in mpi3mr_issue_tm()
Completed in 11 milliseconds