Home
last modified time | relevance | path

Searched refs:ttc (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.10/drivers/clocksource/
Dtimer-cadence-ttc.c86 struct ttc_timer ttc; member
94 struct ttc_timer ttc; member
141 struct ttc_timer *timer = &ttce->ttc; in ttc_clock_event_interrupt()
158 struct ttc_timer *timer = &to_ttc_timer_clksrc(cs)->ttc; in __ttc_clocksource_read()
181 struct ttc_timer *timer = &ttce->ttc; in ttc_set_next_event()
195 struct ttc_timer *timer = &ttce->ttc; in ttc_shutdown()
207 struct ttc_timer *timer = &ttce->ttc; in ttc_set_periodic()
210 DIV_ROUND_CLOSEST(ttce->ttc.freq, PRESCALE * HZ)); in ttc_set_periodic()
217 struct ttc_timer *timer = &ttce->ttc; in ttc_resume()
230 struct ttc_timer *ttc = to_ttc_timer(nb); in ttc_rate_change_clocksource_cb() local
[all …]
DMakefile45 obj-$(CONFIG_CADENCE_TTC_TIMER) += timer-cadence-ttc.o
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_fs.c676 static void mlx5e_cleanup_ttc_rules(struct mlx5e_ttc_table *ttc) in mlx5e_cleanup_ttc_rules() argument
681 if (!IS_ERR_OR_NULL(ttc->rules[i].rule)) { in mlx5e_cleanup_ttc_rules()
682 mlx5_del_flow_rules(ttc->rules[i].rule); in mlx5e_cleanup_ttc_rules()
683 ttc->rules[i].rule = NULL; in mlx5e_cleanup_ttc_rules()
688 if (!IS_ERR_OR_NULL(ttc->tunnel_rules[i])) { in mlx5e_cleanup_ttc_rules()
689 mlx5_del_flow_rules(ttc->tunnel_rules[i]); in mlx5e_cleanup_ttc_rules()
690 ttc->tunnel_rules[i] = NULL; in mlx5e_cleanup_ttc_rules()
863 struct mlx5e_ttc_table *ttc) in mlx5e_generate_ttc_table_rules() argument
872 ft = ttc->ft.t; in mlx5e_generate_ttc_table_rules()
873 rules = ttc->rules; in mlx5e_generate_ttc_table_rules()
[all …]
Den_rep.c806 err = mlx5e_create_ttc_table(priv, &ttc_params, &priv->fs.ttc); in mlx5e_create_rep_ttc_table()
826 rpriv->root_ft = priv->fs.ttc.ft.t; in mlx5e_create_rep_root_ft()
944 mlx5e_destroy_ttc_table(priv, &priv->fs.ttc); in mlx5e_init_rep_rx()
963 mlx5e_destroy_ttc_table(priv, &priv->fs.ttc); in mlx5e_cleanup_rep_rx()
Den_tc.c333 struct mlx5e_ttc_table ttc; member
646 err = mlx5e_create_ttc_table(priv, &ttc_params, &hp->ttc); in mlx5e_hairpin_rss_init()
651 hp->num_channels, hp->ttc.ft.t->id); in mlx5e_hairpin_rss_init()
667 mlx5e_destroy_ttc_table(priv, &hp->ttc); in mlx5e_hairpin_rss_cleanup()
902 flow->attr->nic_attr->hairpin_ft = hpe->hp->ttc.ft.t; in mlx5e_hairpin_flow_add()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/en/
Dfs.h246 struct mlx5e_ttc_table ttc; member
268 struct mlx5e_ttc_table *ttc);
270 struct mlx5e_ttc_table *ttc);
273 struct mlx5e_ttc_table *ttc);
275 struct mlx5e_ttc_table *ttc);
/Linux-v5.10/sound/soc/pxa/
DMakefile34 snd-soc-ttc-dkb-objs := ttc-dkb.o
52 obj-$(CONFIG_SND_SOC_TTC_DKB) += snd-soc-ttc-dkb.o
/Linux-v5.10/arch/arm64/boot/dts/xilinx/
Dzynqmp.dtsi651 compatible = "cdns,ttc";
661 compatible = "cdns,ttc";
671 compatible = "cdns,ttc";
681 compatible = "cdns,ttc";
/Linux-v5.10/arch/arm/boot/dts/
Dzynq-7000.dtsi352 compatible = "cdns,ttc";
360 compatible = "cdns,ttc";
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
Dipoib.c355 err = mlx5e_create_ttc_table(priv, &ttc_params, &priv->fs.ttc); in mlx5i_create_flow_steering()
374 mlx5e_destroy_ttc_table(priv, &priv->fs.ttc); in mlx5i_destroy_flow_steering()
/Linux-v5.10/
DMAINTAINERS2763 F: drivers/clocksource/timer-cadence-ttc.c