Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_switch.c159 struct npc_mcam_alloc_entry_rsp alloc_rsp = { 0 }; in rvu_switch_enable() local
170 &alloc_rsp); in rvu_switch_enable()
177 if (alloc_rsp.count != alloc_req.count) { in rvu_switch_enable()
180 alloc_req.count, alloc_rsp.count); in rvu_switch_enable()
189 rswitch->used_entries = alloc_rsp.count; in rvu_switch_enable()
190 rswitch->start_entry = alloc_rsp.entry; in rvu_switch_enable()