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:reqhdr
(Results
1 - 2
of
2
) 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()
local
327
reqhdr
->flags |= cpu_to_le32(IOP_REQUEST_FLAG_SYNC_REQUEST);
in iop_send_sync_request_mv()
343
struct hpt_iop_request_header *
reqhdr
=
in iop_send_sync_request_mvfrey()
local
348
reqhdr
->flags |= cpu_to_le32(IOP_REQUEST_FLAG_SYNC_REQUEST);
in iop_send_sync_request_mvfrey()
877
struct hpt_iop_request_header *
reqhdr
= _req->req_virt;
in hptiop_post_req_itl()
local
879
reqhdr
->context = cpu_to_le32(IOPMU_QUEUE_ADDR_HOST_BIT |
in hptiop_post_req_itl()
881
reqhdr
->context_hi32 = 0;
in hptiop_post_req_itl()
886
size = le32_to_cpu(
reqhdr
->size);
in hptiop_post_req_itl()
904
struct hpt_iop_request_header *
reqhdr
= _req->req_virt;
in hptiop_post_req_mv()
local
907
reqhdr
in hptiop_post_req_mv()
928
struct hpt_iop_request_header *
reqhdr
= _req->req_virt;
hptiop_post_req_mvfrey()
local
[all...]
/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()
local
327
reqhdr
->flags |= cpu_to_le32(IOP_REQUEST_FLAG_SYNC_REQUEST);
in iop_send_sync_request_mv()
343
struct hpt_iop_request_header *
reqhdr
=
in iop_send_sync_request_mvfrey()
local
348
reqhdr
->flags |= cpu_to_le32(IOP_REQUEST_FLAG_SYNC_REQUEST);
in iop_send_sync_request_mvfrey()
876
struct hpt_iop_request_header *
reqhdr
= _req->req_virt;
in hptiop_post_req_itl()
local
878
reqhdr
->context = cpu_to_le32(IOPMU_QUEUE_ADDR_HOST_BIT |
in hptiop_post_req_itl()
880
reqhdr
->context_hi32 = 0;
in hptiop_post_req_itl()
885
size = le32_to_cpu(
reqhdr
->size);
in hptiop_post_req_itl()
903
struct hpt_iop_request_header *
reqhdr
= _req->req_virt;
in hptiop_post_req_mv()
local
906
reqhdr
in hptiop_post_req_mv()
927
struct hpt_iop_request_header *
reqhdr
= _req->req_virt;
hptiop_post_req_mvfrey()
local
[all...]
Completed in 4 milliseconds