Home
last modified time | relevance | path

Searched refs:cntr_rsp (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_fs.c1025 struct npc_mcam_alloc_counter_rsp cntr_rsp = { 0 }; in rvu_mcam_add_counter_to_rule() local
1037 &cntr_rsp); in rvu_mcam_add_counter_to_rule()
1038 if (!err && cntr_rsp.count) { in rvu_mcam_add_counter_to_rule()
1039 rule->cntr = cntr_rsp.cntr; in rvu_mcam_add_counter_to_rule()
1596 struct npc_mcam_alloc_counter_rsp cntr_rsp = { 0 }; in npc_install_mcam_drop_rule() local
1646 err = rvu_mbox_handler_npc_mcam_alloc_counter(rvu, &cntr_req, &cntr_rsp); in npc_install_mcam_drop_rule()
1652 *counter_idx = cntr_rsp.cntr; in npc_install_mcam_drop_rule()
1664 req.cntr = cntr_rsp.cntr; in npc_install_mcam_drop_rule()
H A Drvu_npc.c3163 struct npc_mcam_alloc_counter_rsp cntr_rsp; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry() local
3208 rc = rvu_mbox_handler_npc_mcam_alloc_counter(rvu, &cntr_req, &cntr_rsp); in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()
3218 cntr = cntr_rsp.cntr; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc.c2147 struct npc_mcam_alloc_counter_rsp cntr_rsp; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry() local
2187 rc = rvu_mbox_handler_npc_mcam_alloc_counter(rvu, &cntr_req, &cntr_rsp); in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()
2197 cntr = cntr_rsp.cntr; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()

Completed in 12 milliseconds