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:hptiop_request
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
hptiop.h
246
struct
hptiop_request
{
struct
247
struct
hptiop_request
*next;
287
struct
hptiop_request
internal_req;
318
struct
hptiop_request
* req_list;
319
struct
hptiop_request
reqs[HPTIOP_MAX_REQUESTS];
359
void (*post_req)(struct hptiop_hba *hba, struct
hptiop_request
*_req);
H
A
D
hptiop.c
696
static struct
hptiop_request
*get_req(struct hptiop_hba *hba)
in get_req()
698
struct
hptiop_request
*ret;
in get_req()
709
static void free_req(struct hptiop_hba *hba, struct
hptiop_request
*req)
in free_req()
875
struct
hptiop_request
*_req)
in hptiop_post_req_itl()
902
struct
hptiop_request
*_req)
in hptiop_post_req_mv()
926
struct
hptiop_request
*_req)
in hptiop_post_req_mvfrey()
1004
struct
hptiop_request
*_req;
in hptiop_queuecommand_lck()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
hptiop.h
246
struct
hptiop_request
{
struct
247
struct
hptiop_request
*next;
287
struct
hptiop_request
internal_req;
318
struct
hptiop_request
* req_list;
319
struct
hptiop_request
reqs[HPTIOP_MAX_REQUESTS];
359
void (*post_req)(struct hptiop_hba *hba, struct
hptiop_request
*_req);
H
A
D
hptiop.c
696
static struct
hptiop_request
*get_req(struct hptiop_hba *hba)
in get_req()
698
struct
hptiop_request
*ret;
in get_req()
709
static void free_req(struct hptiop_hba *hba, struct
hptiop_request
*req)
in free_req()
874
struct
hptiop_request
*_req)
in hptiop_post_req_itl()
901
struct
hptiop_request
*_req)
in hptiop_post_req_mv()
925
struct
hptiop_request
*_req)
in hptiop_post_req_mvfrey()
1002
struct
hptiop_request
*_req;
in hptiop_queuecommand_lck()
Completed in 7 milliseconds