Symbol: airoha_ppe
drivers/net/ethernet/airoha/airoha_eth.h
648
struct airoha_ppe *ppe;
drivers/net/ethernet/airoha/airoha_eth.h
723
u32 airoha_ppe_get_total_num_entries(struct airoha_ppe *ppe);
drivers/net/ethernet/airoha/airoha_eth.h
724
struct airoha_foe_entry *airoha_ppe_foe_get_entry(struct airoha_ppe *ppe,
drivers/net/ethernet/airoha/airoha_eth.h
726
void airoha_ppe_foe_entry_get_stats(struct airoha_ppe *ppe, u32 hash,
drivers/net/ethernet/airoha/airoha_eth.h
730
int airoha_ppe_debugfs_init(struct airoha_ppe *ppe);
drivers/net/ethernet/airoha/airoha_eth.h
732
static inline int airoha_ppe_debugfs_init(struct airoha_ppe *ppe)
drivers/net/ethernet/airoha/airoha_ppe.c
1000
airoha_ppe_foe_flow_l2_entry_update(struct airoha_ppe *ppe,
drivers/net/ethernet/airoha/airoha_ppe.c
1036
static void airoha_ppe_foe_flow_entry_update(struct airoha_ppe *ppe,
drivers/net/ethernet/airoha/airoha_ppe.c
1066
static int airoha_ppe_entry_idle_time(struct airoha_ppe *ppe,
drivers/net/ethernet/airoha/airoha_ppe.c
127
static void airoha_ppe_hw_init(struct airoha_ppe *ppe)
drivers/net/ethernet/airoha/airoha_ppe.c
1292
void airoha_ppe_foe_entry_get_stats(struct airoha_ppe *ppe, u32 hash,
drivers/net/ethernet/airoha/airoha_ppe.c
1370
static int airoha_ppe_flush_sram_entries(struct airoha_ppe *ppe)
drivers/net/ethernet/airoha/airoha_ppe.c
1426
struct airoha_ppe *ppe = eth->ppe;
drivers/net/ethernet/airoha/airoha_ppe.c
1465
struct airoha_ppe *ppe = dev->priv;
drivers/net/ethernet/airoha/airoha_ppe.c
1491
struct airoha_ppe *ppe = dev->priv;
drivers/net/ethernet/airoha/airoha_ppe.c
1574
struct airoha_ppe *ppe = dev->priv;
drivers/net/ethernet/airoha/airoha_ppe.c
1586
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
46
static int airoha_ppe_get_total_num_stats_entries(struct airoha_ppe *ppe)
drivers/net/ethernet/airoha/airoha_ppe.c
529
static u32 airoha_ppe_foe_get_entry_hash(struct airoha_ppe *ppe,
drivers/net/ethernet/airoha/airoha_ppe.c
583
static int airoha_ppe_foe_get_flow_stats_index(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
598
static void airoha_ppe_foe_flow_stat_entry_reset(struct airoha_ppe *ppe,
drivers/net/ethernet/airoha/airoha_ppe.c
606
static void airoha_ppe_foe_flow_stats_reset(struct airoha_ppe *ppe,
drivers/net/ethernet/airoha/airoha_ppe.c
619
static void airoha_ppe_foe_flow_stats_update(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
675
airoha_ppe_foe_get_entry_locked(struct airoha_ppe *ppe, u32 hash)
drivers/net/ethernet/airoha/airoha_ppe.c
706
struct airoha_foe_entry *airoha_ppe_foe_get_entry(struct airoha_ppe *ppe,
drivers/net/ethernet/airoha/airoha_ppe.c
735
static int airoha_ppe_foe_commit_sram_entry(struct airoha_ppe *ppe, u32 hash)
drivers/net/ethernet/airoha/airoha_ppe.c
756
static int airoha_ppe_foe_commit_entry(struct airoha_ppe *ppe,
drivers/net/ethernet/airoha/airoha_ppe.c
793
static void airoha_ppe_foe_remove_flow(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
812
static void airoha_ppe_foe_remove_l2_flow(struct airoha_ppe *ppe,
drivers/net/ethernet/airoha/airoha_ppe.c
826
static void airoha_ppe_foe_flow_remove_entry(struct airoha_ppe *ppe,
drivers/net/ethernet/airoha/airoha_ppe.c
840
airoha_ppe_foe_commit_subflow_entry(struct airoha_ppe *ppe,
drivers/net/ethernet/airoha/airoha_ppe.c
888
static void airoha_ppe_foe_insert_entry(struct airoha_ppe *ppe,
drivers/net/ethernet/airoha/airoha_ppe.c
941
airoha_ppe_foe_l2_flow_commit_entry(struct airoha_ppe *ppe,
drivers/net/ethernet/airoha/airoha_ppe.c
960
static int airoha_ppe_foe_flow_commit_entry(struct airoha_ppe *ppe,
drivers/net/ethernet/airoha/airoha_ppe.c
980
static int airoha_ppe_get_entry_idle_time(struct airoha_ppe *ppe, u32 ib1)
drivers/net/ethernet/airoha/airoha_ppe_debugfs.c
176
int airoha_ppe_debugfs_init(struct airoha_ppe *ppe)
drivers/net/ethernet/airoha/airoha_ppe_debugfs.c
55
struct airoha_ppe *ppe = m->private;