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:actual_features
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/vdpa/mlx5/net/
H
A
D
mlx5_vnet.c
46
#define MLX5_FEATURE(_mvdev, _feature) (!!((_mvdev)->
actual_features
& BIT_ULL(_feature)))
130
if (!(mvdev->
actual_features
& BIT_ULL(VIRTIO_NET_F_MQ))) {
in is_index_valid()
131
if (!(mvdev->
actual_features
& BIT_ULL(VIRTIO_NET_F_CTRL_VQ)))
in is_index_valid()
163
(mvdev->
actual_features
& BIT_ULL(VIRTIO_F_VERSION_1));
in mlx5_vdpa_is_little_endian()
178
if (!(mvdev->
actual_features
& BIT_ULL(VIRTIO_NET_F_MQ)))
in ctrl_vq_idx()
879
mlx_features = get_features(ndev->mvdev.
actual_features
);
in create_virtqueue()
910
!!(ndev->mvdev.
actual_features
& BIT_ULL(VIRTIO_F_VERSION_1)));
in create_virtqueue()
1605
if (ndev->mvdev.
actual_features
& BIT_ULL(VIRTIO_NET_F_CTRL_VLAN)) {
in mlx5_vdpa_add_mac_vlan_rules()
1980
if (!(ndev->mvdev.
actual_features
& BIT_ULL(VIRTIO_NET_F_CTRL_VLAN)))
in handle_ctrl_vlan()
2032
if (!(ndev->mvdev.
actual_features
in mlx5_cvq_kick_handler()
[all...]
/kernel/linux/linux-5.10/drivers/vdpa/mlx5/core/
H
A
D
mlx5_vdpa.h
55
u64
actual_features
;
member
/kernel/linux/linux-6.6/drivers/vdpa/mlx5/core/
H
A
D
mlx5_vdpa.h
90
u64
actual_features
;
member
/kernel/linux/linux-5.10/drivers/vdpa/mlx5/net/
H
A
D
mlx5_vnet.c
791
get_features_12_3(ndev->mvdev.
actual_features
));
in create_virtqueue()
803
!!(ndev->mvdev.
actual_features
& BIT_ULL(VIRTIO_F_VERSION_1)));
in create_virtqueue()
1545
(mvdev->
actual_features
& BIT_ULL(VIRTIO_F_VERSION_1));
in mlx5_vdpa_is_little_endian()
1565
ndev->mvdev.
actual_features
= features & ndev->mvdev.mlx_features;
in mlx5_vdpa_set_features()
/kernel/linux/linux-6.6/drivers/vhost/
H
A
D
vdpa.c
422
u64
actual_features
;
in vhost_vdpa_set_features()
local
440
actual_features
= ops->get_driver_features(vdpa);
in vhost_vdpa_set_features()
445
vq->acked_features =
actual_features
;
in vhost_vdpa_set_features()
Completed in 18 milliseconds