Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/cn20k/
H A Dnpc.c331 static int npc_vidx_maps_modify(struct rvu *rvu, u16 vidx, u16 new_midx) in npc_vidx_maps_modify() argument
355 xa_mk_value(new_midx), GFP_KERNEL); in npc_vidx_maps_modify()
372 rc = xa_insert(&npc_priv.xa_idx2vidx_map, new_midx, in npc_vidx_maps_modify()
377 __func__, new_midx, vidx); in npc_vidx_maps_modify()
3600 u16 new_midx, u16 vidx) in npc_defrag_add_2_show_list() argument
3609 node->new_midx = new_midx; in npc_defrag_add_2_show_list()
3626 u16 new_midx, old_midx, vidx, target_pf; in npc_defrag_move_vdx_to_free() local
3645 new_midx = save[cnt - i - 1]; in npc_defrag_move_vdx_to_free()
3650 old_midx, new_midx, vidx); in npc_defrag_move_vdx_to_free()
3652 rc = npc_defrag_add_2_show_list(rvu, old_midx, new_midx, vidx); in npc_defrag_move_vdx_to_free()
[all …]
H A Ddebugfs.c240 node->new_midx, in npc_defrag_show()
241 (node->new_midx & bdm) / sbd, in npc_defrag_show()
H A Dnpc.h162 u16 new_midx; member