Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/cn20k/
H A Dnpc.c3538 int alloc_cnt1, alloc_cnt2; in npc_defrag_alloc_free_slots() local
3545 alloc_cnt1 = 0; in npc_defrag_alloc_free_slots()
3553 &alloc_cnt1); in npc_defrag_alloc_free_slots()
3555 if (alloc_cnt1 < cnt) { in npc_defrag_alloc_free_slots()
3560 false, cnt - alloc_cnt1, in npc_defrag_alloc_free_slots()
3561 save + alloc_cnt1, in npc_defrag_alloc_free_slots()
3562 cnt - alloc_cnt1, in npc_defrag_alloc_free_slots()
3566 if (alloc_cnt1 + alloc_cnt2 != cnt) { in npc_defrag_alloc_free_slots()
3569 __func__, cnt, alloc_cnt1, alloc_cnt2); in npc_defrag_alloc_free_slots()
3577 for (i = 0; i < alloc_cnt1 + alloc_cnt2; i++) { in npc_defrag_alloc_free_slots()