Home
last modified time | relevance | path

Searched refs:airoha_ppe (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/airoha/
H A Dairoha_ppe.c35 static int airoha_ppe_get_num_stats_entries(struct airoha_ppe *ppe) 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()
59 static u32 airoha_ppe_get_total_sram_num_entries(struct airoha_ppe *ppe) 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()
81 static u32 airoha_ppe_get_timestamp(struct airoha_ppe *ppe) in airoha_ppe_get_timestamp()
101 static void airoha_ppe_hw_init(struct airoha_ppe *ppe) in airoha_ppe_hw_init()
488 static u32 airoha_ppe_foe_get_entry_hash(struct airoha_ppe *ppe, in airoha_ppe_foe_get_entry_hash()
542 static int airoha_ppe_foe_get_flow_stats_index(struct airoha_ppe *ppe, in airoha_ppe_foe_get_flow_stats_index()
557 static void airoha_ppe_foe_flow_stat_entry_reset(struct airoha_ppe *ppe, in airoha_ppe_foe_flow_stat_entry_reset()
565 static void airoha_ppe_foe_flow_stats_reset(struct airoha_ppe *ppe, in airoha_ppe_foe_flow_stats_reset()
[all …]
H A Dairoha_eth.h557 struct airoha_ppe { struct
596 struct airoha_ppe *ppe;
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()
H A DMakefile7 airoha-eth-y := airoha_eth.o airoha_ppe.o