Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc.c1601 NPC_KPU_VER_PATCH(profile->version), in npc_apply_custom_kpu()
1604 NPC_KPU_VER_PATCH(NPC_KPU_PROFILE_VER)); in npc_apply_custom_kpu()
1800 NPC_KPU_VER_PATCH(profile->version)); in npc_load_kpu_profile()
H A Dnpc_profile.h14 #define NPC_KPU_VER_PATCH(ver) ((u16)((ver) & 0xFFFF)) macro