Searched refs:ttc (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.10/drivers/clocksource/ |
| D | timer-cadence-ttc.c | 86 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 …]
|
| D | Makefile | 45 obj-$(CONFIG_CADENCE_TTC_TIMER) += timer-cadence-ttc.o
|
| /Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | en_fs.c | 676 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 …]
|
| D | en_rep.c | 806 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()
|
| D | en_tc.c | 333 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/ |
| D | fs.h | 246 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/ |
| D | Makefile | 34 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/ |
| D | zynqmp.dtsi | 651 compatible = "cdns,ttc"; 661 compatible = "cdns,ttc"; 671 compatible = "cdns,ttc"; 681 compatible = "cdns,ttc";
|
| /Linux-v5.10/arch/arm/boot/dts/ |
| D | zynq-7000.dtsi | 352 compatible = "cdns,ttc"; 360 compatible = "cdns,ttc";
|
| /Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
| D | ipoib.c | 355 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/ |
| D | MAINTAINERS | 2763 F: drivers/clocksource/timer-cadence-ttc.c
|