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:gate_mask
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/engleder/
H
A
D
tsnep_selftests.c
367
qopt->entries[0].
gate_mask
= 0x02;
in tsnep_test_taprio()
369
qopt->entries[1].
gate_mask
= 0x03;
in tsnep_test_taprio()
371
qopt->entries[2].
gate_mask
= 0x07;
in tsnep_test_taprio()
373
qopt->entries[3].
gate_mask
= 0x01;
in tsnep_test_taprio()
375
qopt->entries[4].
gate_mask
= 0x04;
in tsnep_test_taprio()
377
qopt->entries[5].
gate_mask
= 0x06;
in tsnep_test_taprio()
379
qopt->entries[6].
gate_mask
= 0x0F;
in tsnep_test_taprio()
389
qopt->entries[0].
gate_mask
= 0x17;
in tsnep_test_taprio()
391
qopt->entries[1].
gate_mask
= 0x16;
in tsnep_test_taprio()
393
qopt->entries[2].
gate_mask
in tsnep_test_taprio()
[all...]
H
A
D
tsnep_tc.c
24
if (qopt->entries[i].
gate_mask
& ~TSNEP_GCL_MASK)
in tsnep_validate_gcl()
100
properties = qopt->entries[i].
gate_mask
;
in tsnep_write_gcl()
/kernel/linux/linux-6.6/net/sched/
H
A
D
sch_taprio.c
60
u32
gate_mask
;
member
121
u32 gates_still_open = entry->
gate_mask
;
in taprio_calculate_gate_durations()
137
if (cur->
gate_mask
& BIT(tc))
in taprio_calculate_gate_durations()
356
if (!(entry->
gate_mask
& BIT(tc)) ||
in find_entry_to_transmit()
713
u32
gate_mask
)
in taprio_dequeue_from_txq()
738
if (!(
gate_mask
& BIT(tc)))
in taprio_dequeue_from_txq()
747
if (
gate_mask
!= TAPRIO_ALL_GATES_OPEN &&
in taprio_dequeue_from_txq()
752
if (
gate_mask
!= TAPRIO_ALL_GATES_OPEN &&
in taprio_dequeue_from_txq()
783
u32
gate_mask
)
in taprio_dequeue_tc_priority()
794
if (!(
gate_mask
in taprio_dequeue_tc_priority()
711
taprio_dequeue_from_txq(struct Qdisc *sch, int txq, struct sched_entry *entry, u32
gate_mask
)
taprio_dequeue_from_txq()
argument
781
taprio_dequeue_tc_priority(struct Qdisc *sch, struct sched_entry *entry, u32
gate_mask
)
taprio_dequeue_tc_priority()
argument
817
taprio_dequeue_txq_priority(struct Qdisc *sch, struct sched_entry *entry, u32
gate_mask
)
taprio_dequeue_txq_priority()
argument
842
u32
gate_mask
;
taprio_dequeue()
local
[all...]
/kernel/linux/linux-5.10/net/sched/
H
A
D
sch_taprio.c
47
u32
gate_mask
;
member
229
if (!(entry->
gate_mask
& BIT(tc)) ||
in find_entry_to_transmit()
453
u32
gate_mask
;
in taprio_peek_soft()
local
458
gate_mask
= entry ? entry->
gate_mask
: TAPRIO_ALL_GATES_OPEN;
in taprio_peek_soft()
461
if (!
gate_mask
)
in taprio_peek_soft()
482
if (!(
gate_mask
& BIT(tc)))
in taprio_peek_soft()
534
u32
gate_mask
;
in taprio_dequeue_soft()
local
544
gate_mask
= entry ? entry->
gate_mask
in taprio_dequeue_soft()
[all...]
/kernel/linux/linux-5.10/include/net/
H
A
D
pkt_sched.h
164
/* The
gate_mask
in the offloading side refers to traffic classes */
165
u32
gate_mask
;
member
/kernel/linux/linux-6.6/include/net/
H
A
D
pkt_sched.h
219
/* The
gate_mask
in the offloading side refers to traffic classes */
220
u32
gate_mask
;
member
/kernel/linux/linux-6.6/drivers/net/dsa/hirschmann/
H
A
D
hellcreek.c
1597
gates = initial->
gate_mask
^
in hellcreek_setup_gcl()
1598
cur->
gate_mask
;
in hellcreek_setup_gcl()
1600
gates = next->
gate_mask
^
in hellcreek_setup_gcl()
1601
cur->
gate_mask
;
in hellcreek_setup_gcl()
1621
(initial->
gate_mask
<<
in hellcreek_setup_gcl()
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
H
A
D
am65-cpsw-qos.c
337
fetch_allow = entry->
gate_mask
;
in am65_cpsw_est_set_sched_list()
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/lan966x/
H
A
D
lan966x_taprio.c
315
lan_wr(QSYS_TAS_GCL_CT_CFG_GATE_STATE_SET(entry->
gate_mask
) |
in lan966x_taprio_gcl_setup_entry()
/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/
H
A
D
sja1105_tas.c
316
~offload->entries[i].
gate_mask
;
in sja1105_init_scheduling()
/kernel/linux/linux-6.6/drivers/net/dsa/sja1105/
H
A
D
sja1105_tas.c
317
~offload->entries[i].
gate_mask
;
in sja1105_init_scheduling()
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
H
A
D
stmmac_tc.c
705
u32 gates = qopt->entries[i].
gate_mask
;
in tc_setup_taprio()
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/
H
A
D
am65-cpsw-qos.c
339
fetch_allow = entry->
gate_mask
;
in am65_cpsw_est_set_sched_list()
/kernel/linux/linux-6.6/drivers/net/dsa/ocelot/
H
A
D
felix_vsc9959.c
1114
if (entry->
gate_mask
& BIT(tc)) {
in vsc9959_tas_min_gate_lengths()
1412
QSYS_GCL_CFG_REG_1_GATE_STATE(entry->
gate_mask
),
in vsc9959_tas_gcl_set()
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
H
A
D
stmmac_tc.c
999
u32 gates = qopt->entries[i].
gate_mask
;
in tc_setup_taprio()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/
H
A
D
igc_main.c
4902
if (e->
gate_mask
& BIT(i)) {
in validate_schedule()
4910
!(prev->
gate_mask
& BIT(i)))
in validate_schedule()
4982
if (!(e->
gate_mask
& BIT(i)))
in igc_save_qbv_schedule()
/kernel/linux/linux-5.10/drivers/net/dsa/ocelot/
H
A
D
felix_vsc9959.c
1186
QSYS_GCL_CFG_REG_1_GATE_STATE(entry->
gate_mask
),
in vsc9959_tas_gcl_set()
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/
H
A
D
enetc_qos.c
107
temp_gce->gate = (u8)temp_entry->
gate_mask
;
in enetc_setup_taprio()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/enetc/
H
A
D
enetc_qos.c
103
temp_gce->gate = (u8)temp_entry->
gate_mask
;
in enetc_setup_taprio()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igc/
H
A
D
igc_main.c
6110
if (e->
gate_mask
& BIT(i)) {
in validate_schedule()
6118
!(prev->
gate_mask
& BIT(i)))
in validate_schedule()
6268
if (!(e->
gate_mask
& BIT(i)))
in igc_save_qbv_schedule()
Completed in 41 milliseconds