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:hcam
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
pmcraid.c
1126
struct pmcraid_hostrcb *
hcam
;
in pmcraid_init_hcam()
local
1134
pmcraid_err("no free command blocks for
hcam
\n");
in pmcraid_init_hcam()
1142
hcam
= &pinstance->ccn;
in pmcraid_init_hcam()
1147
hcam
= &pinstance->ldn;
in pmcraid_init_hcam()
1151
hcam
->cmd = cmd;
in pmcraid_init_hcam()
1240
struct pmcraid_hostrcb *
hcam
;
in pmcraid_cancel_hcam()
local
1243
hcam
= (type == PMCRAID_HCAM_CODE_LOG_DATA) ?
in pmcraid_cancel_hcam()
1246
/* prepare for cancelling previous
hcam
command. If the HCAM is
in pmcraid_cancel_hcam()
1247
* currently not pending with IOA, we would have
hcam
->cmd as non-null
in pmcraid_cancel_hcam()
1249
if (
hcam
in pmcraid_cancel_hcam()
[all...]
H
A
D
ipr.c
1073
ioarcb->cmd_pkt.cdb[7] = (sizeof(hostrcb->
hcam
) >> 8) & 0xff;
in ipr_send_hcam()
1074
ioarcb->cmd_pkt.cdb[8] = sizeof(hostrcb->
hcam
) & 0xff;
in ipr_send_hcam()
1077
sizeof(hostrcb->
hcam
), IPR_IOADL_FLAGS_READ_LAST);
in ipr_send_hcam()
1349
cfgtew.u.cfgte64 = &hostrcb->
hcam
.u.ccn.u.cfgte64;
in ipr_handle_config_change()
1352
cfgtew.u.cfgte = &hostrcb->
hcam
.u.ccn.u.cfgte;
in ipr_handle_config_change()
1381
if (hostrcb->
hcam
.notify_type == IPR_HOST_RCB_NOTIF_TYPE_REM_ENTRY) {
in ipr_handle_config_change()
1545
error = &hostrcb->
hcam
.u.error64.u.type_12_error;
in ipr_log_enhanced_cache_error()
1547
error = &hostrcb->
hcam
.u.error.u.type_12_error;
in ipr_log_enhanced_cache_error()
1579
&hostrcb->
hcam
.u.error.u.type_02_error;
in ipr_log_cache_error()
1614
error = &hostrcb->
hcam
in ipr_log_enhanced_config_error()
[all...]
H
A
D
ipr.h
1180
struct ipr_hcam
hcam
;
member
1750
hostrcb->
hcam
.u.error64.fd_res_path, \
1756
(hostrcb)->
hcam
.u.error.fd_res_addr, \
1882
res_path = &hostrcb->
hcam
.u.error64.fd_res_path[0];
in ipr_is_device()
1887
res_addr = &hostrcb->
hcam
.u.error.fd_res_addr;
in ipr_is_device()
H
A
D
pmcraid.h
645
struct pmcraid_hcam_hdr *
hcam
; /* pointer to
hcam
buffer */
member
647
dma_addr_t baddr; /* system address of
hcam
buffer */
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
pmcraid.c
1130
struct pmcraid_hostrcb *
hcam
;
in pmcraid_init_hcam()
local
1138
pmcraid_err("no free command blocks for
hcam
\n");
in pmcraid_init_hcam()
1146
hcam
= &pinstance->ccn;
in pmcraid_init_hcam()
1151
hcam
= &pinstance->ldn;
in pmcraid_init_hcam()
1155
hcam
->cmd = cmd;
in pmcraid_init_hcam()
1244
struct pmcraid_hostrcb *
hcam
;
in pmcraid_cancel_hcam()
local
1247
hcam
= (type == PMCRAID_HCAM_CODE_LOG_DATA) ?
in pmcraid_cancel_hcam()
1250
/* prepare for cancelling previous
hcam
command. If the HCAM is
in pmcraid_cancel_hcam()
1251
* currently not pending with IOA, we would have
hcam
->cmd as non-null
in pmcraid_cancel_hcam()
1253
if (
hcam
in pmcraid_cancel_hcam()
[all...]
H
A
D
ipr.c
1126
ioarcb->cmd_pkt.cdb[7] = (sizeof(hostrcb->
hcam
) >> 8) & 0xff;
in ipr_send_hcam()
1127
ioarcb->cmd_pkt.cdb[8] = sizeof(hostrcb->
hcam
) & 0xff;
in ipr_send_hcam()
1130
sizeof(hostrcb->
hcam
), IPR_IOADL_FLAGS_READ_LAST);
in ipr_send_hcam()
1438
cfgtew.u.cfgte64 = &hostrcb->
hcam
.u.ccn.u.cfgte64;
in ipr_handle_config_change()
1441
cfgtew.u.cfgte = &hostrcb->
hcam
.u.ccn.u.cfgte;
in ipr_handle_config_change()
1470
if (hostrcb->
hcam
.notify_type == IPR_HOST_RCB_NOTIF_TYPE_REM_ENTRY) {
in ipr_handle_config_change()
1634
error = &hostrcb->
hcam
.u.error64.u.type_12_error;
in ipr_log_enhanced_cache_error()
1636
error = &hostrcb->
hcam
.u.error.u.type_12_error;
in ipr_log_enhanced_cache_error()
1668
&hostrcb->
hcam
.u.error.u.type_02_error;
in ipr_log_cache_error()
1703
error = &hostrcb->
hcam
in ipr_log_enhanced_config_error()
[all...]
H
A
D
ipr.h
1232
struct ipr_hcam
hcam
;
member
1813
hostrcb->
hcam
.u.error64.fd_res_path, \
1819
(hostrcb)->
hcam
.u.error.fd_res_addr, \
1945
res_path = &hostrcb->
hcam
.u.error64.fd_res_path[0];
in ipr_is_device()
1950
res_addr = &hostrcb->
hcam
.u.error.fd_res_addr;
in ipr_is_device()
H
A
D
pmcraid.h
645
struct pmcraid_hcam_hdr *
hcam
; /* pointer to
hcam
buffer */
member
647
dma_addr_t baddr; /* system address of
hcam
buffer */
Completed in 32 milliseconds