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:internal_req
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
hptiop.c
323
struct hpt_iop_request_header *reqhdr = hba->u.mv.
internal_req
;
in iop_send_sync_request_mv()
344
hba->u.mvfrey.
internal_req
.req_virt;
in iop_send_sync_request_mvfrey()
349
hba->ops->post_req(hba, &(hba->u.mvfrey.
internal_req
));
in iop_send_sync_request_mvfrey()
431
struct hpt_iop_request_get_config *req = hba->u.mv.
internal_req
;
in iop_get_config_mv()
507
struct hpt_iop_request_set_config *req = hba->u.mv.
internal_req
;
in iop_set_config_mv()
530
hba->u.mvfrey.
internal_req
.req_virt;
in iop_set_config_mvfrey()
1189
hba->u.mv.
internal_req
= dma_alloc_coherent(&hba->pcidev->dev,
in hptiop_internal_memalloc_mv()
1191
if (hba->u.mv.
internal_req
)
in hptiop_internal_memalloc_mv()
1223
hba->u.mvfrey.
internal_req
.req_virt = p;
in hptiop_internal_memalloc_mvfrey()
1224
hba->u.mvfrey.
internal_req
in hptiop_internal_memalloc_mvfrey()
[all...]
H
A
D
hptiop.h
279
void *
internal_req
;
member
287
struct hptiop_request
internal_req
;
member
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
hptiop.c
323
struct hpt_iop_request_header *reqhdr = hba->u.mv.
internal_req
;
in iop_send_sync_request_mv()
344
hba->u.mvfrey.
internal_req
.req_virt;
in iop_send_sync_request_mvfrey()
349
hba->ops->post_req(hba, &(hba->u.mvfrey.
internal_req
));
in iop_send_sync_request_mvfrey()
431
struct hpt_iop_request_get_config *req = hba->u.mv.
internal_req
;
in iop_get_config_mv()
507
struct hpt_iop_request_set_config *req = hba->u.mv.
internal_req
;
in iop_set_config_mv()
530
hba->u.mvfrey.
internal_req
.req_virt;
in iop_set_config_mvfrey()
1184
hba->u.mv.
internal_req
= dma_alloc_coherent(&hba->pcidev->dev,
in hptiop_internal_memalloc_mv()
1186
if (hba->u.mv.
internal_req
)
in hptiop_internal_memalloc_mv()
1218
hba->u.mvfrey.
internal_req
.req_virt = p;
in hptiop_internal_memalloc_mvfrey()
1219
hba->u.mvfrey.
internal_req
in hptiop_internal_memalloc_mvfrey()
[all...]
H
A
D
hptiop.h
279
void *
internal_req
;
member
287
struct hptiop_request
internal_req
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_hwrm.c
195
struct input *
internal_req
= req;
in hwrm_req_replace()
local
214
memcpy(
internal_req
, new_req, len);
in hwrm_req_replace()
216
internal_req
->req_type = ((struct input *)new_req)->req_type;
in hwrm_req_replace()
225
req_type = le16_to_cpu(
internal_req
->req_type);
in hwrm_req_replace()
Completed in 8 milliseconds