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:ri_bits
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/
H
A
D
mvpp2_prs.c
672
unsigned int
ri_bits
, ai_bits;
in mvpp2_prs_vlan_find()
local
685
ri_bits
= mvpp2_prs_sram_ri_get(&pe);
in mvpp2_prs_vlan_find()
686
ri_bits
&= MVPP2_PRS_RI_VLAN_MASK;
in mvpp2_prs_vlan_find()
696
if (
ri_bits
== MVPP2_PRS_RI_VLAN_SINGLE ||
in mvpp2_prs_vlan_find()
697
ri_bits
== MVPP2_PRS_RI_VLAN_TRIPLE)
in mvpp2_prs_vlan_find()
726
unsigned int
ri_bits
;
in mvpp2_prs_vlan_add()
local
733
ri_bits
= mvpp2_prs_sram_ri_get(&pe);
in mvpp2_prs_vlan_add()
734
if ((
ri_bits
& MVPP2_PRS_RI_VLAN_MASK) ==
in mvpp2_prs_vlan_add()
849
unsigned int
ri_bits
;
in mvpp2_prs_double_vlan_add()
local
856
ri_bits
in mvpp2_prs_double_vlan_add()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/
H
A
D
mvpp2_prs.c
669
unsigned int
ri_bits
, ai_bits;
in mvpp2_prs_vlan_find()
local
682
ri_bits
= mvpp2_prs_sram_ri_get(&pe);
in mvpp2_prs_vlan_find()
683
ri_bits
&= MVPP2_PRS_RI_VLAN_MASK;
in mvpp2_prs_vlan_find()
693
if (
ri_bits
== MVPP2_PRS_RI_VLAN_SINGLE ||
in mvpp2_prs_vlan_find()
694
ri_bits
== MVPP2_PRS_RI_VLAN_TRIPLE)
in mvpp2_prs_vlan_find()
723
unsigned int
ri_bits
;
in mvpp2_prs_vlan_add()
local
730
ri_bits
= mvpp2_prs_sram_ri_get(&pe);
in mvpp2_prs_vlan_add()
731
if ((
ri_bits
& MVPP2_PRS_RI_VLAN_MASK) ==
in mvpp2_prs_vlan_add()
846
unsigned int
ri_bits
;
in mvpp2_prs_double_vlan_add()
local
853
ri_bits
in mvpp2_prs_double_vlan_add()
[all...]
Completed in 4 milliseconds