Searched refs:cntr_req (Results 1 – 2 of 2) sorted by relevance
990 struct npc_mcam_alloc_counter_req cntr_req = { 0 }; in rvu_mcam_add_counter_to_rule() local994 cntr_req.hdr.pcifunc = pcifunc; in rvu_mcam_add_counter_to_rule()995 cntr_req.contig = true; in rvu_mcam_add_counter_to_rule()996 cntr_req.count = 1; in rvu_mcam_add_counter_to_rule()1002 err = rvu_mbox_handler_npc_mcam_alloc_counter(rvu, &cntr_req, in rvu_mcam_add_counter_to_rule()1556 struct npc_mcam_alloc_counter_req cntr_req = { 0 }; in npc_install_mcam_drop_rule() local1604 cntr_req.hdr.pcifunc = 0; /* AF request */ in npc_install_mcam_drop_rule()1605 cntr_req.contig = true; in npc_install_mcam_drop_rule()1606 cntr_req.count = 1; in npc_install_mcam_drop_rule()1607 err = rvu_mbox_handler_npc_mcam_alloc_counter(rvu, &cntr_req, &cntr_rsp); in npc_install_mcam_drop_rule()
3120 struct npc_mcam_alloc_counter_req cntr_req; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry() local3162 cntr_req.hdr.pcifunc = req->hdr.pcifunc; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()3163 cntr_req.contig = true; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()3164 cntr_req.count = 1; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()3166 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 13 milliseconds