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:VSCSIIF_SG_GRANT
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/include/xen/interface/io/
H
A
D
vscsiif.h
134
* (plus the set
VSCSIIF_SG_GRANT
bit), the number of scsiif_request_segment
206
* If
VSCSIIF_SG_GRANT
is set, the low 7 bits of nr_segments specify the number
209
#define
VSCSIIF_SG_GRANT
0x80
macro
/kernel/linux/linux-6.6/include/xen/interface/io/
H
A
D
vscsiif.h
186
* (plus the set
VSCSIIF_SG_GRANT
bit), the number of scsiif_request_segment
262
* If
VSCSIIF_SG_GRANT
is set, the low 7 bits of nr_segments specify the number
265
#define
VSCSIIF_SG_GRANT
0x80
macro
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
xen-scsifront.c
217
for (i = 0; i < (shadow->nr_segments & ~
VSCSIIF_SG_GRANT
); i++)
in scsifront_do_request()
498
shadow->nr_segments =
VSCSIIF_SG_GRANT
| seg_grants;
in map_data_for_request()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
xen-scsifront.c
220
for (i = 0; i < (shadow->nr_segments & ~
VSCSIIF_SG_GRANT
); i++)
in scsifront_do_request()
577
shadow->nr_segments =
VSCSIIF_SG_GRANT
| seg_grants;
in map_data_for_request()
/kernel/linux/linux-5.10/drivers/xen/
H
A
D
xen-scsiback.c
452
nr_segments &= ~
VSCSIIF_SG_GRANT
;
in scsiback_gnttab_data_map()
462
if (ring_req->nr_segments &
VSCSIIF_SG_GRANT
) {
in scsiback_gnttab_data_map()
/kernel/linux/linux-6.6/drivers/xen/
H
A
D
xen-scsiback.c
511
nr_segments &= ~
VSCSIIF_SG_GRANT
;
in scsiback_gnttab_data_map()
521
if (ring_req->nr_segments &
VSCSIIF_SG_GRANT
) {
in scsiback_gnttab_data_map()
Completed in 9 milliseconds