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:hash_types
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
virtio_net.h
314
__le32
hash_types
;
member
334
__le32
hash_types
;
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
virtio_net.h
320
__le32
hash_types
;
member
340
__le32
hash_types
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
virtio_net.h
171
__le32
hash_types
;
member
181
__le32
hash_types
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
virtio_net.h
171
__le32
hash_types
;
member
181
__le32
hash_types
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/vxge/
H
A
D
vxge-main.c
1912
struct vxge_hw_rth_hash_types
hash_types
;
in vxge_rth_configure()
local
1940
hash_types
.hash_type_tcpipv4_en = vdev->config.rth_hash_type_tcpipv4;
in vxge_rth_configure()
1941
hash_types
.hash_type_ipv4_en = vdev->config.rth_hash_type_ipv4;
in vxge_rth_configure()
1942
hash_types
.hash_type_tcpipv6_en = vdev->config.rth_hash_type_tcpipv6;
in vxge_rth_configure()
1943
hash_types
.hash_type_ipv6_en = vdev->config.rth_hash_type_ipv6;
in vxge_rth_configure()
1944
hash_types
.hash_type_tcpipv6ex_en =
in vxge_rth_configure()
1946
hash_types
.hash_type_ipv6ex_en = vdev->config.rth_hash_type_ipv6ex;
in vxge_rth_configure()
1958
&
hash_types
,
in vxge_rth_configure()
/kernel/linux/linux-6.6/drivers/net/
H
A
D
virtio_net.c
213
u32
hash_types
;
member
2984
vi->ctrl->rss.
hash_types
= vi->rss_hash_types_supported;
in virtnet_init_default_rss()
3109
vi->ctrl->rss.
hash_types
= vi->rss_hash_types_saved;
in virtnet_set_hashflow()
3902
vi->ctrl->rss.
hash_types
= vi->rss_hash_types_saved;
in virtnet_set_features()
3904
vi->ctrl->rss.
hash_types
= VIRTIO_NET_HASH_REPORT_NONE;
in virtnet_set_features()
Completed in 14 milliseconds