| /linux/drivers/net/ethernet/airoha/ |
| H A D | airoha_ppe.c | 35 static int airoha_ppe_get_num_stats_entries(struct airoha_ppe *ppe) in airoha_ppe_get_num_stats_entries() argument 40 if (airoha_is_7583(ppe->eth)) in airoha_ppe_get_num_stats_entries() 46 static int airoha_ppe_get_total_num_stats_entries(struct airoha_ppe *ppe) in airoha_ppe_get_total_num_stats_entries() argument 48 int num_stats = airoha_ppe_get_num_stats_entries(ppe); in airoha_ppe_get_total_num_stats_entries() 51 struct airoha_eth *eth = ppe->eth; in airoha_ppe_get_total_num_stats_entries() 59 static u32 airoha_ppe_get_total_sram_num_entries(struct airoha_ppe *ppe) in airoha_ppe_get_total_sram_num_entries() argument 61 struct airoha_eth *eth = ppe->eth; in airoha_ppe_get_total_sram_num_entries() 66 u32 airoha_ppe_get_total_num_entries(struct airoha_ppe *ppe) in airoha_ppe_get_total_num_entries() argument 68 u32 sram_num_entries = airoha_ppe_get_total_sram_num_entries(ppe); in airoha_ppe_get_total_num_entries() 81 static u32 airoha_ppe_get_timestamp(struct airoha_ppe *ppe) in airoha_ppe_get_timestamp() argument [all …]
|
| H A D | airoha_eth.h | 596 struct airoha_ppe *ppe; member 671 u32 airoha_ppe_get_total_num_entries(struct airoha_ppe *ppe); 672 struct airoha_foe_entry *airoha_ppe_foe_get_entry(struct airoha_ppe *ppe, 674 void airoha_ppe_foe_entry_get_stats(struct airoha_ppe *ppe, u32 hash, 678 int airoha_ppe_debugfs_init(struct airoha_ppe *ppe); 680 static inline int airoha_ppe_debugfs_init(struct airoha_ppe *ppe) in airoha_ppe_debugfs_init() argument
|
| H A D | airoha_eth.c | 683 airoha_ppe_check_skb(ð->ppe->dev, q->skb, hash, in airoha_qdma_rx_process() 2749 return airoha_ppe_setup_tc_block_cb(ð->ppe->dev, type_data); in airoha_dev_setup_tc_block_cb()
|
| /linux/drivers/net/ethernet/mediatek/ |
| H A D | mtk_ppe_debugfs.c | 79 struct mtk_ppe *ppe = m->private; in mtk_ppe_debugfs_foe_show() local 83 struct mtk_foe_entry *entry = mtk_foe_get_entry(ppe, i); in mtk_ppe_debugfs_foe_show() 100 acct = mtk_foe_entry_get_mib(ppe, i, NULL); in mtk_ppe_debugfs_foe_show() 102 type = mtk_get_ib1_pkt_type(ppe->eth, entry->ib1); in mtk_ppe_debugfs_foe_show() 184 int mtk_ppe_debugfs_init(struct mtk_ppe *ppe, int index) in mtk_ppe_debugfs_init() argument 188 snprintf(ppe->dirname, sizeof(ppe->dirname), "ppe%d", index); in mtk_ppe_debugfs_init() 190 root = debugfs_create_dir(ppe->dirname, NULL); in mtk_ppe_debugfs_init() 191 debugfs_create_file("entries", S_IRUGO, root, ppe, &mtk_ppe_debugfs_foe_all_fops); in mtk_ppe_debugfs_init() 192 debugfs_create_file("bind", S_IRUGO, root, ppe, &mtk_ppe_debugfs_foe_bind_fops); in mtk_ppe_debugfs_init()
|
| H A D | mtk_ppe_offload.c | 500 err = mtk_foe_entry_commit(eth->ppe[entry->ppe_index], entry); in mtk_flow_offload_replace() 512 mtk_foe_entry_clear(eth->ppe[entry->ppe_index], entry); in mtk_flow_offload_replace() 530 mtk_foe_entry_clear(eth->ppe[entry->ppe_index], entry); in mtk_flow_offload_destroy() 552 idle = mtk_foe_entry_idle_time(eth->ppe[entry->ppe_index], entry); in mtk_flow_offload_stats() 556 mtk_foe_entry_get_mib(eth->ppe[entry->ppe_index], entry->hash, in mtk_flow_offload_stats() 674 if (!eth->ppe[id] || !eth->ppe[id]->foe_table) in mtk_eth_offload_init()
|
| H A D | mtk_eth_soc.h | 1345 struct mtk_ppe *ppe[3]; member 1402 mtk_foe_get_entry(struct mtk_ppe *ppe, u16 hash) in mtk_foe_get_entry() argument 1404 const struct mtk_soc_data *soc = ppe->eth->soc; in mtk_foe_get_entry() 1406 return ppe->foe_table + hash * soc->foe_entry_size; in mtk_foe_get_entry()
|
| H A D | mtk_eth_soc.c | 2384 mtk_ppe_check_skb(eth->ppe[ppe_idx], skb, hash); in mtk_poll_rx() 3630 for (i = 0; i < ARRAY_SIZE(eth->ppe); i++) in mtk_open() 3631 mtk_ppe_start(eth->ppe[i]); in mtk_open() 3655 for (i = 0; i < ARRAY_SIZE(eth->ppe); i++) in mtk_open() 3656 mtk_ppe_update_mtu(eth->ppe[i], mtu); in mtk_open() 3759 for (i = 0; i < ARRAY_SIZE(eth->ppe); i++) in mtk_stop() 3760 mtk_ppe_stop(eth->ppe[i]); in mtk_stop() 4363 for (i = 0; i < ARRAY_SIZE(eth->ppe); i++) in mtk_change_mtu() 4364 mtk_ppe_update_mtu(eth->ppe[i], max_mtu); in mtk_change_mtu() 4403 for (i = 0; i < ARRAY_SIZE(eth->ppe); i++) in mtk_prepare_for_reset() [all …]
|
| H A D | mtk_wed.c | 1974 mtk_ppe_check_skb(eth->ppe[dev->hw->index], skb, hash); in mtk_wed_ppe_check()
|
| /linux/Documentation/devicetree/bindings/net/ |
| H A D | hisilicon-hip04-net.txt | 10 phandle, specifies a reference to the syscon ppe node 50 ppe: ppe@28c0000 { 51 compatible = "hisilicon,hip04-ppe", "syscon"; 60 port-handle = <&ppe 31 0 31>; 68 port-handle = <&ppe 0 1 0>; 77 port-handle = <&ppe 8 2 8>;
|
| H A D | hisilicon-hns-dsaf.txt | 23 - reg-names: may be ppe-base and(or) dsaf-base. It is used to find the 64 reg-names = "ppe-base", "dsaf-base";
|
| /linux/Documentation/networking/device_drivers/ethernet/ |
| H A D | index.rst | 53 qualcomm/ppe/ppe
|
| /linux/arch/mips/lantiq/ |
| H A D | clk.c | 30 unsigned long io, unsigned long ppe) in clkdev_add_static() argument 35 cpu_clk_generic[3].rate = ppe; in clkdev_add_static()
|
| H A D | clk.h | 73 unsigned long io, unsigned long ppe);
|
| /linux/drivers/media/platform/nvidia/tegra-vde/ |
| H A D | vde.h | 98 void __iomem *ppe; member 217 if (vde->ppe == base) in tegra_vde_reg_base_name()
|
| H A D | vde.c | 251 vde->ppe = devm_platform_ioremap_resource_byname(pdev, "ppe"); in tegra_vde_probe() 252 if (IS_ERR(vde->ppe)) in tegra_vde_probe() 253 return PTR_ERR(vde->ppe); in tegra_vde_probe()
|
| /linux/arch/arm64/boot/dts/hisilicon/ |
| H A D | hip06.dtsi | 482 reg-names = "ppe-base", "dsaf-base";
|
| H A D | hip07.dtsi | 1389 reg-names = "ppe-base", "dsaf-base";
|
| /linux/arch/arm/boot/dts/mediatek/ |
| H A D | mt2701.dtsi | 742 reset-names = "fe", "gmac", "ppe";
|
| /linux/ |
| H A D | MAINTAINERS | 22059 F: Documentation/devicetree/bindings/net/qcom,ipq9574-ppe.yaml 22060 F: Documentation/networking/device_drivers/ethernet/qualcomm/ppe/ppe.rst 22061 F: drivers/net/ethernet/qualcomm/ppe/
|