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.c38 static int airoha_ppe_get_num_stats_entries(struct airoha_ppe *ppe) in airoha_ppe_get_num_stats_entries()
49 static int airoha_ppe_get_total_num_stats_entries(struct airoha_ppe *ppe) in airoha_ppe_get_total_num_stats_entries()
62 static u32 airoha_ppe_get_total_sram_num_entries(struct airoha_ppe *ppe) in airoha_ppe_get_total_sram_num_entries()
69 u32 airoha_ppe_get_total_num_entries(struct airoha_ppe *ppe) in airoha_ppe_get_total_num_entries()
84 static u32 airoha_ppe_get_timestamp(struct airoha_ppe *ppe) in airoha_ppe_get_timestamp()
130 static void airoha_ppe_hw_init(struct airoha_ppe *ppe) in airoha_ppe_hw_init()
543 static u32 airoha_ppe_foe_get_entry_hash(struct airoha_ppe *ppe, in airoha_ppe_foe_get_entry_hash()
597 static int airoha_ppe_foe_get_flow_stats_index(struct airoha_ppe *ppe, in airoha_ppe_foe_get_flow_stats_index()
612 static void airoha_ppe_foe_flow_stat_entry_reset(struct airoha_ppe *ppe, in airoha_ppe_foe_flow_stat_entry_reset()
620 static void airoha_ppe_foe_flow_stats_reset(struct airoha_ppe *ppe, in airoha_ppe_foe_flow_stats_reset()
[all …]
H A Dairoha_eth.h614 struct airoha_ppe { struct
655 struct airoha_ppe *ppe;
740 u32 airoha_ppe_get_total_num_entries(struct airoha_ppe *ppe);
741 struct airoha_foe_entry *airoha_ppe_foe_get_entry(struct airoha_ppe *ppe,
743 void airoha_ppe_foe_entry_get_stats(struct airoha_ppe *ppe, u32 hash,
747 int airoha_ppe_debugfs_init(struct airoha_ppe *ppe);
749 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