Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
A Dfs_ttc.c321 ttc->g[ttc->num_groups] = mlx5_create_flow_group(ttc->t, in); in mlx5_create_ttc_table_groups()
322 if (IS_ERR(ttc->g[ttc->num_groups])) in mlx5_create_ttc_table_groups()
331 ttc->g[ttc->num_groups] = mlx5_create_flow_group(ttc->t, in); in mlx5_create_ttc_table_groups()
332 if (IS_ERR(ttc->g[ttc->num_groups])) in mlx5_create_ttc_table_groups()
341 ttc->g[ttc->num_groups] = mlx5_create_flow_group(ttc->t, in); in mlx5_create_ttc_table_groups()
342 if (IS_ERR(ttc->g[ttc->num_groups])) in mlx5_create_ttc_table_groups()
351 ttc->g[ttc->num_groups] = NULL; in mlx5_create_ttc_table_groups()
458 ttc->g[ttc->num_groups] = mlx5_create_flow_group(ttc->t, in); in mlx5_create_inner_ttc_table_groups()
468 ttc->g[ttc->num_groups] = mlx5_create_flow_group(ttc->t, in); in mlx5_create_inner_ttc_table_groups()
478 ttc->g[ttc->num_groups] = mlx5_create_flow_group(ttc->t, in); in mlx5_create_inner_ttc_table_groups()
[all …]
A Dfs_ttc.h52 struct mlx5_flow_table *mlx5_get_ttc_flow_table(struct mlx5_ttc_table *ttc);
56 void mlx5_destroy_ttc_table(struct mlx5_ttc_table *ttc);
61 int mlx5_ttc_fwd_dest(struct mlx5_ttc_table *ttc, enum mlx5_traffic_types type,
64 mlx5_ttc_get_default_dest(struct mlx5_ttc_table *ttc,
66 int mlx5_ttc_fwd_default_dest(struct mlx5_ttc_table *ttc,
/linux/drivers/clocksource/
A 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()
330 ttccs->ttc.clk = clk; in ttc_setup_clocksource()
338 ttccs->ttc.freq = clk_get_rate(ttccs->ttc.clk); in ttc_setup_clocksource()
349 ttccs->ttc.base_addr = base; in ttc_setup_clocksource()
375 ttccs->ttc.freq / PRESCALE); in ttc_setup_clocksource()
391 ttc->freq = ndata->new_rate; in ttc_rate_change_clockevent_cb()
413 ttcce->ttc.clk = clk; in ttc_setup_clockevent()
430 ttcce->ttc.freq = clk_get_rate(ttcce->ttc.clk); in ttc_setup_clockevent()
[all …]
A DMakefile42 obj-$(CONFIG_CADENCE_TTC_TIMER) += timer-cadence-ttc.o
/linux/Documentation/devicetree/bindings/timer/
A Dcdns,ttc.yaml4 $id: http://devicetree.org/schemas/timer/cdns,ttc.yaml#
14 const: cdns,ttc
46 compatible = "cdns,ttc";
/linux/drivers/net/ethernet/mellanox/mlx5/core/lag/
A Dport_sel.c483 mlx5_get_ttc_flow_table(port_sel->inner.ttc); in mlx5_lag_set_outer_ttc_params()
494 port_sel->outer.ttc = mlx5_create_ttc_table(dev, &ttc_params); in mlx5_lag_create_ttc_table()
495 if (IS_ERR(port_sel->outer.ttc)) in mlx5_lag_create_ttc_table()
496 return PTR_ERR(port_sel->outer.ttc); in mlx5_lag_create_ttc_table()
508 port_sel->inner.ttc = mlx5_create_ttc_table(dev, &ttc_params); in mlx5_lag_create_inner_ttc_table()
509 if (IS_ERR(port_sel->inner.ttc)) in mlx5_lag_create_inner_ttc_table()
510 return PTR_ERR(port_sel->inner.ttc); in mlx5_lag_create_inner_ttc_table()
540 mlx5_destroy_ttc_table(port_sel->inner.ttc); in mlx5_lag_port_sel_create()
607 mlx5_destroy_ttc_table(port_sel->outer.ttc); in mlx5_lag_port_sel_destroy()
609 mlx5_destroy_ttc_table(port_sel->inner.ttc); in mlx5_lag_port_sel_destroy()
A Dport_sel.h17 struct mlx5_ttc_table *ttc; member
/linux/sound/soc/pxa/
A DMakefile34 snd-soc-ttc-dkb-objs := ttc-dkb.o
52 obj-$(CONFIG_SND_SOC_TTC_DKB) += snd-soc-ttc-dkb.o
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dfs_tt_redirect.c127 dest = mlx5_ttc_get_default_dest(priv->fs.ttc, fs_udp2tt(type)); in fs_udp_add_default_rule()
262 err = mlx5_ttc_fwd_default_dest(priv->fs.ttc, fs_udp2tt(i)); in fs_udp_disable()
284 err = mlx5_ttc_fwd_dest(priv->fs.ttc, fs_udp2tt(i), &dest); in fs_udp_enable()
404 dest = mlx5_ttc_get_default_dest(priv->fs.ttc, MLX5_TT_ANY); in fs_any_add_default_rule()
517 err = mlx5_ttc_fwd_default_dest(priv->fs.ttc, MLX5_TT_ANY); in fs_any_disable()
536 err = mlx5_ttc_fwd_dest(priv->fs.ttc, MLX5_TT_ANY, &dest); in fs_any_enable()
A Dfs.h175 struct mlx5_ttc_table *ttc; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
A Dfs_tcp.c164 dest = mlx5_ttc_get_default_dest(priv->fs.ttc, fs_accel2tt(type)); in accel_fs_tcp_add_default_rule()
310 err = mlx5_ttc_fwd_default_dest(priv->fs.ttc, fs_accel2tt(i)); in accel_fs_tcp_disable()
332 err = mlx5_ttc_fwd_dest(priv->fs.ttc, fs_accel2tt(i), &dest); in accel_fs_tcp_enable()
A Dipsec_fs.c269 mlx5_ttc_get_default_dest(priv->fs.ttc, fs_esp2tt(type)); in rx_create()
305 mlx5_ttc_fwd_dest(priv->fs.ttc, fs_esp2tt(type), &dest); in rx_ft_get()
324 mlx5_ttc_fwd_default_dest(priv->fs.ttc, fs_esp2tt(type)); in rx_ft_put()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Den_rep.c702 priv->fs.ttc = mlx5_create_ttc_table(priv->mdev, &ttc_params); in mlx5e_create_rep_ttc_table()
703 if (IS_ERR(priv->fs.ttc)) { in mlx5e_create_rep_ttc_table()
704 err = PTR_ERR(priv->fs.ttc); in mlx5e_create_rep_ttc_table()
724 rpriv->root_ft = mlx5_get_ttc_flow_table(priv->fs.ttc); in mlx5e_create_rep_root_ft()
837 mlx5_destroy_ttc_table(priv->fs.ttc); in mlx5e_init_rep_rx()
852 mlx5_destroy_ttc_table(priv->fs.ttc); in mlx5e_cleanup_rep_rx()
A Den_fs.c721 dest.ft = mlx5_get_ttc_flow_table(priv->fs.ttc); in mlx5e_add_promisc_rule()
942 dest.ft = mlx5_get_ttc_flow_table(priv->fs.ttc); in mlx5e_add_l2_flow_rule()
1237 mlx5_destroy_ttc_table(priv->fs.ttc); in mlx5e_destroy_ttc_table()
1260 priv->fs.ttc = mlx5_create_ttc_table(priv->mdev, &ttc_params); in mlx5e_create_ttc_table()
1261 if (IS_ERR(priv->fs.ttc)) in mlx5e_create_ttc_table()
1262 return PTR_ERR(priv->fs.ttc); in mlx5e_create_ttc_table()
A Den_arfs.c123 err = mlx5_ttc_fwd_default_dest(priv->fs.ttc, arfs_get_tt(i)); in arfs_disable()
152 err = mlx5_ttc_fwd_dest(priv->fs.ttc, arfs_get_tt(i), &dest); in mlx5e_arfs_enable()
A Den_tc.c360 struct mlx5_ttc_table *ttc; member
639 hp->ttc = mlx5_create_ttc_table(priv->mdev, &ttc_params); in mlx5e_hairpin_rss_init()
640 if (IS_ERR(hp->ttc)) { in mlx5e_hairpin_rss_init()
641 err = PTR_ERR(hp->ttc); in mlx5e_hairpin_rss_init()
647 mlx5_get_ttc_flow_table(priv->fs.ttc)->id); in mlx5e_hairpin_rss_init()
661 mlx5_destroy_ttc_table(hp->ttc); in mlx5e_hairpin_rss_cleanup()
906 mlx5_get_ttc_flow_table(hpe->hp->ttc); in mlx5e_hairpin_flow_add()
/linux/arch/arm64/boot/dts/xilinx/
A Dzynqmp.dtsi749 compatible = "cdns,ttc";
759 compatible = "cdns,ttc";
769 compatible = "cdns,ttc";
779 compatible = "cdns,ttc";
/linux/arch/arm/boot/dts/
A Dzynq-7000.dtsi373 compatible = "cdns,ttc";
381 compatible = "cdns,ttc";
/linux/
A DMAINTAINERS2896 F: drivers/clocksource/timer-cadence-ttc.c

Completed in 59 milliseconds