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:mask16
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H
A
D
vlan_mangle.c
17
u16
mask16
= VLAN_VID_MASK;
in mlx5e_tc_act_vlan_add_rewrite_action()
local
23
.mangle.mask = ~(u32)be16_to_cpu(*(__be16 *)&
mask16
),
in mlx5e_tc_act_vlan_add_rewrite_action()
/kernel/linux/linux-5.10/drivers/pinctrl/renesas/
H
A
D
pinctrl-rza2.c
77
u16
mask16
;
in rza2_set_pin_function()
local
83
mask16
= RZA2_PDR_MASK << (pin * 2);
in rza2_set_pin_function()
84
reg16 &= ~
mask16
;
in rza2_set_pin_function()
114
u16
mask16
;
in rza2_pin_to_gpio()
local
118
mask16
= RZA2_PDR_MASK << (pin * 2);
in rza2_pin_to_gpio()
119
reg16 &= ~
mask16
;
in rza2_pin_to_gpio()
/kernel/linux/linux-6.6/drivers/pinctrl/renesas/
H
A
D
pinctrl-rza2.c
78
u16
mask16
;
in rza2_set_pin_function()
local
84
mask16
= RZA2_PDR_MASK << (pin * 2);
in rza2_set_pin_function()
85
reg16 &= ~
mask16
;
in rza2_set_pin_function()
115
u16
mask16
;
in rza2_pin_to_gpio()
local
119
mask16
= RZA2_PDR_MASK << (pin * 2);
in rza2_pin_to_gpio()
120
reg16 &= ~
mask16
;
in rza2_pin_to_gpio()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H
A
D
en_tc.c
3417
u16
mask16
= VLAN_VID_MASK;
in add_vlan_rewrite_action()
local
3423
.mangle.mask = ~(u32)be16_to_cpu(*(__be16 *)&
mask16
),
in add_vlan_rewrite_action()
Completed in 10 milliseconds