Home
last modified time | relevance | path

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

/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu_npc_fs.c1714 struct npc_mcam_alloc_counter_rsp cntr_rsp = { 0 }; in npc_install_mcam_drop_rule() local
1764 err = rvu_mbox_handler_npc_mcam_alloc_counter(rvu, &cntr_req, &cntr_rsp); in npc_install_mcam_drop_rule()
1770 *counter_idx = cntr_rsp.cntr; in npc_install_mcam_drop_rule()
1782 req.cntr = cntr_rsp.cntr; in npc_install_mcam_drop_rule()
A Drvu_npc.c3161 struct npc_mcam_alloc_counter_rsp cntr_rsp = { 0 }; in __rvu_mcam_add_counter_to_rule() local
3172 err = __npc_mcam_alloc_counter(rvu, &cntr_req, &cntr_rsp); in __rvu_mcam_add_counter_to_rule()
3173 if (!err && cntr_rsp.count) { in __rvu_mcam_add_counter_to_rule()
3174 rule->cntr = cntr_rsp.cntr; in __rvu_mcam_add_counter_to_rule()
3279 struct npc_mcam_alloc_counter_rsp cntr_rsp; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry() local
3320 rc = rvu_mbox_handler_npc_mcam_alloc_counter(rvu, &cntr_req, &cntr_rsp); in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()
3330 cntr = cntr_rsp.cntr; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()

Completed in 16 milliseconds