Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clocksource/
Dcadence_ttc_timer.c92 struct ttc_timer ttc; member
100 struct ttc_timer ttc; member
147 struct ttc_timer *timer = &ttce->ttc; in ttc_clock_event_interrupt()
164 struct ttc_timer *timer = &to_ttc_timer_clksrc(cs)->ttc; in __ttc_clocksource_read()
187 struct ttc_timer *timer = &ttce->ttc; in ttc_set_next_event()
201 struct ttc_timer *timer = &ttce->ttc; in ttc_shutdown()
213 struct ttc_timer *timer = &ttce->ttc; in ttc_set_periodic()
216 DIV_ROUND_CLOSEST(ttce->ttc.freq, PRESCALE * HZ)); in ttc_set_periodic()
223 struct ttc_timer *timer = &ttce->ttc; in ttc_resume()
236 struct ttc_timer *ttc = to_ttc_timer(nb); in ttc_rate_change_clocksource_cb() local
[all …]
DKconfig148 Enables support for the cadence ttc driver.
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_fs.c670 static void mlx5e_cleanup_ttc_rules(struct mlx5e_ttc_table *ttc) in mlx5e_cleanup_ttc_rules() argument
675 if (!IS_ERR_OR_NULL(ttc->rules[i])) { in mlx5e_cleanup_ttc_rules()
676 mlx5_del_flow_rules(ttc->rules[i]); in mlx5e_cleanup_ttc_rules()
677 ttc->rules[i] = NULL; in mlx5e_cleanup_ttc_rules()
682 if (!IS_ERR_OR_NULL(ttc->tunnel_rules[i])) { in mlx5e_cleanup_ttc_rules()
683 mlx5_del_flow_rules(ttc->tunnel_rules[i]); in mlx5e_cleanup_ttc_rules()
684 ttc->tunnel_rules[i] = NULL; in mlx5e_cleanup_ttc_rules()
810 struct mlx5e_ttc_table *ttc) in mlx5e_generate_ttc_table_rules() argument
818 ft = ttc->ft.t; in mlx5e_generate_ttc_table_rules()
819 rules = ttc->rules; in mlx5e_generate_ttc_table_rules()
[all …]
Den_arfs.c104 err = mlx5_modify_rule_destination(priv->fs.ttc.rules[tt], in arfs_disable()
137 err = mlx5_modify_rule_destination(priv->fs.ttc.rules[tt], in mlx5e_arfs_enable()
Den_tc.c122 struct mlx5e_ttc_table ttc; member
430 err = mlx5e_create_ttc_table(priv, &ttc_params, &hp->ttc); in mlx5e_hairpin_rss_init()
435 hp->num_channels, hp->ttc.ft.t->id); in mlx5e_hairpin_rss_init()
451 mlx5e_destroy_ttc_table(priv, &hp->ttc); in mlx5e_hairpin_rss_cleanup()
642 flow->nic_attr->hairpin_ft = hpe->hp->ttc.ft.t; in mlx5e_hairpin_flow_add()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/en/
Dfs.h175 struct mlx5e_ttc_table ttc; member
194 struct mlx5e_ttc_table *ttc);
196 struct mlx5e_ttc_table *ttc);
199 struct mlx5e_ttc_table *ttc);
201 struct mlx5e_ttc_table *ttc);
/Linux-v4.19/Documentation/devicetree/bindings/timer/
Dcadence,ttc-timer.txt4 - compatible : Should be "cdns,ttc".
17 compatible = "cdns,ttc";
/Linux-v4.19/sound/soc/pxa/
DMakefile35 snd-soc-ttc-dkb-objs := ttc-dkb.o
54 obj-$(CONFIG_SND_SOC_TTC_DKB) += snd-soc-ttc-dkb.o
/Linux-v4.19/arch/arm64/boot/dts/xilinx/
Dzynqmp.dtsi541 compatible = "cdns,ttc";
550 compatible = "cdns,ttc";
559 compatible = "cdns,ttc";
568 compatible = "cdns,ttc";
/Linux-v4.19/arch/arm/boot/dts/
Dzynq-7000.dtsi319 compatible = "cdns,ttc";
327 compatible = "cdns,ttc";
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
Dipoib.c283 err = mlx5e_create_ttc_table(priv, &ttc_params, &priv->fs.ttc); in mlx5i_create_flow_steering()
302 mlx5e_destroy_ttc_table(priv, &priv->fs.ttc); in mlx5i_destroy_flow_steering()