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:OCELOT_NUM_TC
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/
H
A
D
ocelot_devlink.c
48
(BUF_xxxx_E + xxx_Q_RSRV_x +
OCELOT_NUM_TC
* (port) + (prio))
70
(BUF_xxxx_I + xxx_Q_RSRV_x +
OCELOT_NUM_TC
* (port) + (prio))
92
(REF_xxxx_E + xxx_Q_RSRV_x +
OCELOT_NUM_TC
* (port) + (prio))
114
(REF_xxxx_I + xxx_Q_RSRV_x +
OCELOT_NUM_TC
* (port) + (prio))
257
for (prio = 0; prio <
OCELOT_NUM_TC
; prio++) {
in ocelot_disable_reservation_watermarks()
293
for (prio = 0; prio <
OCELOT_NUM_TC
; prio++) {
in ocelot_disable_tc_sharing_watermarks()
310
for (prio = 0; prio <
OCELOT_NUM_TC
; prio++) {
in ocelot_get_buf_rsrv()
334
for (prio = 0; prio <
OCELOT_NUM_TC
; prio++) {
in ocelot_get_ref_rsrv()
478
int all_tcs = GENMASK(
OCELOT_NUM_TC
- 1, 0);
in ocelot_watermark_init()
783
for (prio = 0; prio <
OCELOT_NUM_TC
; pri
in ocelot_sb_occ_max_clear()
[all...]
H
A
D
ocelot.c
2526
if (prio >=
OCELOT_NUM_TC
)
in ocelot_port_set_default_prio()
2568
if (prio >=
OCELOT_NUM_TC
)
in ocelot_port_add_dscp_prio()
/kernel/linux/linux-6.6/drivers/net/dsa/ocelot/
H
A
D
ocelot_ext.c
60
.num_tx_queues =
OCELOT_NUM_TC
,
H
A
D
felix_vsc9959.c
1084
u64 min_gate_len[
OCELOT_NUM_TC
])
in vsc9959_tas_min_gate_lengths()
1087
u64 gate_len[
OCELOT_NUM_TC
];
in vsc9959_tas_min_gate_lengths()
1092
for (tc = 0; tc <
OCELOT_NUM_TC
; tc++) {
in vsc9959_tas_min_gate_lengths()
1113
for (tc = 0; tc <
OCELOT_NUM_TC
; tc++) {
in vsc9959_tas_min_gate_lengths()
1135
for (tc = 0; tc <
OCELOT_NUM_TC
; tc++)
in vsc9959_tas_min_gate_lengths()
1218
u64 min_gate_len[
OCELOT_NUM_TC
];
in vsc9959_tas_guard_bands_update()
1277
for (tc = 0; tc <
OCELOT_NUM_TC
; tc++) {
in vsc9959_tas_guard_bands_update()
2586
for (tc = 0; tc <
OCELOT_NUM_TC
; tc++)
in vsc9959_cut_through_fwd()
2636
.num_tx_queues =
OCELOT_NUM_TC
,
2689
ocelot->num_flooding_pgids =
OCELOT_NUM_TC
;
in felix_pci_probe()
[all...]
H
A
D
seville_vsc9953.c
966
.num_tx_queues =
OCELOT_NUM_TC
,
H
A
D
felix.c
1140
for (i = 0; i <
OCELOT_NUM_TC
* 2; i++) {
in felix_port_qos_map_init()
/kernel/linux/linux-6.6/include/soc/mscc/
H
A
D
ocelot.h
94
#define
OCELOT_NUM_TC
8
macro
Completed in 18 milliseconds