cntr_req         2076 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 	struct npc_mcam_alloc_counter_req cntr_req;
cntr_req         2113 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 	cntr_req.hdr.pcifunc = req->hdr.pcifunc;
cntr_req         2114 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 	cntr_req.contig = true;
cntr_req         2115 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 	cntr_req.count = 1;
cntr_req         2117 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 	rc = rvu_mbox_handler_npc_mcam_alloc_counter(rvu, &cntr_req, &cntr_rsp);