Home
last modified time | relevance | path

Searched refs:SJA1105_NUM_TC (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/
Dsja1105_flower.c62 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()
Dsja1105.h17 #define SJA1105_NUM_TC 8 macro
Dsja1105_main.c391 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()
2999 ds->num_tx_queues = SJA1105_NUM_TC; in sja1105_setup()
Dsja1105_tas.c10 #define SJA1105_GATE_MASK GENMASK_ULL(SJA1105_NUM_TC - 1, 0)