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:c2_tcam
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/
H
A
D
mvpp2_cls.c
1099
c2.tcam[3] = (rule->
c2_tcam
& 0xffff) |
in mvpp2_port_c2_tcam_rule_add()
1101
c2.tcam[2] = ((rule->
c2_tcam
>> 16) & 0xffff) |
in mvpp2_port_c2_tcam_rule_add()
1103
c2.tcam[1] = ((rule->
c2_tcam
>> 32) & 0xffff) |
in mvpp2_port_c2_tcam_rule_add()
1105
c2.tcam[0] = ((rule->
c2_tcam
>> 48) & 0xffff) |
in mvpp2_port_c2_tcam_rule_add()
1252
rule->
c2_tcam
|= ((u64)match.key->vlan_id) << offs;
in mvpp2_cls_c2_build_match()
1264
rule->
c2_tcam
|= ((u64)match.key->vlan_priority) <<
in mvpp2_cls_c2_build_match()
1286
rule->
c2_tcam
|= ((u64)ntohs(match.key->src)) << offs;
in mvpp2_cls_c2_build_match()
1294
rule->
c2_tcam
|= ((u64)ntohs(match.key->dst)) << offs;
in mvpp2_cls_c2_build_match()
H
A
D
mvpp2.h
1074
u64
c2_tcam
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/
H
A
D
mvpp2_cls.c
1105
c2.tcam[3] = (rule->
c2_tcam
& 0xffff) |
in mvpp2_port_c2_tcam_rule_add()
1107
c2.tcam[2] = ((rule->
c2_tcam
>> 16) & 0xffff) |
in mvpp2_port_c2_tcam_rule_add()
1109
c2.tcam[1] = ((rule->
c2_tcam
>> 32) & 0xffff) |
in mvpp2_port_c2_tcam_rule_add()
1111
c2.tcam[0] = ((rule->
c2_tcam
>> 48) & 0xffff) |
in mvpp2_port_c2_tcam_rule_add()
1258
rule->
c2_tcam
|= ((u64)match.key->vlan_id) << offs;
in mvpp2_cls_c2_build_match()
1270
rule->
c2_tcam
|= ((u64)match.key->vlan_priority) <<
in mvpp2_cls_c2_build_match()
1292
rule->
c2_tcam
|= ((u64)ntohs(match.key->src)) << offs;
in mvpp2_cls_c2_build_match()
1300
rule->
c2_tcam
|= ((u64)ntohs(match.key->dst)) << offs;
in mvpp2_cls_c2_build_match()
H
A
D
mvpp2.h
1169
u64
c2_tcam
;
member
Completed in 14 milliseconds