Symbol: airoha_ppe
drivers/net/ethernet/airoha/airoha_eth.h
592
struct airoha_ppe *ppe;
drivers/net/ethernet/airoha/airoha_eth.h
659
u32 airoha_ppe_get_total_num_entries(struct airoha_ppe *ppe);
drivers/net/ethernet/airoha/airoha_eth.h
660
struct airoha_foe_entry *airoha_ppe_foe_get_entry(struct airoha_ppe *ppe,
drivers/net/ethernet/airoha/airoha_eth.h
662
void airoha_ppe_foe_entry_get_stats(struct airoha_ppe *ppe, u32 hash,
drivers/net/ethernet/airoha/airoha_eth.h
666
int airoha_ppe_debugfs_init(struct airoha_ppe *ppe);
drivers/net/ethernet/airoha/airoha_eth.h
668
static inline int airoha_ppe_debugfs_init(struct airoha_ppe *ppe)
drivers/net/ethernet/airoha/airoha_ppe.c
1222
void airoha_ppe_foe_entry_get_stats(struct airoha_ppe *ppe, u32 hash,
drivers/net/ethernet/airoha/airoha_ppe.c
1300
static int airoha_ppe_flush_sram_entries(struct airoha_ppe *ppe)
drivers/net/ethernet/airoha/airoha_ppe.c
1333
struct airoha_ppe *ppe = eth->ppe;
drivers/net/ethernet/airoha/airoha_ppe.c
1367
struct airoha_ppe *ppe = dev->priv;
drivers/net/ethernet/airoha/airoha_ppe.c
1393
struct airoha_ppe *ppe = dev->priv;
drivers/net/ethernet/airoha/airoha_ppe.c
1477
struct airoha_ppe *ppe = dev->priv;
drivers/net/ethernet/airoha/airoha_ppe.c
1489
struct airoha_ppe *ppe;
drivers/net/ethernet/airoha/airoha_ppe.c
35
static int airoha_ppe_get_num_stats_entries(struct airoha_ppe *ppe)
drivers/net/ethernet/airoha/airoha_ppe.c
459
static u32 airoha_ppe_foe_get_entry_hash(struct airoha_ppe *ppe,
drivers/net/ethernet/airoha/airoha_ppe.c
46
static int airoha_ppe_get_total_num_stats_entries(struct airoha_ppe *ppe)
drivers/net/ethernet/airoha/airoha_ppe.c
513
static int airoha_ppe_foe_get_flow_stats_index(struct airoha_ppe *ppe,
drivers/net/ethernet/airoha/airoha_ppe.c
528
static void airoha_ppe_foe_flow_stat_entry_reset(struct airoha_ppe *ppe,
drivers/net/ethernet/airoha/airoha_ppe.c
536
static void airoha_ppe_foe_flow_stats_reset(struct airoha_ppe *ppe,
drivers/net/ethernet/airoha/airoha_ppe.c
549
static void airoha_ppe_foe_flow_stats_update(struct airoha_ppe *ppe,
drivers/net/ethernet/airoha/airoha_ppe.c
59
static u32 airoha_ppe_get_total_sram_num_entries(struct airoha_ppe *ppe)
drivers/net/ethernet/airoha/airoha_ppe.c
605
airoha_ppe_foe_get_entry_locked(struct airoha_ppe *ppe, u32 hash)
drivers/net/ethernet/airoha/airoha_ppe.c
636
struct airoha_foe_entry *airoha_ppe_foe_get_entry(struct airoha_ppe *ppe,
drivers/net/ethernet/airoha/airoha_ppe.c
66
u32 airoha_ppe_get_total_num_entries(struct airoha_ppe *ppe)
drivers/net/ethernet/airoha/airoha_ppe.c
665
static int airoha_ppe_foe_commit_sram_entry(struct airoha_ppe *ppe, u32 hash)
drivers/net/ethernet/airoha/airoha_ppe.c
686
static int airoha_ppe_foe_commit_entry(struct airoha_ppe *ppe,
drivers/net/ethernet/airoha/airoha_ppe.c
723
static void airoha_ppe_foe_remove_flow(struct airoha_ppe *ppe,
drivers/net/ethernet/airoha/airoha_ppe.c
742
static void airoha_ppe_foe_remove_l2_flow(struct airoha_ppe *ppe,
drivers/net/ethernet/airoha/airoha_ppe.c
756
static void airoha_ppe_foe_flow_remove_entry(struct airoha_ppe *ppe,
drivers/net/ethernet/airoha/airoha_ppe.c
770
airoha_ppe_foe_commit_subflow_entry(struct airoha_ppe *ppe,
drivers/net/ethernet/airoha/airoha_ppe.c
81
static u32 airoha_ppe_get_timestamp(struct airoha_ppe *ppe)
drivers/net/ethernet/airoha/airoha_ppe.c
818
static void airoha_ppe_foe_insert_entry(struct airoha_ppe *ppe,
drivers/net/ethernet/airoha/airoha_ppe.c
871
airoha_ppe_foe_l2_flow_commit_entry(struct airoha_ppe *ppe,
drivers/net/ethernet/airoha/airoha_ppe.c
88
static void airoha_ppe_hw_init(struct airoha_ppe *ppe)
drivers/net/ethernet/airoha/airoha_ppe.c
890
static int airoha_ppe_foe_flow_commit_entry(struct airoha_ppe *ppe,
drivers/net/ethernet/airoha/airoha_ppe.c
910
static int airoha_ppe_get_entry_idle_time(struct airoha_ppe *ppe, u32 ib1)
drivers/net/ethernet/airoha/airoha_ppe.c
930
airoha_ppe_foe_flow_l2_entry_update(struct airoha_ppe *ppe,
drivers/net/ethernet/airoha/airoha_ppe.c
966
static void airoha_ppe_foe_flow_entry_update(struct airoha_ppe *ppe,
drivers/net/ethernet/airoha/airoha_ppe.c
996
static int airoha_ppe_entry_idle_time(struct airoha_ppe *ppe,
drivers/net/ethernet/airoha/airoha_ppe_debugfs.c
178
int airoha_ppe_debugfs_init(struct airoha_ppe *ppe)
drivers/net/ethernet/airoha/airoha_ppe_debugfs.c
55
struct airoha_ppe *ppe = m->private;