/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
D | fs_ttc.c | 40 struct mlx5_flow_table *mlx5_get_ttc_flow_table(struct mlx5_ttc_table *ttc) in mlx5_get_ttc_flow_table() argument 42 return ttc->t; in mlx5_get_ttc_flow_table() 45 static void mlx5_cleanup_ttc_rules(struct mlx5_ttc_table *ttc) in mlx5_cleanup_ttc_rules() argument 50 if (!IS_ERR_OR_NULL(ttc->rules[i].rule)) { in mlx5_cleanup_ttc_rules() 51 mlx5_del_flow_rules(ttc->rules[i].rule); in mlx5_cleanup_ttc_rules() 52 ttc->rules[i].rule = NULL; in mlx5_cleanup_ttc_rules() 57 if (!IS_ERR_OR_NULL(ttc->tunnel_rules[i])) { in mlx5_cleanup_ttc_rules() 58 mlx5_del_flow_rules(ttc->tunnel_rules[i]); in mlx5_cleanup_ttc_rules() 59 ttc->tunnel_rules[i] = NULL; in mlx5_cleanup_ttc_rules() 312 struct mlx5_ttc_table *ttc, in mlx5_generate_ttc_table_rules() argument [all …]
|
D | fs_ttc.h | 52 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-6.12.1/drivers/clocksource/ |
D | timer-cadence-ttc.c | 87 struct ttc_timer ttc; member 95 struct ttc_timer ttc; member 142 struct ttc_timer *timer = &ttce->ttc; in ttc_clock_event_interrupt() 160 struct ttc_timer *timer = &to_ttc_timer_clksrc(cs)->ttc; in __ttc_clocksource_read() 183 struct ttc_timer *timer = &ttce->ttc; in ttc_set_next_event() 200 struct ttc_timer *timer = &ttce->ttc; in ttc_shutdown() 218 struct ttc_timer *timer = &ttce->ttc; in ttc_set_periodic() 221 DIV_ROUND_CLOSEST(ttce->ttc.freq, PRESCALE * HZ)); in ttc_set_periodic() 228 struct ttc_timer *timer = &ttce->ttc; in ttc_resume() 241 struct ttc_timer *ttc = to_ttc_timer(nb); in ttc_rate_change_clocksource_cb() local [all …]
|
D | Kconfig | 194 bool "Cadence TTC timer driver" if COMPILE_TEST 197 Enables support for the Cadence TTC driver.
|
D | Makefile | 43 obj-$(CONFIG_CADENCE_TTC_TIMER) += timer-cadence-ttc.o
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | fs_tt_redirect.c | 116 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in fs_udp_add_default_rule() local 126 dest = mlx5_ttc_get_default_dest(ttc, fs_udp2tt(type)); in fs_udp_add_default_rule() 260 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in fs_udp_disable() local 264 /* Modify ttc rules destination to point back to the indir TIRs */ in fs_udp_disable() 265 err = mlx5_ttc_fwd_default_dest(ttc, fs_udp2tt(i)); in fs_udp_disable() 267 fs_err(fs, "%s: modify ttc[%d] default destination failed, err(%d)\n", in fs_udp_disable() 278 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in fs_udp_enable() local 287 /* Modify ttc rules destination to point on the accel_fs FTs */ in fs_udp_enable() 288 err = mlx5_ttc_fwd_dest(ttc, fs_udp2tt(i), &dest); in fs_udp_enable() 290 fs_err(fs, "%s: modify ttc[%d] destination to accel failed, err(%d)\n", in fs_udp_enable() [all …]
|
D | fs.h | 174 void mlx5e_fs_set_ttc(struct mlx5e_flow_steering *fs, struct mlx5_ttc_table *ttc, bool inner);
|
/linux-6.12.1/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 59 compatible = "cdns,ttc"; 67 compatible = "cdns,ttc";
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
D | fs_tcp.c | 152 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in accel_fs_tcp_add_default_rule() local 161 dest = mlx5_ttc_get_default_dest(ttc, fs_accel2tt(type)); in accel_fs_tcp_add_default_rule() 305 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in accel_fs_tcp_disable() local 309 /* Modify ttc rules destination to point back to the indir TIRs */ in accel_fs_tcp_disable() 310 err = mlx5_ttc_fwd_default_dest(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() 325 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in accel_fs_tcp_enable() local 333 /* Modify ttc rules destination to point on the accel_fs FTs */ in accel_fs_tcp_enable() 334 err = mlx5_ttc_fwd_dest(ttc, fs_accel2tt(i), &dest); in accel_fs_tcp_enable() 336 fs_err(fs, "%s: modify ttc[%d] destination to accel failed, err(%d)\n", in accel_fs_tcp_enable()
|
D | ipsec.h | 174 struct mlx5_ttc_table *ttc; member
|
D | ipsec_fs.c | 575 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(ipsec->fs, false); in ipsec_rx_ft_disconnect() local 577 mlx5_ttc_fwd_default_dest(ttc, family2tt(family)); in ipsec_rx_ft_disconnect() 619 attr->ttc = mlx5e_fs_get_ttc(ipsec->fs, false); in ipsec_rx_create_attr_set() 639 *dest = mlx5_ttc_get_default_dest(attr->ttc, family2tt(attr->family)); in ipsec_rx_status_pass_dest_get() 663 mlx5_ttc_fwd_dest(attr->ttc, family2tt(attr->family), &dest); in ipsec_rx_ft_connect()
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/lag/ |
D | port_sel.c | 498 mlx5_get_ttc_flow_table(port_sel->inner.ttc); in mlx5_lag_set_outer_ttc_params() 509 port_sel->outer.ttc = mlx5_create_ttc_table(dev, &ttc_params); in mlx5_lag_create_ttc_table() 510 return PTR_ERR_OR_ZERO(port_sel->outer.ttc); in mlx5_lag_create_ttc_table() 520 port_sel->inner.ttc = mlx5_create_inner_ttc_table(dev, &ttc_params); in mlx5_lag_create_inner_ttc_table() 521 return PTR_ERR_OR_ZERO(port_sel->inner.ttc); in mlx5_lag_create_inner_ttc_table() 549 mlx5_destroy_ttc_table(port_sel->inner.ttc); in mlx5_lag_port_sel_create() 626 mlx5_destroy_ttc_table(port_sel->outer.ttc); in mlx5_lag_port_sel_destroy() 628 mlx5_destroy_ttc_table(port_sel->inner.ttc); in mlx5_lag_port_sel_destroy()
|
D | port_sel.h | 20 struct mlx5_ttc_table *ttc; member
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_arfs.c | 124 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in arfs_disable() local 128 /* Modify ttc rules destination back to their default */ in arfs_disable() 129 err = mlx5_ttc_fwd_default_dest(ttc, arfs_get_tt(i)); in arfs_disable() 132 "%s: modify ttc[%d] default destination failed, err(%d)\n", in arfs_disable() 161 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in mlx5e_arfs_enable() local 169 /* Modify ttc rules destination to point on the aRFS FTs */ in mlx5e_arfs_enable() 170 err = mlx5_ttc_fwd_dest(ttc, arfs_get_tt(i), &dest); in mlx5e_arfs_enable() 172 fs_err(fs, "%s: modify ttc[%d] dest to arfs, failed err(%d)\n", in mlx5e_arfs_enable() 233 * but can't since TTC default is not setup yet ! in arfs_add_default_rule()
|
D | en_fs.c | 60 struct mlx5_ttc_table *ttc; member 757 dest.ft = mlx5_get_ttc_flow_table(fs->ttc); in mlx5e_add_promisc_rule() 976 dest.ft = mlx5_get_ttc_flow_table(fs->ttc); in mlx5e_add_l2_flow_rule() 1270 mlx5_destroy_ttc_table(fs->ttc); in mlx5e_destroy_ttc_table() 1293 fs->ttc = mlx5_create_ttc_table(fs->mdev, &ttc_params); in mlx5e_create_ttc_table() 1294 return PTR_ERR_OR_ZERO(fs->ttc); in mlx5e_create_ttc_table() 1318 fs_err(fs, "Failed to create inner ttc table, err=%d\n", err); in mlx5e_create_flow_steering() 1324 fs_err(fs, "Failed to create ttc table, err=%d\n", err); in mlx5e_create_flow_steering() 1514 return inner ? fs->inner_ttc : fs->ttc; in mlx5e_fs_get_ttc() 1517 void mlx5e_fs_set_ttc(struct mlx5e_flow_steering *fs, struct mlx5_ttc_table *ttc, bool inner) in mlx5e_fs_set_ttc() argument [all …]
|
D | en_rep.c | 966 /* The inner_ttc in the ttc params is intentionally not set */ in mlx5e_create_rep_ttc_table() 970 /* To give uplik rep TTC a lower level for chaining from root ft */ in mlx5e_create_rep_ttc_table() 976 netdev_err(priv->netdev, "Failed to create rep ttc table, err=%d\n", in mlx5e_create_rep_ttc_table() 993 * their own ttc in mlx5e_create_rep_root_ft() 999 /* uplink root ft will be used to auto chain, to ethtool or ttc tables */ in mlx5e_create_rep_root_ft()
|
D | en_tc.c | 579 struct mlx5_ttc_table *ttc; member 855 struct mlx5_ttc_table *ttc; in mlx5e_hairpin_rss_init() local 867 hp->ttc = mlx5_create_ttc_table(priv->mdev, &ttc_params); in mlx5e_hairpin_rss_init() 868 if (IS_ERR(hp->ttc)) { in mlx5e_hairpin_rss_init() 869 err = PTR_ERR(hp->ttc); in mlx5e_hairpin_rss_init() 873 ttc = mlx5e_fs_get_ttc(priv->fs, false); in mlx5e_hairpin_rss_init() 874 netdev_dbg(priv->netdev, "add hairpin: using %d channels rss ttc table id %x\n", in mlx5e_hairpin_rss_init() 876 mlx5_get_ttc_flow_table(ttc)->id); in mlx5e_hairpin_rss_init() 890 mlx5_destroy_ttc_table(hp->ttc); in mlx5e_hairpin_rss_cleanup() 1198 mlx5_get_ttc_flow_table(hpe->hp->ttc); in mlx5e_hairpin_flow_add()
|
/linux-6.12.1/scripts/ |
D | sphinx-pre-install | 366 check_missing_file(["/usr/share/fonts/noto-cjk/NotoSansCJK-Regular.ttc", 367 "/usr/share/fonts/opentype/noto/NotoSansCJK-Regular.ttc", 368 "/usr/share/fonts/opentype/noto/NotoSerifCJK-Regular.ttc"], 411 my $noto_sans_redhat = "google-noto-sans-cjk-ttc-fonts"; 440 check_missing_file(["/usr/share/fonts/google-noto-cjk/NotoSansCJK-Regular.ttc", 441 "/usr/share/fonts/google-noto-sans-cjk-fonts/NotoSansCJK-Regular.ttc"], 538 $noto_sans = "google-noto-sans-cjk-ttc-fonts"; 543 check_missing_file(["/usr/share/fonts/google-noto-cjk/NotoSansCJK-Regular.ttc", 576 check_missing_file(["/usr/share/fonts/noto-cjk/NotoSansCJK-Regular.ttc"], 603 "/usr/share/fonts/noto-cjk/NotoSerifCJK-Regular.ttc"],
|
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | coex.h | 105 * @ttc_status: is TTC enabled - one bit per PHY
|
/linux-6.12.1/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-6.12.1/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_mtl.c | 187 /* set the TTC values */ in sxgbe_set_tx_mtl_mode()
|
/linux-6.12.1/arch/arm/boot/dts/xilinx/ |
D | zynq-7000.dtsi | 387 compatible = "cdns,ttc"; 395 compatible = "cdns,ttc";
|
/linux-6.12.1/arch/arm64/boot/dts/xilinx/ |
D | zynqmp.dtsi | 1003 compatible = "cdns,ttc"; 1015 compatible = "cdns,ttc"; 1027 compatible = "cdns,ttc"; 1039 compatible = "cdns,ttc";
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
D | ipoib.c | 384 netdev_err(priv->netdev, "Failed to create ttc table, err=%d\n", in mlx5i_create_flow_steering()
|
/linux-6.12.1/drivers/net/ethernet/8390/ |
D | etherh.c | 21 * 21-12-2000 TTC EtherH/EtherM integration
|