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

/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_fs.c1101 struct npc_mcam_alloc_counter_req cntr_req = { 0 }; local
1105 cntr_req.hdr.pcifunc = pcifunc;
1106 cntr_req.contig = true;
1107 cntr_req.count = 1;
1113 err = rvu_mbox_handler_npc_mcam_alloc_counter(rvu, &cntr_req,
1723 struct npc_mcam_alloc_counter_req cntr_req = { 0 }; local
1771 cntr_req.hdr.pcifunc = 0; /* AF request */
1772 cntr_req.contig = true;
1773 cntr_req.count = 1;
1774 err = rvu_mbox_handler_npc_mcam_alloc_counter(rvu, &cntr_req,
[all...]
H A Drvu_npc.c3169 struct npc_mcam_alloc_counter_req cntr_req; local
3207 cntr_req.hdr.pcifunc = req->hdr.pcifunc;
3208 cntr_req.contig = true;
3209 cntr_req.count = 1;
3211 rc = rvu_mbox_handler_npc_mcam_alloc_counter(rvu, &cntr_req, &cntr_rsp);

Completed in 111 milliseconds