Searched refs:mtk_flow_entry (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/mediatek/ |
D | mtk_ppe.c | 19 .head_offset = offsetof(struct mtk_flow_entry, l2_node), 20 .key_offset = offsetof(struct mtk_flow_entry, data.bridge), 401 mtk_flow_entry_match(struct mtk_eth *eth, struct mtk_flow_entry *entry, in mtk_flow_entry_match() 419 __mtk_foe_entry_clear(struct mtk_ppe *ppe, struct mtk_flow_entry *entry) in __mtk_foe_entry_clear() 464 mtk_flow_entry_update_l2(struct mtk_ppe *ppe, struct mtk_flow_entry *entry) in mtk_flow_entry_update_l2() 467 struct mtk_flow_entry *cur; in mtk_flow_entry_update_l2() 497 mtk_flow_entry_update(struct mtk_ppe *ppe, struct mtk_flow_entry *entry) in mtk_flow_entry_update() 553 void mtk_foe_entry_clear(struct mtk_ppe *ppe, struct mtk_flow_entry *entry) in mtk_foe_entry_clear() 561 mtk_foe_entry_commit_l2(struct mtk_ppe *ppe, struct mtk_flow_entry *entry) in mtk_foe_entry_commit_l2() 569 int mtk_foe_entry_commit(struct mtk_ppe *ppe, struct mtk_flow_entry *entry) in mtk_foe_entry_commit() [all …]
|
D | mtk_ppe.h | 263 struct mtk_flow_entry { struct 278 struct mtk_flow_entry *base_flow; argument 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);
|
D | mtk_ppe_offload.c | 48 .head_offset = offsetof(struct mtk_flow_entry, node), 49 .key_offset = offsetof(struct mtk_flow_entry, cookie), 239 struct mtk_flow_entry *entry; in mtk_flow_offload_replace() 473 struct mtk_flow_entry *entry; in mtk_flow_offload_destroy() 493 struct mtk_flow_entry *entry; in mtk_flow_offload_stats()
|