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:SJA1105_NUM_TC
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/
H
A
D
sja1105_flower.c
62
if (policing[(SJA1105_NUM_PORTS *
SJA1105_NUM_TC
) + port].sharindx != port) {
in sja1105_setup_bcast_policer()
75
int bcast = (SJA1105_NUM_PORTS *
SJA1105_NUM_TC
) + p;
in sja1105_setup_bcast_policer()
134
if (policing[(port *
SJA1105_NUM_TC
) + tc].sharindx != port) {
in sja1105_setup_tc_policer()
147
int index = (p *
SJA1105_NUM_TC
) + tc;
in sja1105_setup_tc_policer()
433
int bcast = (SJA1105_NUM_PORTS *
SJA1105_NUM_TC
) + port;
in sja1105_cls_flower_del()
438
int index = (port *
SJA1105_NUM_TC
) + rule->key.tc.pcp;
in sja1105_cls_flower_del()
H
A
D
sja1105.h
17
#define
SJA1105_NUM_TC
8
macro
H
A
D
sja1105_main.c
391
for (j = 0; j <
SJA1105_NUM_TC
; j++)
in sja1105_init_l2_forwarding()
403
for (i = 0; i <
SJA1105_NUM_TC
; i++)
in sja1105_init_l2_forwarding()
652
int bcast = (SJA1105_NUM_PORTS *
SJA1105_NUM_TC
) + port;
in sja1105_init_l2_policing()
654
for (tc = 0; tc <
SJA1105_NUM_TC
; tc++)
in sja1105_init_l2_policing()
655
policing[port *
SJA1105_NUM_TC
+ tc].sharindx = port;
in sja1105_init_l2_policing()
3025
ds->num_tx_queues =
SJA1105_NUM_TC
;
in sja1105_setup()
H
A
D
sja1105_tas.c
10
#define SJA1105_GATE_MASK GENMASK_ULL(
SJA1105_NUM_TC
- 1, 0)
/kernel/linux/linux-6.6/drivers/net/dsa/sja1105/
H
A
D
sja1105_flower.c
63
if (policing[(ds->num_ports *
SJA1105_NUM_TC
) + port].sharindx != port) {
in sja1105_setup_bcast_policer()
76
int bcast = (ds->num_ports *
SJA1105_NUM_TC
) + p;
in sja1105_setup_bcast_policer()
135
if (policing[(port *
SJA1105_NUM_TC
) + tc].sharindx != port) {
in sja1105_setup_tc_policer()
148
int index = (p *
SJA1105_NUM_TC
) + tc;
in sja1105_setup_tc_policer()
476
int bcast = (ds->num_ports *
SJA1105_NUM_TC
) + port;
in sja1105_cls_flower_del()
481
int index = (port *
SJA1105_NUM_TC
) + rule->key.tc.pcp;
in sja1105_cls_flower_del()
H
A
D
sja1105_main.c
541
for (tc = 0; tc <
SJA1105_NUM_TC
; tc++)
in sja1105_init_l2_forwarding()
627
for (tc = 0; tc <
SJA1105_NUM_TC
; tc++) {
in sja1105_init_l2_forwarding()
673
for (tc = 0; tc <
SJA1105_NUM_TC
; tc++)
in sja1110_init_pcp_remapping()
1032
int mcast = (ds->num_ports * (
SJA1105_NUM_TC
+ 1)) + port;
in sja1105_init_l2_policing()
1033
int bcast = (ds->num_ports *
SJA1105_NUM_TC
) + port;
in sja1105_init_l2_policing()
1035
for (tc = 0; tc <
SJA1105_NUM_TC
; tc++)
in sja1105_init_l2_policing()
1036
policing[port *
SJA1105_NUM_TC
+ tc].sharindx = port;
in sja1105_init_l2_policing()
2143
#define SJA1110_FIXED_CBS(port, prio) ((((port) - 1) *
SJA1105_NUM_TC
) + (prio))
3162
ds->num_tx_queues =
SJA1105_NUM_TC
;
in sja1105_setup()
H
A
D
sja1105_static_config.h
15
#define
SJA1105_NUM_TC
8
macro
298
/* This is actually max(
SJA1105_NUM_TC
, SJA1105_MAX_NUM_PORTS) */
376
u64 egrpcp[
SJA1105_NUM_TC
];
H
A
D
sja1105_tas.c
10
#define SJA1105_GATE_MASK GENMASK_ULL(
SJA1105_NUM_TC
- 1, 0)
H
A
D
sja1105_static_config.c
910
for (i = 0, offset = 8; i <
SJA1105_NUM_TC
; i++, offset += 3)
in sja1110_pcp_remapping_entry_packing()
Completed in 22 milliseconds