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:hek_fields
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/
H
A
D
mvpp2_cls.c
1219
if ((rule->
hek_fields
& flow->supported_hash_opts) != rule->
hek_fields
)
in mvpp2_port_flt_rfs_rule_insert()
1227
mvpp2_flow_set_hek_fields(&fe, rule->
hek_fields
);
in mvpp2_port_flt_rfs_rule_insert()
1250
rule->
hek_fields
|= MVPP22_CLS_HEK_OPT_VLAN;
in mvpp2_cls_c2_build_match()
1259
rule->
hek_fields
|= MVPP22_CLS_HEK_OPT_VLAN_PRI;
in mvpp2_cls_c2_build_match()
1284
rule->
hek_fields
|= MVPP22_CLS_HEK_OPT_L4SIP;
in mvpp2_cls_c2_build_match()
1292
rule->
hek_fields
|= MVPP22_CLS_HEK_OPT_L4DIP;
in mvpp2_cls_c2_build_match()
1300
if (hweight16(rule->
hek_fields
) > MVPP2_FLOW_N_FIELDS)
in mvpp2_cls_c2_build_match()
H
A
D
mvpp2.h
1066
u16
hek_fields
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/
H
A
D
mvpp2_cls.c
1225
if ((rule->
hek_fields
& flow->supported_hash_opts) != rule->
hek_fields
)
in mvpp2_port_flt_rfs_rule_insert()
1233
mvpp2_flow_set_hek_fields(&fe, rule->
hek_fields
);
in mvpp2_port_flt_rfs_rule_insert()
1256
rule->
hek_fields
|= MVPP22_CLS_HEK_OPT_VLAN;
in mvpp2_cls_c2_build_match()
1265
rule->
hek_fields
|= MVPP22_CLS_HEK_OPT_VLAN_PRI;
in mvpp2_cls_c2_build_match()
1290
rule->
hek_fields
|= MVPP22_CLS_HEK_OPT_L4SIP;
in mvpp2_cls_c2_build_match()
1298
rule->
hek_fields
|= MVPP22_CLS_HEK_OPT_L4DIP;
in mvpp2_cls_c2_build_match()
1306
if (hweight16(rule->
hek_fields
) > MVPP2_FLOW_N_FIELDS)
in mvpp2_cls_c2_build_match()
H
A
D
mvpp2.h
1161
u16
hek_fields
;
member
Completed in 12 milliseconds