Searched refs:mtk_flow_entry (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/mediatek/ |
D | mtk_ppe.c | 23 .head_offset = offsetof(struct mtk_flow_entry, l2_node), 24 .key_offset = offsetof(struct mtk_flow_entry, data.bridge), 483 mtk_flow_entry_match(struct mtk_eth *eth, struct mtk_flow_entry *entry, in mtk_flow_entry_match() 501 __mtk_foe_entry_clear(struct mtk_ppe *ppe, struct mtk_flow_entry *entry) in __mtk_foe_entry_clear() 555 mtk_flow_entry_update_l2(struct mtk_ppe *ppe, struct mtk_flow_entry *entry) in mtk_flow_entry_update_l2() 558 struct mtk_flow_entry *cur; in mtk_flow_entry_update_l2() 588 mtk_flow_entry_update(struct mtk_ppe *ppe, struct mtk_flow_entry *entry) in mtk_flow_entry_update() 653 void mtk_foe_entry_clear(struct mtk_ppe *ppe, struct mtk_flow_entry *entry) in mtk_foe_entry_clear() 661 mtk_foe_entry_commit_l2(struct mtk_ppe *ppe, struct mtk_flow_entry *entry) in mtk_foe_entry_commit_l2() 663 struct mtk_flow_entry *prev; in mtk_foe_entry_commit_l2() [all …]
|
D | mtk_ppe.h | 287 struct mtk_flow_entry { struct 302 struct mtk_flow_entry *base_flow; argument 399 int mtk_foe_entry_commit(struct mtk_ppe *ppe, struct mtk_flow_entry *entry); 400 void mtk_foe_entry_clear(struct mtk_ppe *ppe, struct mtk_flow_entry *entry); 401 int mtk_foe_entry_idle_time(struct mtk_ppe *ppe, struct mtk_flow_entry *entry);
|
D | mtk_ppe_offload.c | 48 .head_offset = offsetof(struct mtk_flow_entry, node), 49 .key_offset = offsetof(struct mtk_flow_entry, cookie), 252 struct mtk_flow_entry *entry; in mtk_flow_offload_replace() 502 struct mtk_flow_entry *entry; in mtk_flow_offload_destroy() 522 struct mtk_flow_entry *entry; in mtk_flow_offload_stats()
|