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:used_index
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/vdpa/pds/
H
A
D
cmds.c
141
.vdpa_vq_init.
used_index
= cpu_to_le16(vq_info->used_idx ^ invert_idx),
in pds_vdpa_cmd_init_vq()
182
vq_info->used_idx = le16_to_cpu(comp.vdpa_vq_reset.
used_index
) ^ invert_idx;
in pds_vdpa_cmd_reset_vq()
/kernel/linux/linux-6.6/include/linux/pds/
H
A
D
pds_adminq.h
741
* @
used_index
: initial device position in used ring
754
__le16
used_index
;
member
792
* @
used_index
: current device position in used ring
800
__le16
used_index
;
member
/kernel/linux/linux-5.10/drivers/vdpa/mlx5/net/
H
A
D
mlx5_vnet.c
81
u16
used_index
;
member
1006
u16
used_index
;
member
1037
attr->
used_index
= MLX5_GET(virtio_net_q_object, obj_context, hw_used_index);
in query_virtqueue()
1150
mvq->used_idx = attr.
used_index
;
in suspend_vq()
1439
state->avail_index = attr.
used_index
;
in mlx5_vdpa_get_vq_state()
1616
ri->
used_index
= attr.
used_index
;
in save_channel_info()
1661
mvq->used_idx = ri->
used_index
;
in restore_channels_info()
/kernel/linux/linux-6.6/drivers/vdpa/mlx5/net/
H
A
D
mlx5_vnet.c
85
u16
used_index
;
member
1117
u16
used_index
;
member
1148
attr->
used_index
= MLX5_GET(virtio_net_q_object, obj_context, hw_used_index);
in query_virtqueue()
1380
mvq->used_idx = attr.
used_index
;
in suspend_vq()
2290
state->split.avail_index = attr.
used_index
;
in mlx5_vdpa_get_vq_state()
2625
ri->
used_index
= attr.
used_index
;
in save_channel_info()
2670
mvq->used_idx = ri->
used_index
;
in restore_channels_info()
Completed in 19 milliseconds