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:request_desc
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/megaraid/
H
A
D
megaraid_sas_fusion.c
369
cmd->
request_desc
->SCSIIO.MSIxIndex =
in megasas_get_msix_index()
373
cmd->
request_desc
->SCSIIO.MSIxIndex =
in megasas_get_msix_index()
379
cmd->
request_desc
->SCSIIO.MSIxIndex = blk_mq_unique_tag_to_hwq(tag) +
in megasas_get_msix_index()
382
cmd->
request_desc
->SCSIIO.MSIxIndex =
in megasas_get_msix_index()
2859
cmd->
request_desc
->SCSIIO.RequestFlags =
in megasas_build_ldio_fusion()
2905
cmd->
request_desc
->SCSIIO.DevHandle = io_info.devHandle;
in megasas_build_ldio_fusion()
2913
cmd->
request_desc
->SCSIIO.RequestFlags =
in megasas_build_ldio_fusion()
2919
cmd->
request_desc
->SCSIIO.RequestFlags =
in megasas_build_ldio_fusion()
2992
cmd->
request_desc
->SCSIIO.RequestFlags =
in megasas_build_ld_nonrw_fusion()
3012
cmd->
request_desc
in megasas_build_ld_nonrw_fusion()
[all...]
H
A
D
megaraid_sas_fusion.h
1106
union MEGASAS_REQUEST_DESCRIPTOR_UNION *
request_desc
;
member
H
A
D
megaraid_sas_base.c
3005
req_desc = (union MEGASAS_REQUEST_DESCRIPTOR_UNION *)cmd->
request_desc
;
in megasas_dump_fusion_io()
/kernel/linux/linux-6.6/drivers/scsi/megaraid/
H
A
D
megaraid_sas_fusion.c
397
cmd->
request_desc
->SCSIIO.MSIxIndex =
in megasas_get_msix_index()
401
cmd->
request_desc
->SCSIIO.MSIxIndex =
in megasas_get_msix_index()
407
cmd->
request_desc
->SCSIIO.MSIxIndex = blk_mq_unique_tag_to_hwq(tag) +
in megasas_get_msix_index()
410
cmd->
request_desc
->SCSIIO.MSIxIndex =
in megasas_get_msix_index()
2895
cmd->
request_desc
->SCSIIO.RequestFlags =
in megasas_build_ldio_fusion()
2941
cmd->
request_desc
->SCSIIO.DevHandle = io_info.devHandle;
in megasas_build_ldio_fusion()
2949
cmd->
request_desc
->SCSIIO.RequestFlags =
in megasas_build_ldio_fusion()
2955
cmd->
request_desc
->SCSIIO.RequestFlags =
in megasas_build_ldio_fusion()
3028
cmd->
request_desc
->SCSIIO.RequestFlags =
in megasas_build_ld_nonrw_fusion()
3048
cmd->
request_desc
in megasas_build_ld_nonrw_fusion()
[all...]
H
A
D
megaraid_sas_fusion.h
1109
union MEGASAS_REQUEST_DESCRIPTOR_UNION *
request_desc
;
member
H
A
D
megaraid_sas_base.c
3013
req_desc = (union MEGASAS_REQUEST_DESCRIPTOR_UNION *)cmd->
request_desc
;
in megasas_dump_fusion_io()
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/
H
A
D
ql4_83xx.h
313
uint32_t
request_desc
; /* IDC request descriptor */
member
H
A
D
ql4_mbx.c
1872
mbox_cmd[1] = ((ha->idc_info.
request_desc
& 0xfffff0ff) |
in qla4_84xx_extend_idc_tmo()
2319
mbox_cmd[1] = ha->idc_info.
request_desc
;
in qla4_83xx_post_idc_ack()
H
A
D
ql4_isr.c
921
ha->idc_info.
request_desc
= mbox_sts[1];
in qla4xxx_isr_decode_mailbox()
/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/
H
A
D
ql4_83xx.h
313
uint32_t
request_desc
; /* IDC request descriptor */
member
H
A
D
ql4_mbx.c
1872
mbox_cmd[1] = ((ha->idc_info.
request_desc
& 0xfffff0ff) |
in qla4_84xx_extend_idc_tmo()
2319
mbox_cmd[1] = ha->idc_info.
request_desc
;
in qla4_83xx_post_idc_ack()
H
A
D
ql4_isr.c
919
ha->idc_info.
request_desc
= mbox_sts[1];
in qla4xxx_isr_decode_mailbox()
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_nx2.h
506
uint32_t
request_desc
; /* IDC request descriptor */
member
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_nx2.h
506
uint32_t
request_desc
; /* IDC request descriptor */
member
Completed in 58 milliseconds