Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/cn20k/
H A Dnpc.c329 static int npc_vidx_maps_modify(struct rvu *rvu, u16 vidx, u16 new_midx) in npc_vidx_maps_modify() argument
353 xa_mk_value(new_midx), GFP_KERNEL); in npc_vidx_maps_modify()
370 rc = xa_insert(&npc_priv->xa_idx2vidx_map, new_midx, in npc_vidx_maps_modify()
375 __func__, new_midx, vidx); in npc_vidx_maps_modify()
3646 u16 new_midx, u16 vidx) in npc_defrag_add_2_show_list() argument
3655 node->new_midx = new_midx; in npc_defrag_add_2_show_list()
3672 u16 new_midx, old_midx, vidx, target_pf; in npc_defrag_move_vdx_to_free() local
3691 new_midx = save[cnt - i - 1]; in npc_defrag_move_vdx_to_free()
3696 old_midx, new_midx, vidx); in npc_defrag_move_vdx_to_free()
3698 rc = npc_defrag_add_2_show_list(rvu, old_midx, new_midx, vidx); in npc_defrag_move_vdx_to_free()
[all …]