Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_npc.c2146 struct npc_mcam_alloc_counter_req cntr_req; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry() local
2183 cntr_req.hdr.pcifunc = req->hdr.pcifunc; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()
2184 cntr_req.contig = true; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()
2185 cntr_req.count = 1; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()
2187 rc = rvu_mbox_handler_npc_mcam_alloc_counter(rvu, &cntr_req, &cntr_rsp); in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()