Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /* Marvell RVU Admin Function driver
0003  *
0004  * Copyright (C) 2022 Marvell.
0005  *
0006  */
0007 
0008 #ifndef __RVU_NPC_FS_H
0009 #define __RVU_NPC_FS_H
0010 
0011 #define IPV6_WORDS  4
0012 
0013 void npc_update_entry(struct rvu *rvu, enum key_fields type,
0014               struct mcam_entry *entry, u64 val_lo,
0015               u64 val_hi, u64 mask_lo, u64 mask_hi, u8 intf);
0016 
0017 #endif /* RVU_NPC_FS_H */