Lines Matching refs:ppe
308 void mtk_ppe_start(struct mtk_ppe *ppe);
309 int mtk_ppe_stop(struct mtk_ppe *ppe);
311 void __mtk_ppe_check_skb(struct mtk_ppe *ppe, struct sk_buff *skb, u16 hash);
314 mtk_ppe_check_skb(struct mtk_ppe *ppe, struct sk_buff *skb, u16 hash) in mtk_ppe_check_skb() argument
318 if (!ppe) in mtk_ppe_check_skb()
325 diff = now - ppe->foe_check_time[hash]; in mtk_ppe_check_skb()
329 ppe->foe_check_time[hash] = now; in mtk_ppe_check_skb()
330 __mtk_ppe_check_skb(ppe, skb, hash); in mtk_ppe_check_skb()
354 int mtk_foe_entry_commit(struct mtk_ppe *ppe, struct mtk_flow_entry *entry);
355 void mtk_foe_entry_clear(struct mtk_ppe *ppe, struct mtk_flow_entry *entry);
356 int mtk_foe_entry_idle_time(struct mtk_ppe *ppe, struct mtk_flow_entry *entry);
357 int mtk_ppe_debugfs_init(struct mtk_ppe *ppe, int index);