Searched refs:cntr_req (Results 1 – 2 of 2) sorted by relevance
913 struct npc_mcam_alloc_counter_req cntr_req = { 0 }; in rvu_mcam_add_counter_to_rule() local917 cntr_req.hdr.pcifunc = pcifunc; in rvu_mcam_add_counter_to_rule()918 cntr_req.contig = true; in rvu_mcam_add_counter_to_rule()919 cntr_req.count = 1; in rvu_mcam_add_counter_to_rule()925 err = rvu_mbox_handler_npc_mcam_alloc_counter(rvu, &cntr_req, in rvu_mcam_add_counter_to_rule()
3043 struct npc_mcam_alloc_counter_req cntr_req; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry() local3085 cntr_req.hdr.pcifunc = req->hdr.pcifunc; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()3086 cntr_req.contig = true; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()3087 cntr_req.count = 1; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()3089 rc = rvu_mbox_handler_npc_mcam_alloc_counter(rvu, &cntr_req, &cntr_rsp); in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()
Completed in 12 milliseconds