Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c2906 struct npc_mcam_alloc_entry_rsp alloc_rsp = { }; in rvu_mbox_handler_nix_rxvlan_alloc() local
2927 &alloc_rsp); in rvu_mbox_handler_nix_rxvlan_alloc()
2944 pfvf->rxvlan_index = alloc_rsp.entry_list[0]; in rvu_mbox_handler_nix_rxvlan_alloc()
2955 free_req.entry = alloc_rsp.entry_list[0]; in rvu_mbox_handler_nix_rxvlan_alloc()

Completed in 5 milliseconds