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:sge_type
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qedf/
H
A
D
qedf_io.c
495
io_req->
sge_type
= QEDF_IOREQ_UNKNOWN_SGE;
in qedf_map_sg()
498
io_req->
sge_type
= QEDF_IOREQ_FAST_SGE;
in qedf_map_sg()
509
if (io_req->
sge_type
== QEDF_IOREQ_UNKNOWN_SGE && (i) &&
in qedf_map_sg()
511
io_req->
sge_type
= QEDF_IOREQ_SLOW_SGE;
in qedf_map_sg()
522
if (io_req->
sge_type
== QEDF_IOREQ_UNKNOWN_SGE)
in qedf_map_sg()
523
io_req->
sge_type
= QEDF_IOREQ_FAST_SGE;
in qedf_map_sg()
649
if (io_req->
sge_type
== QEDF_IOREQ_SLOW_SGE)
in qedf_init_task()
675
if (io_req->
sge_type
== QEDF_IOREQ_SLOW_SGE)
in qedf_init_task()
843
io_log->
sge_type
= io_req->
sge_type
;
in qedf_trace_io()
[all...]
H
A
D
qedf.h
177
u8
sge_type
;
member
295
u8
sge_type
; /* Did we take the slow, single or fast SGE path */
member
H
A
D
qedf_debugfs.c
276
seq_printf(s, "%d\n", io_log->
sge_type
);
in qedf_io_trace_show()
/kernel/linux/linux-6.6/drivers/scsi/qedf/
H
A
D
qedf_io.c
490
io_req->
sge_type
= QEDF_IOREQ_UNKNOWN_SGE;
in qedf_map_sg()
493
io_req->
sge_type
= QEDF_IOREQ_FAST_SGE;
in qedf_map_sg()
504
if (io_req->
sge_type
== QEDF_IOREQ_UNKNOWN_SGE && (i) &&
in qedf_map_sg()
506
io_req->
sge_type
= QEDF_IOREQ_SLOW_SGE;
in qedf_map_sg()
517
if (io_req->
sge_type
== QEDF_IOREQ_UNKNOWN_SGE)
in qedf_map_sg()
518
io_req->
sge_type
= QEDF_IOREQ_FAST_SGE;
in qedf_map_sg()
644
if (io_req->
sge_type
== QEDF_IOREQ_SLOW_SGE)
in qedf_init_task()
670
if (io_req->
sge_type
== QEDF_IOREQ_SLOW_SGE)
in qedf_init_task()
837
io_log->
sge_type
= io_req->
sge_type
;
in qedf_trace_io()
[all...]
H
A
D
qedf.h
173
u8
sge_type
;
member
300
u8
sge_type
; /* Did we take the slow, single or fast SGE path */
member
H
A
D
qedf_debugfs.c
276
seq_printf(s, "%d\n", io_log->
sge_type
);
in qedf_io_trace_show()
Completed in 8 milliseconds