Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_npc_fs.c913 struct npc_mcam_alloc_counter_req cntr_req = { 0 }; in rvu_mcam_add_counter_to_rule() local
917 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()
Drvu_npc.c3045 struct npc_mcam_alloc_counter_req cntr_req; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry() local
3087 cntr_req.hdr.pcifunc = req->hdr.pcifunc; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()
3088 cntr_req.contig = true; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()
3089 cntr_req.count = 1; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()
3091 rc = rvu_mbox_handler_npc_mcam_alloc_counter(rvu, &cntr_req, &cntr_rsp); in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()