Lines Matching defs:ppe
39 static u32 airoha_ppe_get_timestamp(struct airoha_ppe *ppe) in airoha_ppe_get_timestamp()
46 static void airoha_ppe_hw_init(struct airoha_ppe *ppe) in airoha_ppe_hw_init()
430 static u32 airoha_ppe_foe_get_flow_stats_index(struct airoha_ppe *ppe, u32 hash) in airoha_ppe_foe_get_flow_stats_index()
439 static void airoha_ppe_foe_flow_stat_entry_reset(struct airoha_ppe *ppe, in airoha_ppe_foe_flow_stat_entry_reset()
447 static void airoha_ppe_foe_flow_stats_reset(struct airoha_ppe *ppe, in airoha_ppe_foe_flow_stats_reset()
456 static void airoha_ppe_foe_flow_stats_update(struct airoha_ppe *ppe, in airoha_ppe_foe_flow_stats_update()
501 struct airoha_foe_entry *airoha_ppe_foe_get_entry(struct airoha_ppe *ppe, in airoha_ppe_foe_get_entry()
547 static int airoha_ppe_foe_commit_entry(struct airoha_ppe *ppe, in airoha_ppe_foe_commit_entry()
588 static void airoha_ppe_foe_remove_flow(struct airoha_ppe *ppe, in airoha_ppe_foe_remove_flow()
607 static void airoha_ppe_foe_remove_l2_flow(struct airoha_ppe *ppe, in airoha_ppe_foe_remove_l2_flow()
621 static void airoha_ppe_foe_flow_remove_entry(struct airoha_ppe *ppe, in airoha_ppe_foe_flow_remove_entry()
635 airoha_ppe_foe_commit_subflow_entry(struct airoha_ppe *ppe, in airoha_ppe_foe_commit_subflow_entry()
683 static void airoha_ppe_foe_insert_entry(struct airoha_ppe *ppe, in airoha_ppe_foe_insert_entry()
738 airoha_ppe_foe_l2_flow_commit_entry(struct airoha_ppe *ppe, in airoha_ppe_foe_l2_flow_commit_entry()
757 static int airoha_ppe_foe_flow_commit_entry(struct airoha_ppe *ppe, in airoha_ppe_foe_flow_commit_entry()
777 static int airoha_ppe_get_entry_idle_time(struct airoha_ppe *ppe, u32 ib1) in airoha_ppe_get_entry_idle_time()
797 airoha_ppe_foe_flow_l2_entry_update(struct airoha_ppe *ppe, in airoha_ppe_foe_flow_l2_entry_update()
833 static void airoha_ppe_foe_flow_entry_update(struct airoha_ppe *ppe, in airoha_ppe_foe_flow_entry_update()
863 static int airoha_ppe_entry_idle_time(struct airoha_ppe *ppe, in airoha_ppe_entry_idle_time()
1086 void airoha_ppe_foe_entry_get_stats(struct airoha_ppe *ppe, u32 hash, in airoha_ppe_foe_entry_get_stats()
1157 static int airoha_ppe_flush_sram_entries(struct airoha_ppe *ppe, in airoha_ppe_flush_sram_entries()
1235 void airoha_ppe_check_skb(struct airoha_ppe *ppe, struct sk_buff *skb, in airoha_ppe_check_skb()
1275 struct airoha_ppe *ppe; in airoha_ppe_init() local