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:SPX5_PRIOS
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/sparx5/
H
A
D
sparx5_qos.c
462
if (num_tc !=
SPX5_PRIOS
) {
in sparx5_tc_mqprio_add()
464
SPX5_PRIOS
);
in sparx5_tc_mqprio_add()
544
for (i = 0; i <
SPX5_PRIOS
; i++) {
in sparx5_tc_ets_add()
550
for (i = 0; i <
SPX5_PRIOS
; i++) {
in sparx5_tc_ets_add()
564
dwrr.cost[
SPX5_PRIOS
- i - 1] =
in sparx5_tc_ets_add()
H
A
D
sparx5_port.h
114
u16 map[
SPX5_PRIOS
];
119
u16 map[
SPX5_PRIOS
* SPARX5_PORT_QOS_DP_NUM];
H
A
D
sparx5_tc.c
127
if (params->bands !=
SPX5_PRIOS
)
in sparx5_tc_setup_qdisc_ets()
131
for (i = 0; i <
SPX5_PRIOS
; ++i) {
in sparx5_tc_setup_qdisc_ets()
H
A
D
sparx5_dcb.c
56
else if (app->priority >=
SPX5_PRIOS
)
in sparx5_dcb_app_validate()
63
else if (app->priority >=
SPX5_PRIOS
)
in sparx5_dcb_app_validate()
70
else if (app->priority >=
SPX5_PRIOS
)
in sparx5_dcb_app_validate()
H
A
D
sparx5_qos.h
59
u8 cost[
SPX5_PRIOS
];
H
A
D
sparx5_main.h
77
#define
SPX5_PRIOS
8 /* Number of priority queues */
macro
486
#define SPX5_PSFP_SG_MAX_IPV (
SPX5_PRIOS
- 1)
H
A
D
sparx5_netdev.c
267
SPX5_PRIOS
, 1);
in sparx5_create_netdev()
H
A
D
sparx5_ethtool.c
213
for (idx = 0; idx < 2 *
SPX5_PRIOS
; ++idx, ++addr, ++stats)
in sparx5_get_queue_sys_stats()
217
for (idx = 0; idx < 2 *
SPX5_PRIOS
; ++idx, ++addr, ++stats)
in sparx5_get_queue_sys_stats()
221
for (idx = 0; idx < 2 *
SPX5_PRIOS
; ++idx, ++addr, ++stats)
in sparx5_get_queue_sys_stats()
1106
for (idx = 0; idx < 2 *
SPX5_PRIOS
; ++idx)
in sparx5_get_stats64()
H
A
D
sparx5_port.c
289
base = (resource == 0 ? 2048 : 0) +
SPX5_PRIOS
* portno;
in sparx5_port_flush_poll()
290
for (prio = 0; prio <
SPX5_PRIOS
; prio++) {
in sparx5_port_flush_poll()
Completed in 9 milliseconds