Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_npc.c2076 struct npc_mcam_alloc_counter_req cntr_req; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry() local
2113 cntr_req.hdr.pcifunc = req->hdr.pcifunc; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()
2114 cntr_req.contig = true; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()
2115 cntr_req.count = 1; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()
2117 rc = rvu_mbox_handler_npc_mcam_alloc_counter(rvu, &cntr_req, &cntr_rsp); in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()