| /Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| D | fs_ttc.c | 37 struct mlx5_flow_table *mlx5_get_ttc_flow_table(struct mlx5_ttc_table *ttc) in mlx5_get_ttc_flow_table() argument 39 return ttc->t; in mlx5_get_ttc_flow_table() 42 static void mlx5_cleanup_ttc_rules(struct mlx5_ttc_table *ttc) in mlx5_cleanup_ttc_rules() argument 47 if (!IS_ERR_OR_NULL(ttc->rules[i].rule)) { in mlx5_cleanup_ttc_rules() 48 mlx5_del_flow_rules(ttc->rules[i].rule); in mlx5_cleanup_ttc_rules() 49 ttc->rules[i].rule = NULL; in mlx5_cleanup_ttc_rules() 54 if (!IS_ERR_OR_NULL(ttc->tunnel_rules[i])) { in mlx5_cleanup_ttc_rules() 55 mlx5_del_flow_rules(ttc->tunnel_rules[i]); in mlx5_cleanup_ttc_rules() 56 ttc->tunnel_rules[i] = NULL; in mlx5_cleanup_ttc_rules() 237 struct mlx5_ttc_table *ttc) in mlx5_generate_ttc_table_rules() argument [all …]
|
| D | fs_ttc.h | 50 struct mlx5_flow_table *mlx5_get_ttc_flow_table(struct mlx5_ttc_table *ttc); 54 void mlx5_destroy_ttc_table(struct mlx5_ttc_table *ttc); 59 int mlx5_ttc_fwd_dest(struct mlx5_ttc_table *ttc, enum mlx5_traffic_types type, 62 mlx5_ttc_get_default_dest(struct mlx5_ttc_table *ttc, 64 int mlx5_ttc_fwd_default_dest(struct mlx5_ttc_table *ttc,
|
| /Linux-v5.15/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 | Kconfig | 168 bool "Cadence TTC timer driver" if COMPILE_TEST 171 Enables support for the Cadence TTC driver.
|
| D | Makefile | 42 obj-$(CONFIG_CADENCE_TTC_TIMER) += timer-cadence-ttc.o
|
| /Linux-v5.15/sound/soc/pxa/ |
| D | ttc-dkb.c | 27 /* ttc machine dapm widgets */ 38 /* ttc machine audio map */ 82 /* ttc/td-dkb digital audio interface glue - connects codec <--> CPU */ 99 /* ttc/td audio machine driver */ 101 .name = "ttc-dkb-hifi", 129 .name = "ttc-dkb-audio", 139 MODULE_DESCRIPTION("ALSA SoC TTC DKB"); 141 MODULE_ALIAS("platform:ttc-dkb-audio");
|
| D | Makefile | 34 snd-soc-ttc-dkb-objs := ttc-dkb.o 52 obj-$(CONFIG_SND_SOC_TTC_DKB) += snd-soc-ttc-dkb.o
|
| D | Kconfig | 166 tristate "SoC Audio support for TTC DKB" 174 Say Y if you want to add support for SoC audio on TTC DKB
|
| /Linux-v5.15/Documentation/devicetree/bindings/timer/ |
| D | cdns,ttc.yaml | 4 $id: http://devicetree.org/schemas/timer/cdns,ttc.yaml# 7 title: Cadence TTC - Triple Timer Counter 14 const: cdns,ttc 46 compatible = "cdns,ttc";
|
| /Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| D | fs_tt_redirect.c | 127 dest = mlx5_ttc_get_default_dest(priv->fs.ttc, fs_udp2tt(type)); in fs_udp_add_default_rule() 261 /* Modify ttc rules destination to point back to the indir TIRs */ in fs_udp_disable() 262 err = mlx5_ttc_fwd_default_dest(priv->fs.ttc, fs_udp2tt(i)); in fs_udp_disable() 265 "%s: modify ttc[%d] default destination failed, err(%d)\n", in fs_udp_disable() 283 /* Modify ttc rules destination to point on the accel_fs FTs */ in fs_udp_enable() 284 err = mlx5_ttc_fwd_dest(priv->fs.ttc, fs_udp2tt(i), &dest); in fs_udp_enable() 287 "%s: modify ttc[%d] destination to accel failed, err(%d)\n", in fs_udp_enable() 404 dest = mlx5_ttc_get_default_dest(priv->fs.ttc, MLX5_TT_ANY); in fs_any_add_default_rule() 516 /* Modify ttc rules destination to point back to the indir TIRs */ in fs_any_disable() 517 err = mlx5_ttc_fwd_default_dest(priv->fs.ttc, MLX5_TT_ANY); in fs_any_disable() [all …]
|
| D | fs.h | 175 struct mlx5_ttc_table *ttc; member
|
| /Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| D | fs_tcp.c | 164 dest = mlx5_ttc_get_default_dest(priv->fs.ttc, fs_accel2tt(type)); in accel_fs_tcp_add_default_rule() 309 /* Modify ttc rules destination to point back to the indir TIRs */ in accel_fs_tcp_disable() 310 err = mlx5_ttc_fwd_default_dest(priv->fs.ttc, fs_accel2tt(i)); in accel_fs_tcp_disable() 313 "%s: modify ttc[%d] default destination failed, err(%d)\n", in accel_fs_tcp_disable() 331 /* Modify ttc rules destination to point on the accel_fs FTs */ in accel_fs_tcp_enable() 332 err = mlx5_ttc_fwd_dest(priv->fs.ttc, fs_accel2tt(i), &dest); in accel_fs_tcp_enable() 335 "%s: modify ttc[%d] destination to accel failed, err(%d)\n", in accel_fs_tcp_enable()
|
| D | ipsec_fs.c | 269 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-v5.15/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | en_arfs.c | 122 /* Modify ttc rules destination back to their default */ in arfs_disable() 123 err = mlx5_ttc_fwd_default_dest(priv->fs.ttc, arfs_get_tt(i)); in arfs_disable() 126 "%s: modify ttc[%d] default destination failed, err(%d)\n", in arfs_disable() 151 /* Modify ttc rules destination to point on the aRFS FTs */ in mlx5e_arfs_enable() 152 err = mlx5_ttc_fwd_dest(priv->fs.ttc, arfs_get_tt(i), &dest); in mlx5e_arfs_enable() 155 "%s: modify ttc[%d] dest to arfs, failed err(%d)\n", in mlx5e_arfs_enable() 209 * but can't since TTC default is not setup yet ! in arfs_add_default_rule()
|
| D | en_rep.c | 694 /* The inner_ttc in the ttc params is intentionally not set */ in mlx5e_create_rep_ttc_table() 698 /* To give uplik rep TTC a lower level for chaining from root ft */ in mlx5e_create_rep_ttc_table() 701 priv->fs.ttc = mlx5_create_ttc_table(priv->mdev, &ttc_params); in mlx5e_create_rep_ttc_table() 702 if (IS_ERR(priv->fs.ttc)) { in mlx5e_create_rep_ttc_table() 703 err = PTR_ERR(priv->fs.ttc); in mlx5e_create_rep_ttc_table() 704 netdev_err(priv->netdev, "Failed to create rep ttc table, err=%d\n", in mlx5e_create_rep_ttc_table() 721 * their own ttc in mlx5e_create_rep_root_ft() 723 rpriv->root_ft = mlx5_get_ttc_flow_table(priv->fs.ttc); in mlx5e_create_rep_root_ft() 727 /* uplink root ft will be used to auto chain, to ethtool or ttc tables */ in mlx5e_create_rep_root_ft() 837 mlx5_destroy_ttc_table(priv->fs.ttc); in mlx5e_init_rep_rx() [all …]
|
| D | en_fs.c | 721 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() 1286 "Failed to create inner ttc table, err=%d\n", in mlx5e_create_flow_steering() 1293 netdev_err(priv->netdev, "Failed to create ttc table, err=%d\n", in mlx5e_create_flow_steering()
|
| D | en_tc.c | 345 struct mlx5_ttc_table *ttc; member 624 hp->ttc = mlx5_create_ttc_table(priv->mdev, &ttc_params); in mlx5e_hairpin_rss_init() 625 if (IS_ERR(hp->ttc)) { in mlx5e_hairpin_rss_init() 626 err = PTR_ERR(hp->ttc); in mlx5e_hairpin_rss_init() 630 netdev_dbg(priv->netdev, "add hairpin: using %d channels rss ttc table id %x\n", in mlx5e_hairpin_rss_init() 632 mlx5_get_ttc_flow_table(priv->fs.ttc)->id); in mlx5e_hairpin_rss_init() 646 mlx5_destroy_ttc_table(hp->ttc); in mlx5e_hairpin_rss_cleanup() 891 mlx5_get_ttc_flow_table(hpe->hp->ttc); in mlx5e_hairpin_flow_add()
|
| /Linux-v5.15/scripts/ |
| D | sphinx-pre-install | 375 check_missing_file(["/usr/share/fonts/noto-cjk/NotoSansCJK-Regular.ttc", 376 "/usr/share/fonts/opentype/noto/NotoSansCJK-Regular.ttc", 377 "/usr/share/fonts/opentype/noto/NotoSerifCJK-Regular.ttc"], 444 check_missing_file(["/usr/share/fonts/google-noto-cjk/NotoSansCJK-Regular.ttc"], 445 "google-noto-sans-cjk-ttc-fonts", 2); 538 $noto_sans = "google-noto-sans-cjk-ttc-fonts"; 543 check_missing_file(["/usr/share/fonts/google-noto-cjk/NotoSansCJK-Regular.ttc", 575 check_missing_file(["/usr/share/fonts/noto-cjk/NotoSansCJK-Regular.ttc"], 601 "/usr/share/fonts/noto-cjk/NotoSerifCJK-Regular.ttc"],
|
| /Linux-v5.15/drivers/net/ethernet/stmicro/stmmac/ |
| D | dwmac100_dma.c | 50 * The transmit threshold can be programmed by setting the TTC bits in the DMA
|
| /Linux-v5.15/arch/arm64/boot/dts/xilinx/ |
| D | zynqmp.dtsi | 755 compatible = "cdns,ttc"; 765 compatible = "cdns,ttc"; 775 compatible = "cdns,ttc"; 785 compatible = "cdns,ttc";
|
| /Linux-v5.15/drivers/net/ethernet/samsung/sxgbe/ |
| D | sxgbe_mtl.c | 187 /* set the TTC values */ in sxgbe_set_tx_mtl_mode()
|
| /Linux-v5.15/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| D | coex.h | 171 * @ttc_status: is TTC enabled - one bit per PHY
|
| /Linux-v5.15/arch/arm/boot/dts/ |
| D | zynq-7000.dtsi | 373 compatible = "cdns,ttc"; 381 compatible = "cdns,ttc";
|
| /Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
| D | ipoib.c | 334 netdev_err(priv->netdev, "Failed to create ttc table, err=%d\n", in mlx5i_create_flow_steering()
|
| /Linux-v5.15/drivers/net/ethernet/8390/ |
| D | etherh.c | 21 * 21-12-2000 TTC EtherH/EtherM integration
|