Searched refs:mtk_foe_entry (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/mediatek/ |
D | mtk_ppe.h | 215 struct mtk_foe_entry { struct 276 struct mtk_foe_entry data; 333 int mtk_foe_entry_prepare(struct mtk_eth *eth, struct mtk_foe_entry *entry, 337 struct mtk_foe_entry *entry, u8 port); 339 struct mtk_foe_entry *entry, bool orig, 343 struct mtk_foe_entry *entry, 346 int mtk_foe_entry_set_dsa(struct mtk_eth *eth, struct mtk_foe_entry *entry, 348 int mtk_foe_entry_set_vlan(struct mtk_eth *eth, struct mtk_foe_entry *entry, 350 int mtk_foe_entry_set_pppoe(struct mtk_eth *eth, struct mtk_foe_entry *entry, 352 int mtk_foe_entry_set_wdma(struct mtk_eth *eth, struct mtk_foe_entry *entry,
|
D | mtk_ppe.c | 91 static u32 mtk_ppe_hash_entry(struct mtk_eth *eth, struct mtk_foe_entry *e) in mtk_ppe_hash_entry() 132 mtk_foe_entry_l2(struct mtk_eth *eth, struct mtk_foe_entry *entry) in mtk_foe_entry_l2() 146 mtk_foe_entry_ib2(struct mtk_eth *eth, struct mtk_foe_entry *entry) in mtk_foe_entry_ib2() 159 int mtk_foe_entry_prepare(struct mtk_eth *eth, struct mtk_foe_entry *entry, in mtk_foe_entry_prepare() 225 struct mtk_foe_entry *entry, u8 port) in mtk_foe_entry_set_pse_port() 243 struct mtk_foe_entry *entry, bool egress, in mtk_foe_entry_set_ipv4_tuple() 283 struct mtk_foe_entry *entry, in mtk_foe_entry_set_ipv6_tuple() 318 int mtk_foe_entry_set_dsa(struct mtk_eth *eth, struct mtk_foe_entry *entry, in mtk_foe_entry_set_dsa() 335 int mtk_foe_entry_set_vlan(struct mtk_eth *eth, struct mtk_foe_entry *entry, in mtk_foe_entry_set_vlan() 360 int mtk_foe_entry_set_pppoe(struct mtk_eth *eth, struct mtk_foe_entry *entry, in mtk_foe_entry_set_pppoe() [all …]
|
D | mtk_ppe_offload.c | 55 mtk_flow_set_ipv4_addr(struct mtk_eth *eth, struct mtk_foe_entry *foe, in mtk_flow_set_ipv4_addr() 64 mtk_flow_set_ipv6_addr(struct mtk_eth *eth, struct mtk_foe_entry *foe, in mtk_flow_set_ipv6_addr() 186 mtk_flow_set_output_device(struct mtk_eth *eth, struct mtk_foe_entry *foe, in mtk_flow_set_output_device() 237 struct mtk_foe_entry foe; in mtk_flow_offload_replace()
|
D | mtk_ppe_debugfs.c | 82 struct mtk_foe_entry *entry = mtk_foe_get_entry(ppe, i); in mtk_ppe_debugfs_foe_show()
|
D | mtk_eth_soc.h | 1148 static inline struct mtk_foe_entry *
|
D | mtk_eth_soc.c | 4247 .foe_entry_size = sizeof(struct mtk_foe_entry) - 16, 4267 .foe_entry_size = sizeof(struct mtk_foe_entry) - 16, 4286 .foe_entry_size = sizeof(struct mtk_foe_entry) - 16, 4322 .foe_entry_size = sizeof(struct mtk_foe_entry),
|