Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/mediatek/
Dmtk_ppe.c516 struct mtk_foe_entry *hwe = mtk_foe_get_entry(ppe, entry->hash); in __mtk_foe_entry_clear() local
518 hwe->ib1 &= ~MTK_FOE_IB1_STATE; in __mtk_foe_entry_clear()
519 hwe->ib1 |= FIELD_PREP(MTK_FOE_IB1_STATE, MTK_FOE_STATE_INVALID); in __mtk_foe_entry_clear()
557 struct mtk_foe_entry *hwe; in mtk_flow_entry_update_l2() local
566 hwe = mtk_foe_get_entry(ppe, cur->hash); in mtk_flow_entry_update_l2()
567 ib1 = READ_ONCE(hwe->ib1); in mtk_flow_entry_update_l2()
581 entry->data.ib1 |= hwe->ib1 & ib1_ts_mask; in mtk_flow_entry_update_l2()
589 struct mtk_foe_entry *hwe; in mtk_flow_entry_update() local
601 hwe = mtk_foe_get_entry(ppe, entry->hash); in mtk_flow_entry_update()
602 memcpy(&foe, hwe, ppe->eth->soc->foe_entry_size); in mtk_flow_entry_update()
[all …]