1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* Marvell RVU Admin Function driver 3 * 4 * Copyright (C) 2022 Marvell. 5 * 6 */ 7 8 #ifndef __RVU_NPC_FS_H 9 #define __RVU_NPC_FS_H 10 11 #define IPV6_WORDS 4 12 13 void npc_update_entry(struct rvu *rvu, enum key_fields type, 14 struct mcam_entry *entry, u64 val_lo, 15 u64 val_hi, u64 mask_lo, u64 mask_hi, u8 intf); 16 17 #endif /* RVU_NPC_FS_H */ 18