Searched refs:hwe (Results 1 – 1 of 1) sorted by relevance
516 struct mtk_foe_entry *hwe = mtk_foe_get_entry(ppe, entry->hash); in __mtk_foe_entry_clear() local518 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() local566 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() local601 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 …]