Searched refs:cntr_req (Results 1 – 1 of 1) sorted by relevance
2146 struct npc_mcam_alloc_counter_req cntr_req; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry() local2183 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()