Home
last modified time | relevance | path

Searched refs:mtk_foe_entry (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/mediatek/
Dmtk_ppe.h196 struct mtk_foe_entry { struct
243 struct mtk_foe_entry *foe_table;
272 int mtk_foe_entry_prepare(struct mtk_foe_entry *entry, int type, int l4proto,
274 int mtk_foe_entry_set_pse_port(struct mtk_foe_entry *entry, u8 port);
275 int mtk_foe_entry_set_ipv4_tuple(struct mtk_foe_entry *entry, bool orig,
278 int mtk_foe_entry_set_ipv6_tuple(struct mtk_foe_entry *entry,
281 int mtk_foe_entry_set_dsa(struct mtk_foe_entry *entry, int port);
282 int mtk_foe_entry_set_vlan(struct mtk_foe_entry *entry, int vid);
283 int mtk_foe_entry_set_pppoe(struct mtk_foe_entry *entry, int sid);
284 int mtk_foe_entry_commit(struct mtk_ppe *ppe, struct mtk_foe_entry *entry,
Dmtk_ppe.c73 static u32 mtk_ppe_hash_entry(struct mtk_foe_entry *e) in mtk_ppe_hash_entry()
121 mtk_foe_entry_l2(struct mtk_foe_entry *entry) in mtk_foe_entry_l2()
132 mtk_foe_entry_ib2(struct mtk_foe_entry *entry) in mtk_foe_entry_ib2()
142 int mtk_foe_entry_prepare(struct mtk_foe_entry *entry, int type, int l4proto, in mtk_foe_entry_prepare()
191 int mtk_foe_entry_set_pse_port(struct mtk_foe_entry *entry, u8 port) in mtk_foe_entry_set_pse_port()
204 int mtk_foe_entry_set_ipv4_tuple(struct mtk_foe_entry *entry, bool egress, in mtk_foe_entry_set_ipv4_tuple()
243 int mtk_foe_entry_set_ipv6_tuple(struct mtk_foe_entry *entry, in mtk_foe_entry_set_ipv6_tuple()
278 int mtk_foe_entry_set_dsa(struct mtk_foe_entry *entry, int port) in mtk_foe_entry_set_dsa()
294 int mtk_foe_entry_set_vlan(struct mtk_foe_entry *entry, int vid) in mtk_foe_entry_set_vlan()
318 int mtk_foe_entry_set_pppoe(struct mtk_foe_entry *entry, int sid) in mtk_foe_entry_set_pppoe()
[all …]
Dmtk_ppe_offload.c58 mtk_flow_set_ipv4_addr(struct mtk_foe_entry *foe, struct mtk_flow_data *data, in mtk_flow_set_ipv4_addr()
151 mtk_flow_set_output_device(struct mtk_eth *eth, struct mtk_foe_entry *foe, in mtk_flow_set_output_device()
178 struct mtk_foe_entry foe; in mtk_flow_offload_replace()
Dmtk_ppe_debugfs.c83 struct mtk_foe_entry *entry = &ppe->foe_table[i]; in mtk_ppe_debugfs_foe_show()