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:qedf_cmd_mgr
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qedf/
H
A
D
qedf.h
141
struct
qedf_cmd_mgr
*cmd_mgr;
382
struct
qedf_cmd_mgr
*cmd_mgr;
434
struct
qedf_cmd_mgr
{
struct
480
extern struct
qedf_cmd_mgr
*qedf_cmd_mgr_alloc(struct qedf_ctx *qedf);
481
extern void qedf_cmd_mgr_free(struct
qedf_cmd_mgr
*cmgr);
H
A
D
qedf_io.c
111
void qedf_cmd_mgr_free(struct
qedf_cmd_mgr
*cmgr)
in qedf_cmd_mgr_free()
177
struct
qedf_cmd_mgr
*qedf_cmd_mgr_alloc(struct qedf_ctx *qedf)
in qedf_cmd_mgr_alloc()
179
struct
qedf_cmd_mgr
*cmgr;
in qedf_cmd_mgr_alloc()
205
cmgr = vzalloc(sizeof(struct
qedf_cmd_mgr
));
in qedf_cmd_mgr_alloc()
306
struct
qedf_cmd_mgr
*cmd_mgr = qedf->cmd_mgr;
in qedf_alloc_cmd()
441
struct
qedf_cmd_mgr
*cmd_mgr = io_req->cmd_mgr;
in qedf_release_cmd()
1607
struct
qedf_cmd_mgr
*cmd_mgr;
in qedf_flush_active_ios()
/kernel/linux/linux-6.6/drivers/scsi/qedf/
H
A
D
qedf.h
137
struct
qedf_cmd_mgr
*cmd_mgr;
388
struct
qedf_cmd_mgr
*cmd_mgr;
440
struct
qedf_cmd_mgr
{
struct
486
extern struct
qedf_cmd_mgr
*qedf_cmd_mgr_alloc(struct qedf_ctx *qedf);
487
extern void qedf_cmd_mgr_free(struct
qedf_cmd_mgr
*cmgr);
H
A
D
qedf_io.c
106
void qedf_cmd_mgr_free(struct
qedf_cmd_mgr
*cmgr)
in qedf_cmd_mgr_free()
172
struct
qedf_cmd_mgr
*qedf_cmd_mgr_alloc(struct qedf_ctx *qedf)
in qedf_cmd_mgr_alloc()
174
struct
qedf_cmd_mgr
*cmgr;
in qedf_cmd_mgr_alloc()
200
cmgr = vzalloc(sizeof(struct
qedf_cmd_mgr
));
in qedf_cmd_mgr_alloc()
301
struct
qedf_cmd_mgr
*cmd_mgr = qedf->cmd_mgr;
in qedf_alloc_cmd()
436
struct
qedf_cmd_mgr
*cmd_mgr = io_req->cmd_mgr;
in qedf_release_cmd()
1587
struct
qedf_cmd_mgr
*cmd_mgr;
in qedf_flush_active_ios()
Completed in 9 milliseconds