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:pcp_rewr
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/sparx5/
H
A
D
sparx5_dcb.c
145
bool
pcp_rewr
= false;
in sparx5_dcb_app_update()
local
176
pcp_rewr
= true;
in sparx5_dcb_app_update()
177
qos.
pcp_rewr
.map.map[i] = fls(pcp_rewr_map.map[i]) - 1;
in sparx5_dcb_app_update()
207
if (
pcp_rewr
)
in sparx5_dcb_app_update()
208
qos.
pcp_rewr
.enable = true;
in sparx5_dcb_app_update()
H
A
D
sparx5_port.h
151
struct sparx5_port_qos_pcp_rewr
pcp_rewr
;
member
H
A
D
sparx5_port.c
1159
sparx5_port_qos_pcp_rewr_set(port, &qos->
pcp_rewr
);
in sparx5_port_qos_set()
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/lan966x/
H
A
D
lan966x_dcb.c
55
bool
pcp_rewr
= false;
in lan966x_dcb_app_update()
local
82
pcp_rewr
= true;
in lan966x_dcb_app_update()
83
qos.
pcp_rewr
.map[i] = fls(pcp_rewr_map.map[i]) - 1;
in lan966x_dcb_app_update()
100
if (
pcp_rewr
)
in lan966x_dcb_app_update()
101
qos.
pcp_rewr
.enable = true;
in lan966x_dcb_app_update()
H
A
D
lan966x_port.c
543
lan966x_port_qos_pcp_rewr_set(port, &qos->
pcp_rewr
);
in lan966x_port_qos_set()
H
A
D
lan966x_main.h
435
struct lan966x_port_qos_pcp_rewr
pcp_rewr
;
member
Completed in 6 milliseconds